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
    • 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-2026-8249

CVE-2026-8249: Open5GS SMF Component DoS Vulnerability

CVE-2026-8249 is a denial of service vulnerability in Open5GS affecting the SMF component's npcf-handler.c file. Attackers can remotely exploit this flaw to disrupt service. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 18, 2026

CVE-2026-8249 Overview

CVE-2026-8249 affects Open5GS versions up to 2.7.7. The flaw resides in the update_authorized_pcc_rule_and_qos function within /src/smf/npcf-handler.c, a component of the Session Management Function (SMF). An authenticated remote attacker can trigger a denial of service (DoS) condition by manipulating input processed by this function. The vulnerability is categorized under [CWE-404] Improper Resource Shutdown or Release. A public exploit has been published, increasing the likelihood of opportunistic abuse against exposed Open5GS deployments. The Open5GS project has been notified through an issue report but has not yet responded with a fix.

Critical Impact

Remote attackers with low privileges can crash the Open5GS SMF service, disrupting 5G core network session management.

Affected Products

  • Open5GS versions up to and including 2.7.7
  • Open5GS SMF (Session Management Function) component
  • Deployments running the npcf-handler.c PCC rule and QoS update logic

Discovery Timeline

  • 2026-05-10 - CVE-2026-8249 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-8249

Vulnerability Analysis

The defect exists in the update_authorized_pcc_rule_and_qos function in /src/smf/npcf-handler.c. This routine handles Policy and Charging Control (PCC) rule updates and Quality of Service (QoS) authorization data exchanged between the SMF and the Policy Control Function (PCF) over the Npcf service-based interface. Improper resource handling during the update flow allows a remote actor to crash or stall the SMF process. Because the SMF orchestrates PDU session establishment in a 5G core, disruption affects all subscribers relying on the affected instance. The exploitation requires network reachability to the SMF and low-level privileges within the service-based architecture.

Root Cause

The root cause maps to [CWE-404] Improper Resource Shutdown or Release. The update_authorized_pcc_rule_and_qos function fails to correctly release or validate resources when processing certain PCC rule or QoS update messages. This leads to abnormal termination or resource exhaustion within the SMF process. The Open5GS project has acknowledged the issue tracker entry but has not yet issued a code fix.

Attack Vector

The attack vector is network-based. An attacker positioned on the 5G service-based interface, or with the ability to send crafted Npcf messages to the SMF endpoint, can invoke the vulnerable handler. Successful exploitation does not require user interaction. The exploit has been published, lowering the technical barrier for adversaries.

No verified proof-of-concept code is included here. Refer to the GitHub Issue Tracker #4443 and VulDB Vulnerability #362546 for technical analysis.

Detection Methods for CVE-2026-8249

Indicators of Compromise

  • Unexpected restarts or crashes of the Open5GS SMF process correlated with inbound Npcf traffic
  • Malformed or anomalous PCC rule and QoS update messages on the SMF service-based interface
  • Gaps in PDU session establishment logs followed by SMF process termination entries

Detection Strategies

  • Monitor SMF process health and exit codes through systemd journal or container orchestrator events
  • Inspect Npcf message payloads for malformed PCC rule structures targeting update_authorized_pcc_rule_and_qos
  • Correlate SMF crash events with source IPs of Npcf clients to identify probing patterns

Monitoring Recommendations

  • Enable verbose logging in Open5GS SMF to capture inbound Npcf request details
  • Forward 5G core control-plane logs to a centralized SIEM for retention and alerting
  • Track service availability metrics for the SMF and alert on repeated restarts within short windows

How to Mitigate CVE-2026-8249

Immediate Actions Required

  • Restrict network access to the SMF service-based interface to trusted PCF nodes only
  • Apply network segmentation and firewall rules between 5G core network functions
  • Monitor the GitHub Open5GS Repository for an upstream fix and apply it as soon as it is released
  • Maintain process supervision so that the SMF restarts automatically after a crash

Patch Information

No official patch has been released at the time of publication. The Open5GS maintainers have been informed via GitHub Issue Tracker #4443 but have not yet responded. Operators should track the upstream repository and apply security updates once available.

Workarounds

  • Place the SMF behind a service mesh or API gateway that validates Npcf message structure before forwarding
  • Limit which PCF instances are authorized to send PCC rule updates using mutual TLS and allowlisting
  • Deploy redundant SMF instances behind a load balancer to absorb single-process crashes without subscriber impact
bash
# Example: restrict inbound traffic to the SMF Npcf listener to trusted PCF hosts
iptables -A INPUT -p tcp --dport 7777 -s <trusted_pcf_ip> -j ACCEPT
iptables -A INPUT -p tcp --dport 7777 -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

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/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
  • GitHub Open5GS Repository

  • GitHub Issue Tracker #4443

  • VulDB Submission #808473

  • VulDB Vulnerability #362546

  • VulDB CTI for #362546
  • Related CVEs
  • CVE-2026-8292: Open5GS Denial of Service Vulnerability

  • CVE-2026-8291: Open5GS Denial of Service Vulnerability

  • CVE-2026-8290: Open5GS SMF Component DoS Vulnerability

  • CVE-2026-8267: Open5GS SMF Denial of Service Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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