CVE-2026-10629
Received Received - Intake
SIP Signaling Integrity Bypass in Verizon IMS

Publication date: 2026-06-02

Last updated on: 2026-06-02

Assigner: CERT/CC

Description
SIP signaling stack in Verizon IMS (unspecified version) implements SIP signaling without IPsec integrity protection (missing Security-Client/Security-Server headers and ESP traffic), which allows an on-path attacker to compromise confidentiality, integrity, and authenticity of VoLTE signaling via passive monitoring and active manipulation of unsecured SIP messages over the radio and core network.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-02
Last Modified
2026-06-02
Generated
2026-06-02
AI Q&A
2026-06-02
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
verizon volte *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2026-10629 is a security vulnerability in Verizon's VoLTE deployments on its IMS network where SIP signaling messages lack IPsec integrity protection. Specifically, SIP messages such as registration, call setup, and messaging are transmitted without IPsec ESP encapsulation or the necessary SIP Security Agreement headers. This absence allows an on-path attacker to intercept, monitor, and actively manipulate these unsecured SIP messages over the radio and core network.

This means the confidentiality, integrity, and authenticity of VoLTE signaling can be compromised, enabling attackers to perform passive monitoring or active attacks on the signaling traffic.


How can this vulnerability impact me? :

The vulnerability can have serious impacts including the hijacking of calls, spoofing of identities, disruption of services, and misrouting of emergency calls without detection.

Because SIP signaling is not protected, attackers can intercept and manipulate signaling messages, potentially leading to unauthorized access to communications, denial of service, or incorrect routing of critical calls.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

This vulnerability violates 3GPP TS 33.203 and GSMA IR.92 standards, which mandate IPsec ESP protection for SIP signaling after IMS AKA authentication.

The lack of mandated security protections means that organizations relying on Verizon's VoLTE signaling may be non-compliant with these telecommunications security standards.

While the provided text does not explicitly mention GDPR, HIPAA, or other regulations, the compromise of confidentiality, integrity, and authenticity of communications could potentially impact compliance with data protection regulations that require secure handling of personal and sensitive information.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

Detection of this vulnerability involves verifying whether SIP signaling messages in Verizon's VoLTE IMS network are transmitted without IPsec ESP encapsulation and without SIP Security Agreement headers (Security-Client/Security-Server).

To detect this on your network, you can capture SIP signaling traffic and inspect it for the absence of IPsec ESP protection and missing SIP security headers.

Suggested commands include using packet capture tools such as tcpdump or Wireshark to analyze SIP traffic:

  • tcpdump -i <interface> -w capture.pcap port 5060
  • In Wireshark, filter captured traffic with 'sip' and check for the presence or absence of Security-Client and Security-Server headers in SIP messages.
  • Also, verify if IPsec ESP packets are present for SIP signaling by filtering for ESP protocol traffic (e.g., 'esp' filter in Wireshark).

If SIP messages are observed without these protections, the vulnerability is likely present.


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include treating SIP signaling in Verizon's VoLTE IMS network as untrusted until proper IPsec ESP protection and SIP Security Agreement headers are confirmed.

Organizations should verify compliance with 3GPP TS 33.203 and GSMA IR.92 standards, which mandate IPsec ESP protection for SIP signaling after IMS AKA authentication.

If possible, coordinate with Verizon or your VoLTE service provider to ensure that SIP signaling is secured with IPsec ESP and the appropriate SIP security headers.

In the absence of confirmed remediation, consider implementing additional network-level protections such as monitoring for anomalous SIP traffic, restricting access to SIP signaling paths, and using VPNs or other secure tunnels to protect signaling traffic.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart