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-2025-15530

CVE-2025-15530: Open5GS RCE Vulnerability

CVE-2025-15530 is a remote code execution flaw in Open5GS up to version 2.7.6 affecting the sgwc_s11_handle function. This vulnerability allows remote attackers to trigger reachable assertions. This article covers technical details, affected versions, impact, and mitigation steps.

Published: January 23, 2026

CVE-2025-15530 Overview

A reachable assertion vulnerability has been identified in Open5GS, an open-source implementation of 5G Core and EPC (Evolved Packet Core) network functions. This vulnerability affects the sgwc_s11_handle_create_indirect_data_forwarding_tunnel_request function within the file /src/sgwc/s11-handler.c. An attacker can remotely trigger the assertion condition through manipulated network requests, causing the SGW-C (Serving Gateway Control Plane) component to terminate unexpectedly.

Critical Impact

Remote attackers can cause denial of service conditions in Open5GS deployments by triggering a reachable assertion in the SGW-C component, potentially disrupting mobile network services.

Affected Products

  • Open5GS up to version 2.7.6
  • SGW-C (Serving Gateway Control Plane) component
  • 5G Core and EPC network deployments using affected versions

Discovery Timeline

  • 2026-01-17 - CVE-2025-15530 published to NVD
  • 2026-01-17 - Last updated in NVD database

Technical Details for CVE-2025-15530

Vulnerability Analysis

This vulnerability is classified as CWE-617 (Reachable Assertion), a condition where application code contains assertion statements that can be triggered by external input or attacker-controlled conditions. In the context of Open5GS, the vulnerable function sgwc_s11_handle_create_indirect_data_forwarding_tunnel_request processes S11 interface messages for creating indirect data forwarding tunnels during handover procedures in mobile networks.

When a specially crafted request triggers the assertion, the SGW-C process terminates abruptly, causing a denial of service condition. The vulnerability is exploitable over the network without requiring authentication, making it particularly concerning for production deployments. The exploit has been publicly disclosed, and according to the issue report, the vulnerability has already been fixed in newer versions of the software.

Root Cause

The root cause lies in the improper handling of input validation within the sgwc_s11_handle_create_indirect_data_forwarding_tunnel_request function. The code contains an assertion statement (ogs_assert()) that checks for certain conditions during the processing of S11 Create Indirect Data Forwarding Tunnel Request messages. When malformed or unexpected input is received, these assertion conditions fail, causing the process to crash rather than gracefully handling the error condition.

Assertions are typically intended for debugging purposes and should not be relied upon for input validation in production code, as they can be triggered by external attackers to cause denial of service.

Attack Vector

The attack vector is network-based, targeting the S11 interface of the SGW-C component. An attacker with network access to the Open5GS infrastructure can send specially crafted GTPv2-C (GPRS Tunneling Protocol version 2 Control plane) messages to trigger the vulnerable code path.

The vulnerability is described in detail in the GitHub Open5GS Issue #4231. Additional technical context is available through the VulDB entry #341597.

Detection Methods for CVE-2025-15530

Indicators of Compromise

  • Unexpected SGW-C process crashes or restarts in Open5GS deployments
  • Assertion failure messages in system logs containing references to sgwc_s11_handle_create_indirect_data_forwarding_tunnel_request
  • Unusual GTPv2-C traffic patterns on the S11 interface

Detection Strategies

  • Monitor Open5GS service availability and implement alerting for unexpected process terminations
  • Analyze GTPv2-C traffic for malformed Create Indirect Data Forwarding Tunnel Request messages
  • Review system logs for assertion failures in the /src/sgwc/s11-handler.c module
  • Deploy network intrusion detection rules to identify anomalous S11 interface traffic

Monitoring Recommendations

  • Implement service health monitoring for all Open5GS components with automatic alerting
  • Enable detailed logging for S11 interface message processing
  • Configure process monitoring to detect and alert on SGW-C crashes
  • Establish baseline metrics for GTPv2-C message rates to detect anomalous activity

How to Mitigate CVE-2025-15530

Immediate Actions Required

  • Upgrade Open5GS to a version newer than 2.7.6 where the fix has been applied
  • Implement network segmentation to restrict access to the S11 interface from untrusted networks
  • Enable rate limiting on GTPv2-C interfaces to reduce the impact of potential exploitation attempts
  • Monitor SGW-C process stability and implement automatic restart capabilities

Patch Information

According to the vulnerability report, this issue has been flagged as already-fixed by the Open5GS maintainers. Users should upgrade to the latest available version of Open5GS to ensure they have the security fix applied. For detailed information about the fix, refer to the GitHub issue discussion.

Workarounds

  • Restrict network access to the S11 interface using firewall rules to allow only trusted network elements
  • Implement a process supervisor to automatically restart the SGW-C component if it crashes
  • Deploy a load balancer or high-availability configuration to minimize service disruption
  • Consider temporarily disabling indirect data forwarding tunnel functionality if not required for operations
bash
# Example: Restrict S11 interface access using iptables
# Replace <trusted_mme_ip> with your actual MME IP addresses
iptables -A INPUT -p udp --dport 2123 -s <trusted_mme_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.04%

  • 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 Issue #4231

  • GitHub Open5GS Issue Comment

  • VulDB CTI ID #341597

  • VulDB #341597

  • VulDB Submission #728987
  • 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