Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI 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-15529

CVE-2025-15529: Open5GS Denial of Service Vulnerability

CVE-2025-15529 is a denial of service vulnerability in Open5GS up to version 2.7.6 affecting the sgwc_s5c_handle_create_session_response function. This article covers the technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-15529 Overview

A denial of service vulnerability has been identified in Open5GS, an open-source implementation of 5G Core and EPC (Evolved Packet Core). The vulnerability exists in the function sgwc_s5c_handle_create_session_response within the file src/sgwc/s5c-handler.c. This flaw allows remote attackers to trigger a denial of service condition through manipulated network requests, potentially disrupting mobile network operations.

Critical Impact

Remote attackers can exploit this vulnerability to cause denial of service in Open5GS deployments, affecting the SGW-C (Serving Gateway Control Plane) component which is essential for handling user data sessions in mobile networks.

Affected Products

  • Open5GS versions up to and including 2.7.6
  • SGW-C (Serving Gateway Control Plane) component
  • Deployments using the affected s5c-handler.c implementation

Discovery Timeline

  • 2026-01-16 - CVE-2025-15529 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2025-15529

Vulnerability Analysis

This vulnerability is classified under CWE-404 (Improper Resource Shutdown or Release), indicating that the affected function fails to properly manage resources during session handling operations. The flaw resides in the sgwc_s5c_handle_create_session_response function, which processes responses related to session creation on the S5-C interface between the SGW-C and PGW-C (PDN Gateway Control Plane) components.

When specially crafted input is processed by this function, the system fails to properly release or manage allocated resources, leading to a denial of service condition. The vulnerability can be exploited remotely over the network without requiring authentication, making it particularly concerning for production Open5GS deployments.

Root Cause

The root cause stems from improper resource management within the session response handler. The function sgwc_s5c_handle_create_session_response does not adequately handle certain error conditions or edge cases during session creation response processing. This improper resource shutdown or release (CWE-404) can lead to resource exhaustion or system instability when exploited.

Attack Vector

The vulnerability is exploitable remotely over the network. An attacker can send manipulated GTP-C (GPRS Tunneling Protocol Control Plane) messages to the SGW-C component, triggering the vulnerable code path. The attack requires no authentication or user interaction, making it accessible to any attacker who can reach the SGW-C interface.

The S5-C interface, which connects the SGW-C to the PGW-C, processes session-related signaling. By targeting the create session response handling, an attacker can disrupt the establishment of user data sessions, effectively causing a denial of service for mobile network subscribers.

Detection Methods for CVE-2025-15529

Indicators of Compromise

  • Unexpected crashes or restarts of the Open5GS SGW-C service
  • Elevated error rates in GTP-C session establishment logs
  • Unusual network traffic patterns targeting the S5-C interface
  • Resource exhaustion symptoms on systems running Open5GS SGW-C

Detection Strategies

  • Monitor Open5GS service logs for errors related to sgwc_s5c_handle_create_session_response function
  • Implement network intrusion detection rules for anomalous GTP-C traffic patterns
  • Deploy application-level monitoring to track SGW-C session handling failures
  • Configure alerting for unexpected service restarts or process terminations

Monitoring Recommendations

  • Enable verbose logging for the SGW-C component to capture detailed session handling events
  • Implement rate limiting on the S5-C interface to mitigate potential exploitation attempts
  • Monitor system resource utilization (memory, CPU) on Open5GS host systems
  • Establish baseline metrics for normal session establishment rates to detect anomalies

How to Mitigate CVE-2025-15529

Immediate Actions Required

  • Update Open5GS to a version containing the security patch (commit b19cf6a2dbf5d30811be4488bf059c865bd7d1d2)
  • Review network access controls to limit exposure of the S5-C interface
  • Implement monitoring for signs of exploitation attempts
  • Consider deploying additional network-level protections for critical 5G/EPC components

Patch Information

A patch has been released by the Open5GS project to address this vulnerability. The fix is identified by commit hash b19cf6a2dbf5d30811be4488bf059c865bd7d1d2. Organizations should apply this patch by updating to the latest Open5GS version or by applying the specific commit to their deployment.

For detailed technical information about the vulnerability and the fix, refer to the GitHub Issue Tracker and the GitHub Commit Update.

Workarounds

  • Restrict network access to the S5-C interface using firewall rules to trusted PGW-C endpoints only
  • Implement network segmentation to isolate Open5GS components from untrusted networks
  • Deploy intrusion prevention systems with custom rules to detect and block malicious GTP-C traffic
  • Consider temporary service redundancy to maintain availability during patching operations
bash
# Configuration example - Restrict S5-C interface access via firewall
# Replace <TRUSTED_PGW_IP> with your PGW-C IP address
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
  • TypeDOS

  • Vendor/TechOpen5gs

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.07%

  • 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
  • Technical References
  • GitHub Commit Update

  • GitHub Issue Tracker

  • GitHub Issue Discussion

  • VulDB CTI #341596

  • VulDB #341596

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