Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsStudyTraining
ProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Study
Training
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

1319+ Articles
158+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-10629: Verizon IMS VoLTE SIP Signaling Lacks IPsec Protection
CVE-2026-10629: Verizon IMS VoLTE SIP Signaling Lacks IPsec Protection

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-10629

CVE-2026-10629: Verizon IMS VoLTE SIP Signaling Lacks IPsec Protection

A critical vulnerability in Verizon's IMS VoLTE stack exposes calls to on-path interception due to missing IPsec integrity protection in SIP signaling — no Security-Client or Security-Server headers, no ESP traffic enforced. CVSS 9.1.

Dylan H.

Security Team

June 3, 2026
5 min read

Affected Products

  • Verizon IMS (VoLTE) — unspecified version

Executive Summary

CVE-2026-10629 is a CVSS 9.1 Critical vulnerability in the Verizon IMS (IP Multimedia Subsystem) stack responsible for VoLTE (Voice over LTE) calls. The root cause is the absence of IPsec integrity protection on SIP signaling channels: neither Security-Client nor Security-Server headers are negotiated, and no ESP (Encapsulating Security Payload) traffic is enforced between endpoints and the P-CSCF (Proxy Call Session Control Function).

The consequence is that an on-path attacker — positioned between the UE (user equipment) and the carrier core — can compromise the confidentiality, integrity, and authenticity of VoLTE signaling, opening the door to call interception, session manipulation, and SIP message forgery.

AttributeValue
CVE IDCVE-2026-10629
CVSS Score9.1 (Critical)
TypeMissing IPsec integrity protection (SIP/IMS)
Attack VectorOn-path network attacker
AuthenticationNot required
ImpactConfidentiality, Integrity, Authenticity of VoLTE signaling
PublishedJune 2, 2026
SourceNVD

Technical Background: VoLTE and IMS Security

How VoLTE SIP Signaling Should Work

In a correctly implemented VoLTE architecture, 3GPP standards (TS 33.203) mandate that SIP signaling between the UE and P-CSCF is protected by IPsec ESP in transport mode. The security association negotiation proceeds via:

  1. REGISTER request — UE sends Security-Client header listing supported IPsec algorithms and SPI values
  2. 401 Unauthorized — P-CSCF responds with Security-Server header listing its capabilities
  3. SA establishment — Both sides establish IPsec SAs before the second REGISTER
  4. Protected signaling — All subsequent SIP traffic (INVITE, BYE, etc.) is encrypted and integrity-protected via ESP

What CVE-2026-10629 Exposes

Verizon's IMS implementation skips the IPsec negotiation entirely:

  • Security-Client headers are absent from REGISTER requests
  • Security-Server headers are not returned in 401 responses
  • No IPsec security associations are established
  • SIP signaling traverses the network in plaintext (or with only TLS to the SBC, not end-to-end IPsec)

This means any attacker who can reach the radio access network (RAN) segment or intercept traffic between the UE and the P-CSCF can read and modify SIP messages.


Attack Scenarios

1. Call Interception

Without IPsec protecting SIP signaling, an on-path attacker can:

  • Read INVITE messages to determine call destinations
  • Intercept 200 OK with SDP to obtain RTP stream addresses and ports
  • Forward or redirect media streams through attacker-controlled infrastructure

2. Session Hijacking / Caller ID Spoofing

SIP From and P-Asserted-Identity headers are unsigned without IPsec. An attacker can:

  • Inject forged REGISTER messages to reroute incoming calls
  • Spoof the From header to impersonate other users
  • Replay SIP responses to extend or terminate sessions

3. Signaling Manipulation

With full read/write access to SIP messages:

  • Modify SDP body to redirect media to attacker's RTP endpoint
  • Strip or alter codec negotiation parameters
  • Inject BYE messages to silently terminate active calls

Who Is Affected

This vulnerability affects Verizon subscribers using VoLTE on devices where the IMS client complies with the carrier's IMS provisioning. Affected scenarios include:

  • All voice calls placed over the LTE network (VoLTE)
  • SMS over IMS (VoLTE-SMS)
  • Wi-Fi Calling (VoWiFi) where the same IMS core is used

The attack requires an on-path position — realistic in the following contexts:

  • Rogue or compromised femtocell/small cell
  • LTE network segment access (carrier insider, SS7-adjacent positioning)
  • Shared Wi-Fi network carrying VoWiFi traffic (if IMS security also lacks proper TLS)
  • Baseband-level man-in-the-middle (advanced, nation-state tier)

CVSS Breakdown

MetricValueRationale
Attack VectorNetworkExploitable from network position
Attack ComplexityHighRequires on-path positioning
Privileges RequiredNoneNo authentication needed
User InteractionNonePassive — user simply makes a call
Confidentiality ImpactHighFull SIP signaling readable
Integrity ImpactHighSIP messages can be modified
Availability ImpactLowSession disruption possible
CVSS 3.1 Score9.1Critical

Remediation

Verizon has not issued a public patch or mitigation advisory at time of publication. The following mitigations should be considered:

For Carriers

  1. Enforce IPsec on P-CSCF: Require Security-Client negotiation in REGISTER; reject registrations that do not include IPsec SA parameters
  2. Mandatory ESP in transport mode: Configure the P-CSCF to establish and verify IPsec SAs per 3GPP TS 33.203
  3. Network monitoring: Deploy anomaly detection on the Gi/SGi interface for SIP signaling anomalies

For End Users (Limited Options)

  1. Disable VoLTE where voice quality allows fallback to 3G circuit-switched calls (note: this reduces call quality and may not be available on all networks)
  2. Use end-to-end encrypted voice applications (Signal, WhatsApp, FaceTime over data) for sensitive communications — these protect content regardless of IMS security
  3. Avoid shared or public Wi-Fi for voice calls using carrier-provided VoWiFi

Key Takeaways

  1. CVSS 9.1 Critical — Missing IPsec protection on SIP signaling in Verizon's IMS VoLTE stack
  2. On-path attackers can compromise the confidentiality, integrity, and authenticity of VoLTE calls
  3. Root cause: Security-Client/Security-Server headers not implemented — no IPsec ESP enforced
  4. Sensitive calls at risk: Call routing, caller identity, and session metadata exposed
  5. Use E2E-encrypted voice apps (Signal, etc.) for communications that must remain confidential

References

  • NVD — CVE-2026-10629
  • 3GPP TS 33.203 — Access Security for IP-based Services
  • 3GPP TS 24.229 — SIP and SDP for IP Multimedia Subsystem
#CVE-2026-10629#VoLTE#SIP#IMS#Telecom#IPsec#On-Path Attack

Related Articles

UNC3886 Zero-Day Campaign: Singapore Telecom Operators

Singapore discloses that APT group UNC3886 conducted a targeted espionage campaign against M1, SIMBA, Singtel, and StarHub using a previously unknown...

5 min read

CVE-2022-0492: Linux Kernel Improper Authentication Vulnerability

A Linux kernel vulnerability in the cgroups v1 release_agent feature allows local attackers to escalate privileges and escape containers. Added to CISA KEV with confirmed active exploitation.

3 min read

CVE-2018-25427: Arm Whois 3.11 Stack-Based Buffer Overflow RCE

A critical stack-based buffer overflow vulnerability in Arm Whois 3.11 (CVSS 9.8) allows remote attackers to execute arbitrary code by supplying oversized input, overwriting the structured exception handler with shellcode.

4 min read
Back to all Security Alerts