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

CVE-2025-8799: Open5GS AMF Component DoS Vulnerability

CVE-2025-8799 is a denial of service flaw in Open5GS affecting the AMF component up to version 2.7.5. Attackers can exploit this remotely to disrupt service. This article covers technical details, impact, and patches.

Published: April 29, 2026

CVE-2025-8799 Overview

A denial of service vulnerability has been identified in Open5GS versions up to 2.7.5, affecting the Access and Mobility Management Function (AMF) component. The vulnerability exists in the amf_npcf_am_policy_control_build_create and amf_nsmf_pdusession_build_create_sm_context functions within the src/amf/npcf-build.c file. An attacker can exploit this flaw remotely to crash the AMF service, potentially disrupting 5G core network operations and affecting connected subscribers.

Critical Impact

Remote attackers can cause denial of service to 5G AMF components, potentially disrupting mobile network connectivity for all users relying on the affected Open5GS deployment.

Affected Products

  • Open5GS versions up to and including 2.7.5
  • 5G Core Network deployments using vulnerable Open5GS AMF component
  • Telecommunications infrastructure utilizing Open5GS for 5G service delivery

Discovery Timeline

  • August 10, 2025 - CVE-2025-8799 published to NVD
  • August 15, 2025 - Last updated in NVD database

Technical Details for CVE-2025-8799

Vulnerability Analysis

This vulnerability is classified under CWE-404 (Improper Resource Shutdown or Release), indicating a flaw in how the AMF component handles resource cleanup during certain operations. The issue arises when late SBI (Service Based Interface) client events occur after the RAN UE (Radio Access Network User Equipment) context has already been released.

The vulnerable code path involves assertions that attempt to validate the existence of a RAN UE context using ran_ue_find_by_id(amf_ue->ran_ue_id). When SBI client responses arrive after the RAN UE has disconnected or been cleaned up, these assertions fail catastrophically, causing the AMF process to crash.

The exploit has been publicly disclosed and can be triggered remotely over the network without requiring authentication or user interaction. This makes the vulnerability particularly dangerous in production 5G core network environments where continuous availability is critical.

Root Cause

The root cause lies in the improper handling of asynchronous SBI client events within the AMF component. The code assumes that when building NF consumer requests (for NPCF AM Policy Control and NSMF PDU Session management), the associated RAN UE context will always be valid. However, in race condition scenarios where the UE disconnects while SBI transactions are pending, the RAN UE context may no longer exist when the response arrives, triggering assertion failures.

The problematic assertions in both src/amf/npcf-build.c and src/amf/nsmf-build.c did not account for the asynchronous nature of SBI communications and the possibility of UE context cleanup occurring mid-transaction.

Attack Vector

The vulnerability is exploitable remotely over the network. An attacker with network access to the 5G core infrastructure can craft specific sequences of signaling messages that trigger the race condition between RAN UE disconnection and pending SBI transactions.

The attack does not require authentication or special privileges. The exploitation flow involves:

  1. Establishing a connection to the Open5GS AMF
  2. Initiating procedures that trigger SBI client transactions (such as PDU session establishment or AM policy control)
  3. Timing a disconnect or triggering UE release while SBI requests are in flight
  4. The AMF crashes when it receives the SBI response and fails the assertion check
c
// Vulnerable code pattern (pre-patch)
// src/amf/npcf-build.c
ogs_assert(amf_ue);
ogs_assert(amf_ue->supi);
ogs_assert(ran_ue_find_by_id(amf_ue->ran_ue_id));  // Crashes if RAN UE no longer exists

// src/amf/nsmf-build.c  
amf_ue = amf_ue_find_by_id(sess->amf_ue_id);
ogs_assert(amf_ue);
ogs_assert(amf_ue->nas.access_type);
ogs_assert(ran_ue_find_by_id(amf_ue->ran_ue_id));  // Crashes if RAN UE no longer exists

Source: GitHub Open5GS Commit Change

Detection Methods for CVE-2025-8799

Indicators of Compromise

  • Unexpected AMF process crashes or restarts in Open5GS deployment logs
  • Core dumps or assertion failure messages referencing ran_ue_find_by_id function
  • Unusual patterns of UE disconnections followed by immediate service disruption
  • Increased SBI transaction timeouts or failures in 5G core network monitoring

Detection Strategies

  • Monitor Open5GS AMF process stability and implement alerting for unexpected restarts
  • Analyze system logs for assertion failures in npcf-build.c or nsmf-build.c files
  • Implement network traffic analysis to detect abnormal UE signaling patterns targeting the AMF
  • Deploy intrusion detection rules to identify potential DoS attack patterns against 5G core components
  • Review core dumps for crash signatures matching the ran_ue_find_by_id assertion failure

Monitoring Recommendations

  • Configure process monitoring for Open5GS AMF with automatic restart and alerting
  • Implement real-time log aggregation and analysis for 5G core network components
  • Monitor network interface traffic patterns for anomalies targeting AMF service ports
  • Track SBI transaction success/failure rates as an early warning indicator

How to Mitigate CVE-2025-8799

Immediate Actions Required

  • Upgrade Open5GS to version 2.7.6 or later immediately
  • If immediate upgrade is not possible, implement network access controls to restrict AMF exposure
  • Enable enhanced logging and monitoring on affected AMF instances
  • Prepare incident response procedures for potential DoS attacks
  • Review and restrict network access to 5G core infrastructure components

Patch Information

The vulnerability has been addressed in Open5GS version 2.7.6. The security fix is identified by commit hash cf63dd63197bf61a4b041aa364ba6a6199ab15e4. The patch removes the problematic assertions that cause crashes when RAN UE contexts are not found during late SBI client events.

The fix modifies both src/amf/npcf-build.c and src/amf/nsmf-build.c to gracefully handle scenarios where the RAN UE context no longer exists, preventing assertion failures and subsequent AMF crashes.

c
// Security patch - Removed vulnerable assertions
// src/amf/npcf-build.c (patched)
ogs_assert(amf_ue);
ogs_assert(amf_ue->supi);
// Assertion removed: ogs_assert(ran_ue_find_by_id(amf_ue->ran_ue_id));

// src/amf/nsmf-build.c (patched)
amf_ue = amf_ue_find_by_id(sess->amf_ue_id);
ogs_assert(amf_ue);
ogs_assert(amf_ue->nas.access_type);
// Assertion removed: ogs_assert(ran_ue_find_by_id(amf_ue->ran_ue_id));

Source: GitHub Open5GS Commit Change

Workarounds

  • Implement network segmentation to limit exposure of AMF interfaces to trusted sources only
  • Deploy rate limiting on network interfaces serving the AMF to reduce DoS impact
  • Configure process supervision with automatic restart capabilities to minimize service downtime
  • Implement redundant AMF deployments with load balancing to maintain availability during attacks
bash
# Configuration example - Network access restriction for AMF
# Restrict access to AMF SBI interface (example using iptables)
iptables -A INPUT -p tcp --dport 7777 -s 10.5.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 7777 -j DROP

# Enable systemd automatic restart for Open5GS AMF
systemctl edit open5gs-amfd --force
# Add: [Service]
# Restart=always
# RestartSec=5

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.58%

  • 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 CVE-2025-8799 Report

  • GitHub Open5GS Issue #3979

  • GitHub Open5GS Issue Comment

  • GitHub Open5GS Release v2.7.6

  • GitHub 5G AMF Crash Attachment

  • VulDB CTI #319327

  • VulDB #319327

  • VulDB Submission #626112
  • Vendor Resources
  • GitHub Open5GS Commit Change
  • 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 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