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-1738

CVE-2026-1738: Open5GS SGWC RCE Vulnerability

CVE-2026-1738 is a remote code execution flaw in Open5GS SGWC that affects versions up to 2.7.6 through a reachable assertion vulnerability. This post covers the technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-1738 Overview

A vulnerability has been identified in Open5GS up to version 2.7.6 affecting the SGWC (Serving Gateway Control Plane) component. The flaw exists in the sgwc_tunnel_add function located in /src/sgwc/context.c, where manipulation of the pdr (Packet Detection Rule) argument can trigger a reachable assertion. This vulnerability can be exploited remotely over the network to cause a denial of service condition in 5G core network infrastructure.

Critical Impact

Remote attackers can crash the SGWC component of Open5GS deployments by triggering an assertion failure, potentially disrupting 5G network services and affecting mobile network availability.

Affected Products

  • Open5GS versions up to 2.7.6
  • SGWC (Serving Gateway Control Plane) component
  • Deployments using /src/sgwc/context.c module

Discovery Timeline

  • 2026-02-02 - CVE CVE-2026-1738 published to NVD
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2026-1738

Vulnerability Analysis

This vulnerability is classified as CWE-617 (Reachable Assertion), a condition where an assertion check can be triggered by external input, causing the application to terminate abnormally. In the context of Open5GS, the sgwc_tunnel_add function in the SGWC component fails to properly validate the pdr argument before an assertion check. When a specially crafted input is provided, the assertion condition fails, causing the SGWC process to crash.

Open5GS is an open-source implementation of 5G Core and EPC (Evolved Packet Core), widely used in telecommunications research, testing environments, and some production deployments. The SGWC component handles the control plane functions for the Serving Gateway, making it a critical element in user equipment connectivity and data session management.

The vulnerability can be exploited remotely without authentication, as the attack vector is network-based. The issue report indicates that a patch has already been developed to address this vulnerability.

Root Cause

The root cause is improper input validation in the sgwc_tunnel_add function before assertion checks are performed. The function contains an assertion statement that validates the state of the pdr argument, but external inputs can reach this assertion with unexpected values. When assertions are enabled in production builds and the validation fails, the program terminates immediately rather than handling the error gracefully.

Attack Vector

The attack can be executed remotely over the network by sending malformed data that reaches the sgwc_tunnel_add function with a manipulated pdr argument. An attacker targeting Open5GS infrastructure could craft network packets that trigger the vulnerable code path, causing the assertion to fail and the SGWC service to crash. This results in a denial of service condition affecting the 5G core network's ability to handle gateway control plane operations.

The vulnerability mechanism involves the following flow: malformed input is received by the SGWC component, the input is processed and passed to sgwc_tunnel_add, the pdr argument contains unexpected values, and the assertion check fails, causing an immediate process termination. For detailed technical information about the vulnerability, refer to GitHub Issue #4261.

Detection Methods for CVE-2026-1738

Indicators of Compromise

  • Unexpected crashes or restarts of the SGWC service in Open5GS deployments
  • Core dump files generated by assertion failures in the sgwc_tunnel_add function
  • Log entries indicating assertion failures in /src/sgwc/context.c
  • Repeated service interruptions affecting 5G gateway control plane operations

Detection Strategies

  • Monitor Open5GS SGWC process stability and implement alerting for unexpected terminations
  • Configure crash dump collection to capture assertion failure details for forensic analysis
  • Deploy network intrusion detection rules to identify malformed GTP-C or PFCP protocol messages
  • Implement service health checks that detect SGWC unavailability within seconds

Monitoring Recommendations

  • Enable verbose logging for the SGWC component to capture detailed error information
  • Set up automated alerts for assertion failure patterns in system logs
  • Monitor network traffic to the SGWC interfaces for anomalous patterns
  • Implement process supervision to automatically restart crashed services while alerting administrators

How to Mitigate CVE-2026-1738

Immediate Actions Required

  • Upgrade Open5GS to the latest patched version beyond 2.7.6 as indicated by the already-fixed status
  • Review and apply the security patch referenced in GitHub Issue #4261
  • Implement network segmentation to limit access to SGWC interfaces from untrusted networks
  • Configure process supervisors to automatically restart the SGWC service if it crashes

Patch Information

The issue report is flagged as already-fixed, indicating that a patch has been developed and merged into the Open5GS repository. Organizations should update to the latest release or apply the fix from the Open5GS GitHub repository. Additional details about the fix can be found in the related GitHub issue events.

Workarounds

  • Implement network access controls to restrict which systems can communicate with the SGWC component
  • Deploy a Web Application Firewall or network filter to inspect and sanitize incoming traffic
  • Consider disabling assertions in production builds if the vendor provides guidance (note: this may mask other issues)
  • Use containerization with automatic restart policies to minimize service downtime from crashes
bash
# Example: Configure systemd service restart policy for Open5GS SGWC
# /etc/systemd/system/open5gs-sgwcd.service.d/restart.conf
[Service]
Restart=always
RestartSec=5
StartLimitIntervalSec=60
StartLimitBurst=5

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpen5gs

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.05%

  • 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-617
  • Technical References
  • GitHub Open5GS Repository

  • GitHub Open5GS Issue #4261

  • GitHub Open5GS Event #21968563677

  • GitHub Open5GS Issue Event #3787803578

  • VulDB CTI ID #343637

  • VulDB #343637

  • VulDB Submission #741193
  • Related CVEs
  • CVE-2026-2521: Open5GS SGW-C Memory Corruption RCE Flaw

  • CVE-2026-2522: Open5GS MME Component RCE Vulnerability

  • CVE-2026-2523: Open5GS SMF Remote Code Execution Flaw

  • CVE-2026-1736: Open5GS SGWC RCE 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