SECTOR: SIGNALING
Security: Diameter - Attack Vectors & Vulnerabilities
Diameter signaling vulnerabilities are common in roaming scenarios where malicious networks or hijacked signaling agents can inject fraudulent messages into the interconnect.
🚩 Core Attack Sequences
1. Location Tracking (ULR/AIR Attack)
- Vector:
Update-Location-Request (ULR)orAuthentication-Information-Request (AIR). - Method: An attacker sends a
ULRmessage for a target IMSI from a fake MME. The HSS responds with aULAcontaining the subscriber's current location (e.g., VPLMN ID). - Impact: Continuous tracking of subscriber movement and identifying the current serving network.
- Mitigation: Category 1/2 filtering (GSMA FS.19) and Velocity Checks (detecting impossible subscriber travel speeds).
2. Subscriber Denial of Service (CLR Attack)
- Vector:
Cancel-Location-Request (CLR). - Method: An attacker sends a
CLRmessage to a serving MME, claiming the subscriber has moved or the profile was deleted. The MME detaches the subscriber. - Impact: Subscriber loses connectivity. If repeated, this results in a permanent DoS for specific targets.
- Mitigation: Mandatory mTLS/IPsec between signaling peers and origin verification for
Cancel-Locationmessages.
3. Data Leakage (IDR/DSR Attack)
- Vector:
Insert-Subscriber-Data-Request (IDR)orDelete-Subscriber-Data-Request (DSR). - Method: Attackers inject
IDRmessages with modified APNs or service profiles to redirect subscriber traffic through malicious gateways. - Impact: Traffic interception (Man-in-the-Middle) and potential for further protocol exploitation.
- Mitigation: AVP validation and rate-limiting on administrative signaling messages.
4. Charging & Billing Fraud (CCR Attack)
- Vector:
Credit-Control-Request (CCR). - Method: Injected
CCRmessages to the OCS to simulate subscriber usage or to check credit availability for fraudulent purposes. - Impact: Financial loss for the subscriber or the operator.
- Mitigation: Correlation of signaling traffic with actual data usage and anti-spoofing for charging IDs.
🛠️ Security Architecture Mapping
| Attack Vector | Vulnerability Source | 3GPP Reference | GSMA Recommendation |
|---|---|---|---|
| Location Tracking | Implicit Trust | TS 33.210 | FS.19 Cat-2 |
| DoS (Detachment) | Signaling Injection | TS 29.272 | FS.19 Cat-3 |
| Traffic Redirect | Profile Manipulation | TS 33.210 | FS.19 Cat-3 |
| Billing Fraud | OCS Exposure | TS 32.299 | FS.19 Cat-1 |
!CAUTIONDiameter Over SCTP: While SCTP provides some multi-homing resilience, without Mutual TLS (mTLS) at the presentation layer or IPsec at the transport layer, Diameter traffic remains in plain text across the interconnect backbone (IPX/GRX), allowing for passive interception by anyone with access to the transit points.
Last UpdatedJune 5, 2026
ITU-T Navigator v4.0.0
ReferenceITU Recommendation