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

CVE-2025-66786: OpenAirInterface OAI-CN5G-AMF DOS Flaw

CVE-2025-66786 is a denial-of-service vulnerability in OpenAirInterface OAI-CN5G-AMF caused by a JSON processing logic error. Attackers can exploit the SBI interface to crash the system. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 15, 2026

CVE-2025-66786 Overview

CVE-2025-66786 affects OpenAirInterface CN5G Access and Mobility Management Function (AMF) versions up to and including v2.0.1. The vulnerability stems from a logic flaw in the JSON request parser used by the Service-Based Interface (SBI). Unauthenticated remote attackers can send malformed JSON payloads to the AMF SBI endpoint to trigger a denial-of-service condition. The flaw is tracked under CWE-20: Improper Input Validation. Affected 5G core deployments lose mobility management functionality, impacting subscriber registration and session continuity across the network.

Critical Impact

Unauthenticated remote attackers can crash the AMF service via crafted JSON over the SBI interface, disrupting 5G core network operations.

Affected Products

  • OpenAirInterface oai-cn5g-amf versions <= v2.0.1
  • 5G core network deployments using the OpenAirInterface CN5G AMF component
  • Research, lab, and production 5G testbeds built on the OAI CN5G stack

Discovery Timeline

  • 2026-01-07 - CVE-2025-66786 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2025-66786

Vulnerability Analysis

The AMF is the 5G core network function responsible for registration, connection, reachability, and mobility management. It exposes a Service-Based Interface (SBI) over HTTP/2 that accepts JSON-encoded messages from other network functions such as the SMF, AUSF, and UDM. CVE-2025-66786 is a denial-of-service vulnerability triggered by a logical error in how the AMF parses inbound JSON request bodies. When a crafted JSON payload is delivered to the SBI endpoint, the parser enters an error state that terminates or hangs the AMF process. Because the SBI listener is reachable over the network without authentication, any host that can route to the AMF service can deliver the payload.

Root Cause

The root cause is improper input validation [CWE-20] in the JSON request handling path of oai-cn5g-amf. The parser does not enforce structural or type constraints before acting on the deserialized data. A specific malformed structure produces an unhandled condition that disrupts the SBI worker, halting AMF service delivery.

Attack Vector

The attack is delivered over the network with low complexity and no privileges or user interaction. An attacker with reachability to the AMF SBI endpoint sends a single malicious JSON request. The AMF process becomes unresponsive, breaking registration, authentication relay, and mobility procedures for all subscribers served by that AMF instance. Technical details and a proof-of-concept are documented in the public PoC repository.

Detection Methods for CVE-2025-66786

Indicators of Compromise

  • Unexpected restarts, crashes, or hangs of the oai-cn5g-amf process correlated with inbound SBI traffic.
  • HTTP/2 POST requests to AMF SBI namespaces (for example /namf-comm/, /namf-mt/, /namf-evts/) containing malformed or structurally invalid JSON bodies.
  • Spikes in 5G subscriber registration failures (Registration Reject) or service requests timing out across the served PLMN.
  • Inbound SBI traffic originating from hosts outside the documented 5G core network function inventory.

Detection Strategies

  • Inspect AMF and reverse proxy access logs for JSON parsing errors, 4xx/5xx bursts on SBI endpoints, or repeated requests from a single peer prior to a crash.
  • Deploy network monitoring on the SBI plane to alert on malformed JSON payloads and on requests with unusual structural depth or type mismatches.
  • Correlate AMF process exits and systemd restart events with concurrent SBI request patterns to identify trigger payloads.

Monitoring Recommendations

  • Forward AMF stdout, stderr, and systemd journal logs to a centralized logging platform for crash and restart alerting.
  • Track AMF availability with active health probes against the SBI endpoint and alert on response timeouts.
  • Monitor SBI ingress sources and alert when traffic arrives from IPs outside the allowed network function peer list.

How to Mitigate CVE-2025-66786

Immediate Actions Required

  • Identify all oai-cn5g-amf instances at version v2.0.1 or earlier in lab and production deployments.
  • Restrict access to the AMF SBI interface to authorized 5G network functions only using network ACLs or service mesh policies.
  • Place a hardened HTTP/2 reverse proxy in front of the AMF to validate JSON structure and reject malformed payloads before they reach the application.
  • Enable automatic process supervision so the AMF is restarted promptly if it crashes, limiting outage duration.

Patch Information

At the time of NVD publication, no vendor advisory or fixed version was referenced in the CVE record. Track the OpenAirInterface CN5G AMF project for releases beyond v2.0.1 that address the JSON parsing logic, and apply the fixed build once available.

Workarounds

  • Segment the SBI network so the AMF is unreachable from untrusted networks, management VLANs, and the internet.
  • Enforce mutual TLS between 5G network functions on the SBI and drop connections from peers without valid certificates.
  • Rate-limit inbound SBI requests per source and apply schema validation at an API gateway to reject non-conforming JSON.
  • Run multiple AMF replicas behind a load balancer so a single crash does not eliminate mobility management capacity.
bash
# Example nftables rule restricting AMF SBI (TCP/8080) to known NF peers
nft add table inet sbi_filter
nft add chain inet sbi_filter input { type filter hook input priority 0 \; policy drop \; }
nft add rule inet sbi_filter input ip saddr { 10.0.10.0/24 } tcp dport 8080 accept
nft add rule inet sbi_filter input tcp dport 8080 drop

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpenairinterface

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • GitHub PoC Repository
  • Related CVEs
  • CVE-2026-30075: OpenAirInterface Buffer Overflow DoS Flaw

  • CVE-2026-30078: OpenAirInterface AMF DoS Vulnerability

  • CVE-2026-30077: OpenAirInterface AMF DoS Vulnerability

  • CVE-2026-30080: OpenAirInterface Auth Bypass 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