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

CVE-2026-33907: Ella Core 5G DoS Vulnerability

CVE-2026-33907 is a denial of service flaw in Ella Core 5G that allows unauthenticated attackers to crash the service via crafted NAS messages. This article covers the technical details, affected versions, and mitigations.

Published: April 3, 2026

CVE-2026-33907 Overview

CVE-2026-33907 is a Null Pointer Dereference vulnerability affecting Ella Core, a 5G core network solution designed for private networks. Versions prior to 1.7.0 are vulnerable to a denial of service condition when processing Authentication Response and Authentication Failure NAS (Non-Access Stratum) messages that are missing required Information Elements (IEs). An attacker with adjacent network access can send specially crafted NAS messages to the Ella Core process, causing it to panic and crash.

Critical Impact

This vulnerability enables unauthenticated attackers on adjacent networks to crash the entire 5G core process, resulting in complete service disruption for all connected subscribers without any authentication requirements.

Affected Products

  • Ella Core versions prior to 1.7.0
  • Ella Networks 5G Core Private Network deployments
  • Environments processing NAS authentication messages

Discovery Timeline

  • 2026-03-27 - CVE CVE-2026-33907 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-33907

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference). The Ella Core AMF (Access and Mobility Management Function) component fails to validate the presence of required Information Elements in NAS authentication messages before attempting to process them. When Authentication Response or Authentication Failure messages arrive without the expected AuthenticationResponseParameter or AuthenticationFailureParameter IEs, the code attempts to dereference these nil pointers, triggering a Go runtime panic that crashes the entire process.

The vulnerability requires adjacent network access, meaning an attacker must be on the same local network segment as the 5G core infrastructure. However, no authentication is required to exploit this flaw, making it particularly dangerous in shared or insufficiently segmented network environments.

Root Cause

The root cause is missing input validation in the NAS message handling code within the AMF component. Specifically, the handle_authentication_response.go and handle_authentication_failure.go files did not verify that required Information Elements were present before calling getter methods on potentially nil pointers. When a malformed NAS message arrives without the expected IE, the subsequent GetRES() or GetAuthenticationFailureParameter() calls attempt to access nil pointer fields, causing the Go runtime to panic.

Attack Vector

The attack exploits the Adjacent Network attack vector. An attacker positioned on the same network segment as the Ella Core deployment can craft malicious NAS messages that omit the required AuthenticationResponseParameter or AuthenticationFailureParameter Information Elements. When these malformed messages are processed by the AMF, the missing validation causes a nil pointer dereference, crashing the core process and disrupting service for all connected 5G subscribers.

go
// Patch for handle_authentication_failure.go
// Source: https://github.com/ellanetworks/core/commit/52962660e3bd3e23c7e96b0da270ac1e0e705273

 			return nil
 		}
 
+		if msg.AuthenticationFailureParameter == nil {
+			return fmt.Errorf("missing AuthenticationFailureParameter IE for SynchFailure")
+		}
+
 		auts := msg.GetAuthenticationFailureParameter()
 		resynchronizationInfo := &models.ResynchronizationInfo{
 			Auts: hex.EncodeToString(auts[:]),
go
// Patch for handle_authentication_response.go
// Source: https://github.com/ellanetworks/core/commit/52962660e3bd3e23c7e96b0da270ac1e0e705273

 		return fmt.Errorf("ue Authentication Context is nil")
 	}
 
+	if msg.AuthenticationResponseParameter == nil {
+		return fmt.Errorf("missing AuthenticationResponseParameter IE")
+	}
+
 	resStar := msg.GetRES()
 
 	// Calculate HRES* (TS 33.501 Annex A.5)

Detection Methods for CVE-2026-33907

Indicators of Compromise

  • Unexpected Ella Core process crashes or restarts, particularly during authentication procedures
  • Go runtime panic messages in logs referencing nil pointer dereference in handle_authentication_response.go or handle_authentication_failure.go
  • Service disruption events affecting multiple 5G subscribers simultaneously
  • Anomalous NAS message patterns from specific network sources

Detection Strategies

  • Monitor Ella Core process health and implement alerting on unexpected process terminations
  • Analyze application logs for Go panic stack traces related to authentication handling code paths
  • Deploy network intrusion detection systems to identify malformed NAS message patterns
  • Implement process restart monitoring to detect repeated crash-restart cycles indicative of active exploitation

Monitoring Recommendations

  • Configure centralized logging for all Ella Core instances with real-time alerting on process failures
  • Implement application performance monitoring to track AMF component stability metrics
  • Monitor network traffic at the 5G core boundary for unusual authentication message patterns
  • Deploy SentinelOne Singularity platform for endpoint-level visibility into process behavior and crash events

How to Mitigate CVE-2026-33907

Immediate Actions Required

  • Upgrade Ella Core to version 1.7.0 or later immediately
  • Implement network segmentation to restrict adjacent network access to 5G core infrastructure
  • Configure process supervision to automatically restart Ella Core in case of crashes while patching is in progress
  • Review network access controls to limit which systems can send NAS messages to the core

Patch Information

The vulnerability has been addressed in Ella Core version 1.7.0. The fix adds explicit nil pointer checks for required Information Elements before processing NAS authentication messages. The patch is available via the GitHub Release v1.7.0. Additional details are available in the GitHub Security Advisory GHSA-55q8-2gwx-29pc and the GitHub Commit Details.

Workarounds

  • Implement strict network segmentation to prevent untrusted systems from having adjacent network access to the 5G core
  • Deploy network-level filtering to validate NAS message structure before reaching Ella Core
  • Configure firewall rules to restrict sources that can communicate with the AMF component
  • Enable process supervision with automatic restart capabilities to minimize downtime during an attack
bash
# Configuration example
# Network segmentation example using iptables to restrict AMF access
# Replace eth0 and IP ranges with your environment specifics

# Allow only trusted management network to access AMF
iptables -A INPUT -i eth0 -s 10.0.0.0/24 -p sctp -j ACCEPT
iptables -A INPUT -i eth0 -p sctp --dport 38412 -j DROP

# Enable process supervision with systemd
systemctl enable ella-core
systemctl set-property ella-core Restart=always
systemctl set-property ella-core 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/TechElla Core

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • GitHub Commit Details

  • GitHub Release v1.7.0

  • GitHub Security Advisory GHSA-55q8-2gwx-29pc
  • Related CVEs
  • CVE-2026-34761: Ella Core DoS Vulnerability

  • CVE-2026-33903: Ella Core 5G NGAP DoS Vulnerability

  • CVE-2026-33904: Ella Core 5G AMF Deadlock DoS Vulnerability

  • CVE-2026-34762: Ella Core 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