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

CVE-2026-30075: OpenAirInterface Buffer Overflow DoS Flaw

CVE-2026-30075 is a buffer overflow vulnerability in OpenAirInterface 2.2.0 that causes denial of service. Attackers can crash the AUSF component, blocking user registration. This article covers technical details, impact, and fixes.

Published: April 10, 2026

CVE-2026-30075 Overview

CVE-2026-30075 is a Buffer Overflow vulnerability affecting OpenAirInterface Version 2.2.0. The vulnerability exists in the processing of UplinkNASTransport messages containing Authentication Response with an oversized NAS PDU (for example, 100 bytes). When this malformed response is decoded by the AMF (Access and Mobility Management Function) and passed to the AUSF (Authentication Server Function) component for verification, the AUSF crashes upon receiving the oversized response. This can prohibit users from further registration and verification, leading to Denial of Service (DoS) conditions.

Critical Impact

Attackers can crash the AUSF component in 5G core networks, disrupting user authentication and registration services, causing network-wide Denial of Service.

Affected Products

  • OpenAirInterface Version 2.2.0
  • OAI-CN5G-AUSF component
  • 5G Core Network deployments using OpenAirInterface

Discovery Timeline

  • April 8, 2026 - CVE-2026-30075 published to NVD
  • April 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-30075

Vulnerability Analysis

This vulnerability is classified as CWE-120 (Buffer Copy without Checking Size of Input), commonly known as a classic buffer overflow. The flaw resides in how the AUSF component handles Authentication Response messages within the UplinkNASTransport procedure.

In 5G networks, the AUSF is a critical component responsible for authentication services. When a User Equipment (UE) sends an Authentication Response as part of the 5G-AKA (Authentication and Key Agreement) procedure, the AMF forwards this response to the AUSF for verification. The vulnerability is triggered when the NAS PDU within the Authentication Response exceeds expected boundaries—the AUSF fails to properly validate the size of incoming authentication response data before processing.

The attack can be performed over the network without requiring authentication or user interaction, making it particularly dangerous for exposed 5G core network deployments.

Root Cause

The root cause is insufficient input validation in the AUSF component when processing NAS PDU payloads. The code responsible for handling Authentication Response messages does not properly check the size of the incoming response buffer before attempting to process it. When an oversized response (e.g., 100 bytes instead of the expected size) is received, the buffer overflow condition causes the AUSF process to crash.

This is a classic example of CWE-120 where data is copied into a fixed-size buffer without first verifying that the source data fits within the destination buffer's bounds.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can craft a malicious UplinkNASTransport message containing an Authentication Response with an oversized NAS PDU. When this message traverses through the AMF to the AUSF component, it triggers the buffer overflow condition.

The vulnerability can be exploited by sending specially crafted 5G NAS messages to the network. For detailed technical discussion of this vulnerability, refer to the GitLab Issue Discussion on the OpenAirInterface project.

Detection Methods for CVE-2026-30075

Indicators of Compromise

  • Unexpected AUSF process crashes or restarts in 5G core network logs
  • Authentication failures across multiple User Equipment simultaneously
  • Abnormally large NAS PDU sizes in UplinkNASTransport messages (e.g., exceeding 50 bytes for Authentication Response)
  • Repeated registration failures following AUSF service interruptions

Detection Strategies

  • Monitor AUSF component logs for crash events or segmentation faults
  • Implement network traffic analysis to detect oversized Authentication Response messages in UplinkNASTransport
  • Configure alerting on AUSF service availability and unexpected restarts
  • Deploy intrusion detection rules to flag NAS PDU payloads exceeding normal size thresholds

Monitoring Recommendations

  • Establish baseline metrics for AUSF component uptime and response times
  • Implement continuous monitoring of 5G core network component health
  • Enable verbose logging on AMF and AUSF components to capture malformed message details
  • Configure automated alerts for authentication service degradation patterns

How to Mitigate CVE-2026-30075

Immediate Actions Required

  • Review OpenAirInterface deployment and identify if running vulnerable version 2.2.0
  • Monitor AUSF component for signs of exploitation attempts
  • Consider implementing network segmentation to restrict access to 5G core components
  • Check the GitLab Issues Overview for updated patch information

Patch Information

Organizations should monitor the OpenAirInterface GitLab repository for official patches addressing this vulnerability. The issue has been tracked in the GitLab Issue Discussion where developers may provide fix details. Until an official patch is released, implementing compensating controls is recommended.

Workarounds

  • Implement input validation at the network perimeter to filter oversized NAS PDU messages
  • Deploy rate limiting on authentication requests to minimize impact of exploitation attempts
  • Consider deploying AUSF in a redundant configuration to maintain service availability during crashes
  • Restrict network access to 5G core components using firewall rules and network segmentation
bash
# Example: Monitor AUSF process for crashes
# Add to monitoring system configuration
journalctl -u oai-ausf -f --since "1 hour ago" | grep -i "crash\|segfault\|killed"

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

  • 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-120
  • Technical References
  • GitLab Issue Discussion

  • GitLab Issues Overview
  • Related CVEs
  • CVE-2026-30078: OpenAirInterface AMF DoS Vulnerability

  • 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