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

CVE-2026-33906: Ella Core Privilege Escalation Vulnerability

CVE-2026-33906 is a privilege escalation vulnerability in Ella Core 5G that allows NetworkManager users to gain Admin access by replacing the database. This article covers technical details, affected versions, and mitigations.

Published: April 2, 2026

CVE-2026-33906 Overview

CVE-2026-33906 is a privilege escalation vulnerability affecting Ella Core, a 5G core network solution designed for private networks. The vulnerability exists in versions prior to 1.7.0 where the NetworkManager role was incorrectly granted backup and restore permissions. The restore endpoint accepted any valid SQLite file without verifying its contents, allowing a NetworkManager to replace the production database with a tampered copy and escalate privileges to Admin.

Critical Impact

A NetworkManager can escalate to Admin privileges by uploading a malicious SQLite database, gaining unauthorized access to user management, audit logs, debug endpoints, and operator identity configuration that the role was explicitly denied.

Affected Products

  • Ella Core versions prior to 1.7.0
  • Private 5G network deployments using Ella Core
  • Environments where NetworkManager role has backup/restore access

Discovery Timeline

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

Technical Details for CVE-2026-33906

Vulnerability Analysis

This vulnerability stems from improper access control (CWE-269) in the role-based permission system of Ella Core. The NetworkManager role, which should have limited administrative capabilities, was granted backup and restore permissions that enabled database manipulation. The restore endpoint's lack of content validation creates a critical attack surface where an authenticated NetworkManager can inject a crafted database file containing elevated privilege assignments.

The impact of successful exploitation is significant. An attacker with NetworkManager credentials can gain full administrative control over the 5G core network, including access to sensitive components such as user management systems, audit logs, debug endpoints, and operator identity configuration. This effectively bypasses all role-based access controls designed to limit NetworkManager capabilities.

Root Cause

The root cause is improper privilege assignment (CWE-269: Improper Privilege Management) where the NetworkManager role was incorrectly granted backup and restore permissions. Additionally, the restore endpoint failed to implement content validation or integrity checks on uploaded SQLite database files, allowing arbitrary database replacement without verification.

Attack Vector

The attack requires network access and high privileges (NetworkManager role credentials). An attacker with NetworkManager access can exploit this vulnerability by:

  1. Creating a malicious SQLite database file with elevated user privileges
  2. Using the restore endpoint to upload the tampered database
  3. Replacing the production database with the malicious copy
  4. Logging in with Admin-level privileges to access restricted functionality

The vulnerability can be exploited remotely over the network without user interaction. The restore endpoint accepts any valid SQLite file structure, enabling privilege escalation through database content manipulation. Detailed technical information is available in the GitHub Security Advisory GHSA-87j9-m7x6-hvw2.

Detection Methods for CVE-2026-33906

Indicators of Compromise

  • Unexpected database restore operations initiated by NetworkManager accounts
  • Sudden privilege changes in user accounts without corresponding audit trail
  • NetworkManager accounts accessing Admin-only endpoints such as user management, debug, or audit logs
  • Database backup files with unexpected modification timestamps

Detection Strategies

  • Monitor API logs for calls to the backup/restore endpoint from NetworkManager roles
  • Implement database integrity monitoring to detect unauthorized modifications to privilege tables
  • Alert on privilege escalation events where NetworkManager accounts gain Admin access
  • Review audit logs for gaps or inconsistencies that may indicate log tampering after exploitation

Monitoring Recommendations

  • Enable detailed logging for all backup and restore operations
  • Implement file integrity monitoring on the SQLite database files
  • Configure alerts for role permission changes in the user management system
  • Monitor for unusual access patterns from NetworkManager accounts to restricted endpoints

How to Mitigate CVE-2026-33906

Immediate Actions Required

  • Upgrade Ella Core to version 1.7.0 or later immediately
  • Audit all NetworkManager accounts for unauthorized privilege escalation
  • Review database restore logs for suspicious activity
  • Verify database integrity by comparing against known-good backups

Patch Information

The vulnerability has been addressed in Ella Core version 1.7.0. The fix removes backup and restore permissions from the NetworkManager role entirely. Organizations should upgrade to this version as soon as possible.

  • Patched Version:1.7.0
  • Fix Commit:GitHub Commit 1e47682
  • Release Notes:GitHub Release v1.7.0

Workarounds

  • Revoke backup and restore permissions from NetworkManager roles manually if upgrade is not immediately possible
  • Implement network segmentation to restrict access to the restore endpoint
  • Require multi-factor authentication for any database restore operations
  • Add manual approval workflow for database restore operations until patch is applied
bash
# Verify Ella Core version after upgrade
ella-core --version
# Expected output: 1.7.0 or higher

# Review NetworkManager role permissions
ella-core role show NetworkManager
# Verify backup/restore permissions are not present

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechElla Core

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.04%

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

  • GitHub Release v1.7.0

  • GitHub Security Advisory GHSA-87j9-m7x6-hvw2
  • Related CVEs
  • CVE-2026-34762: Ella Core Auth Bypass Vulnerability

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