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

CVE-2026-30079: OpenAirInterface AMF Auth Bypass Flaw

CVE-2026-30079 is an authentication bypass vulnerability in OpenAirInterface V2.2.0 AMF caused by out-of-sequence messages during UE registration. This article covers technical details, affected versions, and mitigations.

Published: April 10, 2026

CVE-2026-30079 Overview

CVE-2026-30079 is an authentication bypass vulnerability in OpenAirInterface V2.2.0 Access and Mobility Management Function (AMF). The vulnerability exists due to improper handling of out-of-sequence messages during the User Equipment (UE) registration procedure, which causes incorrect state transitions. This flaw allows attackers to completely bypass authentication by sending messages in an unexpected order.

When a SecurityModeComplete message is sent after InitialUERegistration, the system incorrectly processes the sequence, resulting in a registration reject followed by a registration accept. This flawed state machine behavior allows a UE to be registered without completing proper authentication procedures.

Critical Impact

This vulnerability allows complete authentication bypass in 5G core network infrastructure, enabling unauthorized devices to register on the network without proper security validation.

Affected Products

  • OpenAirInterface V2.2.0 AMF
  • OAI 5G Core Network AMF component

Discovery Timeline

  • 2026-04-07 - CVE-2026-30079 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-30079

Vulnerability Analysis

This vulnerability represents an Authentication Bypass using an Alternate Path or Channel (CWE-288). The OpenAirInterface AMF component fails to properly enforce the expected sequence of messages during the UE registration procedure defined by 3GPP standards.

In a legitimate 5G registration flow, the AMF must process messages in a specific order: InitialUERegistration, followed by authentication challenges and responses, before proceeding to SecurityModeCommand and finally SecurityModeComplete. The vulnerable implementation does not properly validate message ordering, allowing an attacker to skip critical authentication steps.

The state machine implementation accepts a SecurityModeComplete message prematurely, triggering an incorrect state transition. Despite initially sending a registration reject, the flawed logic subsequently issues a registration accept, effectively granting network access to an unauthenticated device.

Root Cause

The root cause is an improper state machine implementation within the AMF's UE context handling. The system fails to validate that all prerequisite authentication steps have been completed before transitioning to a registered state. This represents a fundamental flaw in the message sequence validation logic that should enforce strict ordering of 5G NAS (Non-Access Stratum) procedures.

Attack Vector

The attack exploits the network-accessible AMF interface by manipulating the order of NAS messages during the registration procedure:

  1. An attacker initiates a UE registration by sending an InitialUERegistration message
  2. Instead of following the standard authentication exchange, the attacker immediately sends a SecurityModeComplete message
  3. The AMF's faulty state machine processes this out-of-sequence message
  4. The system initially responds with a registration reject
  5. Due to the state corruption, the system subsequently sends a registration accept
  6. The attacker's device is now registered on the network without authentication

This attack requires network-level access to communicate with the AMF but requires no authentication or user interaction, making it particularly dangerous for 5G infrastructure deployments.

Detection Methods for CVE-2026-30079

Indicators of Compromise

  • Anomalous NAS message sequences where SecurityModeComplete arrives before authentication completion
  • UE registrations that show both reject and accept responses in rapid succession
  • Increased registration attempts from unrecognized IMSIs or SUPIs
  • State machine error logs indicating unexpected message types during registration

Detection Strategies

  • Implement deep packet inspection for 5G NAS protocol messages to identify out-of-sequence message patterns
  • Deploy monitoring for registration procedures that bypass authentication challenges
  • Create alerts for registration accept messages that follow registration reject for the same UE context
  • Audit AMF logs for unusual state transitions during registration procedures

Monitoring Recommendations

  • Enable detailed logging of all NAS message exchanges during UE registration
  • Monitor for spikes in failed authentication attempts followed by successful registrations
  • Implement network behavior analysis to detect unauthorized device registrations
  • Review AMF state machine transitions for anomalous patterns

How to Mitigate CVE-2026-30079

Immediate Actions Required

  • Upgrade OpenAirInterface AMF to a patched version when available
  • Implement network segmentation to restrict access to AMF interfaces
  • Enable enhanced logging on AMF components to detect exploitation attempts
  • Review and audit all currently registered UEs for potential unauthorized access

Patch Information

The vulnerability has been reported and tracked in GitLab Issue #77. Organizations should monitor this issue for patch availability and apply updates as soon as they are released.

Workarounds

  • Implement strict firewall rules to limit access to AMF interfaces to trusted network elements only
  • Deploy an application-layer gateway that validates NAS message sequences before forwarding to the AMF
  • Consider deploying additional authentication mechanisms at the network edge while awaiting a patch
  • Implement rate limiting on registration attempts to slow potential exploitation

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenairinterface

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-288
  • Technical References
  • GitLab Issue #77
  • Related CVEs
  • CVE-2026-30080: OpenAirInterface Auth Bypass Vulnerability

  • CVE-2026-30075: OpenAirInterface Buffer Overflow DoS Flaw

  • CVE-2026-30078: OpenAirInterface AMF DoS Vulnerability

  • CVE-2026-30077: OpenAirInterface AMF DoS 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