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

CVE-2025-15417: Open5GS GTPv2-C Handler DoS Vulnerability

CVE-2025-15417 is a denial of service flaw in Open5GS GTPv2-C F-TEID Handler that affects versions up to 2.7.6. Attackers can exploit this locally to disrupt service. This article covers technical details, impact, and patches.

Updated: January 22, 2026

CVE-2025-15417 Overview

A denial of service vulnerability has been identified in Open5GS versions up to 2.7.6. The vulnerability exists in the sgwc_s11_handle_create_session_request function within the src/sgwc/s11-handler.c file, which is part of the GTPv2-C F-TEID Handler component. Successful exploitation of this vulnerability allows an attacker with local access to cause a denial of service condition, disrupting the availability of the affected 5G core network component.

Critical Impact

Local attackers can exploit improper resource shutdown in the GTPv2-C handler to cause service disruption in Open5GS 5G core network deployments.

Affected Products

  • Open5GS versions up to and including 2.7.6
  • Open5GS SGW-C (Serving Gateway Control Plane) component
  • Deployments utilizing the GTPv2-C protocol interface

Discovery Timeline

  • 2026-01-01 - CVE-2025-15417 published to NVD
  • 2026-01-06 - Last updated in NVD database

Technical Details for CVE-2025-15417

Vulnerability Analysis

This vulnerability is classified under CWE-404 (Improper Resource Shutdown or Release). The flaw resides in the SGW-C component's handling of GTPv2-C Create Session Request messages, specifically in how F-TEID (Fully Qualified Tunnel Endpoint Identifier) data is processed. When the sgwc_s11_handle_create_session_request function receives malformed or specially crafted input, it fails to properly manage resources, leading to a denial of service condition.

The GTPv2-C protocol is critical for control plane signaling in 4G/5G networks, handling session creation, modification, and deletion between network elements. Improper handling of F-TEID parameters in session requests can cause the SGW-C process to become unresponsive or crash, impacting mobile network connectivity.

Root Cause

The root cause of this vulnerability is improper resource shutdown or release (CWE-404) in the sgwc_s11_handle_create_session_request function. When processing GTPv2-C messages containing F-TEID information, the code path fails to properly validate and release resources under certain conditions. This improper resource management can be triggered by manipulated input, causing the service to enter an unstable state or terminate unexpectedly.

Attack Vector

The attack requires local access to the system running Open5GS. An attacker with local privileges can send specially crafted GTPv2-C Create Session Request messages to the SGW-C component. The manipulation targets the F-TEID handling logic, exploiting the improper resource management to cause service disruption. While the attack is limited to local access, the impact on network availability can be significant in production 5G deployments.

The vulnerability mechanism involves improper handling of resources in the GTPv2-C F-TEID processing logic. When the sgwc_s11_handle_create_session_request function processes malformed F-TEID data, resources are not properly released, leading to service instability. For detailed technical analysis, refer to the GitHub Issue Discussion.

Detection Methods for CVE-2025-15417

Indicators of Compromise

  • Unexpected crashes or restarts of the Open5GS SGW-C service
  • Abnormal memory consumption patterns in the open5gs-sgwcd process
  • Error logs indicating failures in sgwc_s11_handle_create_session_request function
  • Increased GTPv2-C session creation failures reported by connected network elements

Detection Strategies

  • Monitor Open5GS SGW-C process health and implement automatic restart detection
  • Configure logging to capture GTPv2-C protocol errors and session handling failures
  • Implement network monitoring for unusual S11 interface traffic patterns
  • Deploy process monitoring to detect abnormal resource consumption or unexpected terminations

Monitoring Recommendations

  • Enable verbose logging for the SGW-C component to capture F-TEID handling events
  • Set up alerts for SGW-C service interruptions or repeated restarts
  • Monitor system resource utilization for processes handling GTPv2-C traffic
  • Review audit logs for local user activity on systems running Open5GS components

How to Mitigate CVE-2025-15417

Immediate Actions Required

  • Apply the official patch (commit 465273d13ba5d47b274c38c9d1b07f04859178a1) to remediate the vulnerability
  • Restrict local access to systems running Open5GS to authorized personnel only
  • Implement process monitoring and automatic recovery for the SGW-C service
  • Review and audit local user accounts with access to Open5GS infrastructure

Patch Information

Open5GS has released a patch to address this vulnerability. The fix is available in commit 465273d13ba5d47b274c38c9d1b07f04859178a1. Organizations should upgrade to a patched version of Open5GS or apply this specific commit to remediate the vulnerability. Additional details and discussion can be found in the GitHub Issue Discussion.

Workarounds

  • Restrict local system access using operating system-level access controls
  • Implement network segmentation to isolate Open5GS components from untrusted users
  • Deploy process supervision tools (e.g., systemd watchdog) to automatically restart the SGW-C service if it becomes unresponsive
  • Enable enhanced logging to detect exploitation attempts before applying the patch
bash
# Example: Restrict access to Open5GS configuration and apply patch
# Update Open5GS to the latest patched version
cd /path/to/open5gs
git fetch origin
git cherry-pick 465273d13ba5d47b274c38c9d1b07f04859178a1
ninja -C build install

# Restart the SGW-C service after patching
systemctl restart open5gs-sgwcd

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 Score4.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/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
  • VulDB #339339 (CTI)

  • VulDB #339339

  • VulDB Submission #727616
  • Vendor Resources
  • GitHub Commit Log

  • GitHub Issue Discussion

  • GitHub Issue Detail

  • GitHub Issue Comment
  • 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