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-2026-30078

CVE-2026-30078: OpenAirInterface AMF DoS Vulnerability

CVE-2026-30078 is a denial of service vulnerability in OpenAirInterface V2.2.0 AMF caused by invalid NGAP messages. Attackers can crash the AMF by sending malformed procedure codes or PDU types. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 10, 2026

CVE-2026-30078 Overview

CVE-2026-30078 is a Denial of Service (DoS) vulnerability affecting OpenAirInterface V2.2.0, specifically within the Access and Mobility Management Function (AMF) component. The AMF crashes when it receives an NGAP (NG Application Protocol) message containing an invalid procedure code or an invalid PDU-type. This improper input validation flaw (CWE-20) can be exploited remotely by sending malformed NGAP messages, such as when the message specification requires an InitiatingMessage but is sent with a successfulOutcome instead.

Critical Impact

Remote attackers can crash the AMF component of OpenAirInterface 5G core network by sending specially crafted NGAP messages with invalid procedure codes or mismatched PDU types, causing service disruption to 5G network operations.

Affected Products

  • OpenAirInterface V2.2.0
  • OpenAirInterface AMF (oai-cn5g-amf)

Discovery Timeline

  • 2026-04-06 - CVE CVE-2026-30078 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-30078

Vulnerability Analysis

This vulnerability stems from improper input validation within the NGAP message handling routines of the OpenAirInterface AMF. The NGAP protocol, which operates between the 5G gNB (base station) and the AMF in the 5G Core network, uses a structured message format with specific procedure codes and PDU types (InitiatingMessage, SuccessfulOutcome, UnsuccessfulOutcome).

The AMF fails to properly validate incoming NGAP messages before processing them. When a message arrives with an unexpected PDU type or an invalid procedure code, the parsing logic encounters an unhandled condition that leads to a crash. This represents a classic input validation vulnerability where the application does not gracefully handle malformed or unexpected input data.

Root Cause

The root cause is classified under CWE-20 (Improper Input Validation). The AMF component does not perform adequate validation on the PDU-type field and procedure code values in incoming NGAP messages. When the message specification expects an InitiatingMessage PDU type but receives a successfulOutcome or other mismatched type, the message parsing code fails to handle this discrepancy, resulting in a crash condition. Similarly, invalid procedure codes are not properly rejected, leading to the same outcome.

Attack Vector

The attack can be executed remotely over the network by any entity capable of sending NGAP messages to the AMF. An attacker positioned on the N2 interface (the reference point between the RAN and the AMF) could craft and send malformed NGAP messages to trigger the vulnerability. The attack requires no authentication or user interaction, making it particularly dangerous in scenarios where the NGAP interface is accessible to untrusted network segments.

The exploitation mechanism involves constructing an NGAP message where the PDU-type field is intentionally mismatched with what the procedure code expects. For example, sending a successfulOutcome PDU type for a procedure that only accepts InitiatingMessage would trigger the crash. Technical details and the specific fix can be found in the Eurecom GitLab Issue #74.

Detection Methods for CVE-2026-30078

Indicators of Compromise

  • Unexpected AMF process crashes or restarts without clear cause
  • NGAP messages with mismatched PDU types in network traffic captures (e.g., successfulOutcome where InitiatingMessage is expected)
  • Anomalous NGAP traffic patterns with invalid procedure codes
  • Core dumps or crash logs from the AMF service indicating parsing failures

Detection Strategies

  • Implement network monitoring on the N2 interface to detect malformed NGAP messages with invalid procedure codes or PDU-type mismatches
  • Deploy intrusion detection rules that flag NGAP messages where the PDU-type does not match the expected type for a given procedure code
  • Configure process monitoring to alert on repeated AMF service crashes or unexpected restarts
  • Review AMF logs for parsing errors or exception messages related to NGAP message handling

Monitoring Recommendations

  • Set up real-time alerting for AMF process health and availability
  • Monitor 5G core network service continuity metrics for unexpected disruptions
  • Implement network traffic analysis on NGAP interfaces to baseline normal behavior and detect anomalies
  • Enable detailed logging for NGAP message processing to assist in post-incident analysis

How to Mitigate CVE-2026-30078

Immediate Actions Required

  • Upgrade OpenAirInterface AMF to a patched version that addresses this vulnerability
  • Restrict network access to the NGAP/N2 interface to only trusted gNB nodes
  • Implement network-level filtering to block malformed NGAP messages where possible
  • Monitor AMF service health and implement automatic restart policies as a temporary measure

Patch Information

A fix for this vulnerability has been developed and is available through Merge Request #414 on the Eurecom GitLab repository. Organizations running OpenAirInterface V2.2.0 should review and apply this merge request or upgrade to a version that includes this fix. The patch adds proper validation for NGAP message PDU types and procedure codes before processing.

Workarounds

  • Implement network segmentation to ensure only authorized gNB nodes can communicate with the AMF on the N2 interface
  • Deploy a network firewall or traffic inspection solution capable of filtering malformed NGAP messages
  • Configure high-availability clustering for the AMF to minimize service disruption in case of a crash
  • Implement rate limiting on the NGAP interface to slow down potential DoS attacks
bash
# Configuration example - Network access restriction for AMF (iptables example)
# Restrict NGAP/SCTP traffic (port 38412) to known gNB IP addresses only
iptables -A INPUT -p sctp --dport 38412 -s <trusted_gnb_ip_1> -j ACCEPT
iptables -A INPUT -p sctp --dport 38412 -s <trusted_gnb_ip_2> -j ACCEPT
iptables -A INPUT -p sctp --dport 38412 -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/TechOpenairinterface

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.06%

  • 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
  • Eurecom GitLab Issue #74

  • Eurecom GitLab Merge Request #414
  • Related CVEs
  • CVE-2026-30075: OpenAirInterface Buffer Overflow DoS Flaw

  • CVE-2026-30077: OpenAirInterface AMF DoS Vulnerability

  • CVE-2025-66786: OpenAirInterface CN5G AMF DoS Vulnerability

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