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
    • Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-1737

CVE-2026-1737: Open5GS RCE Vulnerability

CVE-2026-1737 is a remote code execution flaw in Open5GS up to version 2.7.6 affecting the CreateBearerRequest Handler. Attackers can exploit this remotely to trigger reachable assertions. This article covers technical details, affected versions, impact, and mitigation.

Published: February 6, 2026

CVE-2026-1737 Overview

A denial of service vulnerability has been identified in Open5GS, an open source implementation of 5G Core and LTE EPC networks. The vulnerability exists in the function sgwc_s5c_handle_create_bearer_request within the file /src/sgwc/s5c-handler.c, which handles CreateBearerRequest messages in the SGW-C (Serving Gateway Control Plane) component. The flaw allows remote attackers to trigger a reachable assertion, causing the affected service to crash.

This vulnerability affects the 4G/5G mobile network infrastructure component responsible for bearer management in LTE networks. The exploit is publicly available, increasing the risk of active exploitation against vulnerable deployments.

Critical Impact

Remote attackers can crash the SGW-C component of Open5GS deployments, disrupting mobile network services and bearer session management.

Affected Products

  • Open5GS up to version 2.7.6
  • SGW-C (Serving Gateway Control Plane) component
  • Systems utilizing the CreateBearerRequest Handler functionality

Discovery Timeline

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

Technical Details for CVE-2026-1737

Vulnerability Analysis

This vulnerability is classified as CWE-617 (Reachable Assertion), a condition where an assertion statement in the code can be triggered by external input, leading to program termination. In the context of Open5GS, the vulnerable function sgwc_s5c_handle_create_bearer_request fails to properly validate incoming CreateBearerRequest messages before processing them.

The SGW-C component is a critical element of LTE EPC architecture, responsible for routing and forwarding user data packets. When a malformed or unexpected CreateBearerRequest is received via the S5-C interface (GTP-C protocol), the assertion condition is triggered, causing the service to abort.

The attack can be performed remotely over the network without authentication requirements. While the vulnerability does not allow for code execution or data compromise, it poses a significant availability risk to mobile network infrastructure.

Root Cause

The root cause of this vulnerability lies in insufficient input validation in the sgwc_s5c_handle_create_bearer_request function. The code contains an assertion that can be reached with specially crafted network input, violating the assumption that certain conditions would never occur during normal operation. When the assertion fails, the process terminates abnormally.

Assertions are typically used during development to catch programming errors but should not be reachable through external input in production code. The failure to sanitize or validate incoming CreateBearerRequest parameters before the assertion check creates this exploitable condition.

Attack Vector

The vulnerability is exploited via network-based attacks targeting the S5-C interface of the SGW-C component. An attacker with network access to the GTP-C interface can send a specially crafted CreateBearerRequest message that triggers the assertion failure.

The attack does not require prior authentication or user interaction. The attacker needs only network connectivity to the vulnerable Open5GS component, which may be exposed in mobile network deployments. Upon receiving the malicious request, the SGW-C process terminates, disrupting active bearer sessions and potentially affecting mobile network subscribers.

For detailed technical information about this vulnerability, refer to the GitHub Open5GS Issue #4271 where the vulnerability is documented and tracked.

Detection Methods for CVE-2026-1737

Indicators of Compromise

  • Unexpected termination or crash of the SGW-C (open5gs-sgwcd) process
  • Core dump files generated by assertion failures in s5c-handler.c
  • Abnormal GTP-C traffic patterns on the S5-C interface containing malformed CreateBearerRequest messages
  • Service restart events correlated with incoming GTP-C traffic

Detection Strategies

  • Monitor SGW-C process stability and implement alerting for unexpected service terminations
  • Deploy network intrusion detection rules to identify anomalous GTP-C CreateBearerRequest message patterns
  • Analyze system logs for assertion failure messages referencing sgwc_s5c_handle_create_bearer_request
  • Implement GTP-C protocol inspection at network boundaries to filter malformed messages

Monitoring Recommendations

  • Enable detailed logging for the SGW-C component to capture CreateBearerRequest processing events
  • Configure process monitoring and automatic restart mechanisms for the open5gs-sgwcd service
  • Establish baseline metrics for GTP-C message rates and alert on significant deviations
  • Monitor for repeated service restarts that may indicate active exploitation attempts

How to Mitigate CVE-2026-1737

Immediate Actions Required

  • Update Open5GS to a patched version that addresses the reachable assertion vulnerability
  • Implement network segmentation to restrict access to the S5-C interface from untrusted networks
  • Deploy GTP-C protocol filtering at network perimeters to block malformed messages
  • Enable service auto-restart mechanisms to minimize disruption during potential attacks

Patch Information

The vulnerability has been flagged as already-fixed by the Open5GS maintainers. Users should upgrade to the latest version of Open5GS that contains the security patch. The fix addresses the assertion handling in the sgwc_s5c_handle_create_bearer_request function to properly validate incoming requests before processing.

Refer to the GitHub Open5GS Repository for the latest release containing the security fix. Additional details about the fix can be found in the GitHub issue tracking this vulnerability.

Workarounds

  • Restrict network access to the SGW-C S5-C interface using firewall rules to allow only trusted peer nodes
  • Implement rate limiting on GTP-C interfaces to reduce the impact of potential attack attempts
  • Deploy a GTP-C aware firewall or deep packet inspection system to filter malicious requests
  • Consider running SGW-C in a containerized environment with automatic restart policies
bash
# Example firewall rule to restrict S5-C interface access (adapt ports/IPs as needed)
iptables -A INPUT -p udp --dport 2123 -s <trusted_pgw_ip> -j ACCEPT
iptables -A INPUT -p udp --dport 2123 -j DROP

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 #4271

  • GitHub Open5GS Event #21968630023

  • GitHub Open5GS Issue Detail #3795147720

  • VulDB Threat Report #343636

  • VulDB #343636

  • VulDB Submission #741192
  • Related CVEs
  • CVE-2025-15176: Open5GS PFCP Handler RCE Vulnerability

  • 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
Default Legacy - Prefooter | 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