The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-2062

CVE-2026-2062: Open5GS Null Pointer Dereference DoS Flaw

CVE-2026-2062 is a null pointer dereference DoS vulnerability in Open5GS up to version 2.7.6 affecting the PGW S5U Address Handler. Attackers can exploit this remotely to cause denial of service. This article covers technical details, affected versions, impact, and mitigation steps.

Published: February 13, 2026

CVE-2026-2062 Overview

A null pointer dereference vulnerability has been identified in Open5GS versions up to 2.7.6. This vulnerability affects the sgwc_s5c_handle_modify_bearer_response and sgwc_sxa_handle_session_modification_response functions within the PGW S5U Address Handler component. The flaw allows remote attackers to cause a denial of service condition by sending specially crafted network requests that trigger the null pointer dereference.

Critical Impact

Remote attackers can crash the Open5GS SGW-C (Serving Gateway Control Plane) component, potentially disrupting 4G/5G mobile network connectivity for subscribers relying on the affected infrastructure.

Affected Products

  • Open5GS versions up to and including 2.7.6
  • SGW-C (Serving Gateway Control Plane) component
  • PGW S5U Address Handler functionality

Discovery Timeline

  • 2026-02-06 - CVE-2026-2062 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2026-2062

Vulnerability Analysis

This vulnerability exists in the SGW-C component of Open5GS, an open-source implementation of the 4G/5G mobile core network. The affected functions handle the Modify Bearer Response message processing in the GTP-C (GPRS Tunneling Protocol - Control Plane) interface between the SGW and PGW.

When a Modify Bearer Response message is received without a valid PGW S5U address, the code attempts to access tunnel remote IP information without proper validation. The absence of defensive checks for uninitialized tunnel data leads to a null pointer dereference, causing the SGW-C process to crash.

The vulnerability is particularly concerning for mobile network operators as it can be triggered remotely over the network, potentially causing service disruptions for connected mobile devices.

Root Cause

The root cause stems from missing validation checks in two critical handler functions. The code failed to verify that the UL (Uplink) tunnel and its associated remote IP address were properly initialized before attempting to use them. Specifically:

  1. In sgwc_s5c_handle_modify_bearer_response, the code did not check whether ul_tunnel was valid or whether the remote IP (IPv4 or IPv6) was initialized before proceeding with the path switch request handling
  2. In sgwc_sxa_handle_session_modification_response, the return value from ogs_gtp2_ip_to_f_teid() was not properly checked, relying only on an assertion that could be bypassed

Attack Vector

The attack can be initiated remotely over the network interface. An attacker with network access to the SGW-C component can craft malicious GTP-C messages that lack the required PGW S5U address information. When the vulnerable functions process these malformed messages during the Modify Bearer Response handling, the null pointer dereference is triggered.

The exploit is publicly documented in GitHub Issue #4257, which provides details about the crash condition.

c
// Security patch in src/sgwc/s5c-handler.c
// Source: https://github.com/open5gs/open5gs/commit/f1bbd7b57f831e2a070780a7d8d5d4c73babdb59

        sess->sgw_s5c_teid, sess->pgw_s5c_teid);
 
    if (modify_action == OGS_GTP_MODIFY_IN_PATH_SWITCH_REQUEST) {
+        sgwc_bearer_t *bearer = NULL;
+        sgwc_tunnel_t *ul_tunnel = NULL;
+
+        ogs_list_for_each(&sess->bearer_list, bearer) {
+            ul_tunnel = sgwc_ul_tunnel_in_bearer(bearer);
+
+            /* Defensive check: UL tunnel remote IP must be initialized */
+            if (!ul_tunnel ||
+                (!ul_tunnel->remote_ip.ipv4 && !ul_tunnel->remote_ip.ipv6)) {
+
+                ogs_error("ModifyBearerResponse missing PGW S5U address "
+                        "(SEID=%u, bearer=%u)", sess->id, bearer->ebi);
+
+                ogs_gtp_send_error_message(
+                        s11_xact, sgwc_ue ? sgwc_ue->mme_s11_teid : 0,
+                        OGS_GTP2_CREATE_SESSION_RESPONSE_TYPE,
+                        OGS_GTP2_CAUSE_MANDATORY_IE_MISSING);
+                return;
+            }
+        }
+
        ogs_assert(OGS_OK ==
            sgwc_gtp_send_create_session_response(sess, s11_xact));
    } else {

The patch adds defensive validation to check that the UL tunnel exists and has a valid remote IP address before proceeding with message processing.

Detection Methods for CVE-2026-2062

Indicators of Compromise

  • Unexpected SGW-C process crashes or restarts in Open5GS deployments
  • Error log entries indicating "ModifyBearerResponse missing PGW S5U address"
  • Abnormal GTP-C traffic patterns with malformed Modify Bearer Response messages
  • Service disruptions affecting mobile subscriber connectivity

Detection Strategies

  • Monitor Open5GS SGW-C process stability and crash logs for null pointer dereference errors
  • Implement GTP-C protocol inspection to identify Modify Bearer Response messages lacking PGW S5U address information
  • Configure alerting for unexpected process restarts in the SGW-C component
  • Review system logs for segmentation fault signals in the sgwc process

Monitoring Recommendations

  • Enable comprehensive logging for GTP-C message processing in Open5GS
  • Monitor process uptime metrics for the SGW-C component
  • Implement network traffic analysis for anomalous GTP-C message patterns
  • Configure crash dump collection for forensic analysis of potential exploitation attempts

How to Mitigate CVE-2026-2062

Immediate Actions Required

  • Apply the security patch identified by commit f1bbd7b57f831e2a070780a7d8d5d4c73babdb59
  • Upgrade Open5GS to a patched version beyond 2.7.6
  • Implement network segmentation to restrict access to the SGW-C GTP-C interface
  • Enable process monitoring and automatic restart for the SGW-C component as a temporary measure

Patch Information

The vulnerability has been addressed in the Open5GS repository. The fix is available in commit f1bbd7b57f831e2a070780a7d8d5d4c73babdb59. Organizations running affected versions should apply this patch immediately or upgrade to a version containing the fix.

The patch adds proper validation checks in both affected handler functions:

  1. Validates that ul_tunnel exists and has initialized remote IP addresses before proceeding
  2. Replaces unsafe assertions with proper error handling and returns

Workarounds

  • Restrict network access to the SGW-C component's GTP-C interface using firewall rules
  • Implement rate limiting on GTP-C traffic to reduce the impact of potential denial of service attempts
  • Configure process supervisors (e.g., systemd) to automatically restart the SGW-C service if a crash occurs
  • Deploy redundant SGW-C instances to maintain service availability during potential exploitation
bash
# Configuration example - Restrict GTP-C interface access
# Add firewall rules to limit access to SGW-C GTP-C port (typically 2123/UDP)
iptables -A INPUT -p udp --dport 2123 -s trusted_pgw_ip -j ACCEPT
iptables -A INPUT -p udp --dport 2123 -j DROP

# Configure systemd to automatically restart SGW-C on failure
# Edit /etc/systemd/system/open5gs-sgwcd.service
# [Service]
# Restart=always
# RestartSec=5

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpen5gs

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-404

  • CWE-476
  • Technical References
  • GitHub Open5GS Repository

  • VulDB CTI Report #344622

  • VulDB Entry #344622

  • VulDB Submission #744719
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Issue #4257

  • GitHub Issue Discussion #3787701521
  • Related CVEs
  • CVE-2026-4988: Open5GS CCA Message Handler DoS Vulnerability

  • CVE-2026-4240: Open5GS CCA Handler DoS Vulnerability

  • CVE-2026-2517: Open5GS Denial of Service Vulnerability

  • CVE-2026-2524: Open5gs Open5gs DoS Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English