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

CVE-2026-40249: free5GC Privilege Escalation Vulnerability

CVE-2026-40249 is a privilege escalation flaw in free5GC's UDR service affecting versions 4.2.1 and below. The vulnerability allows unintended policy data modifications. This article covers technical details, impact, and mitigation.

Published: April 16, 2026

CVE-2026-40249 Overview

CVE-2026-40249 is a fail-open vulnerability in free5GC, an open-source implementation of the 5G core network. The vulnerability exists in the UDR (Unified Data Repository) service where the PUT handler for updating Policy Data notification subscriptions fails to properly terminate request processing after encountering errors during body retrieval or deserialization.

When requests with invalid or malformed data are sent to the /nudr-dr/v2/policy-data/subs-to-notify/{subsId} endpoint, the service returns appropriate HTTP error codes (400 or 500) but continues execution rather than halting. This allows the downstream processor to be invoked with potentially uninitialized or partially initialized PolicyDataSubscription objects, which could lead to unintended modification of existing subscription data.

Critical Impact

Attackers could potentially modify Policy Data notification subscriptions with invalid or empty input, affecting 5G core network policy management and potentially disrupting network operations or enabling unauthorized policy changes.

Affected Products

  • free5GC UDR Service version 4.2.1 and below
  • free5GC 5G Core Network implementations using vulnerable UDR versions

Discovery Timeline

  • April 16, 2026 - CVE CVE-2026-40249 published to NVD
  • April 16, 2026 - Last updated in NVD database

Technical Details for CVE-2026-40249

Vulnerability Analysis

This vulnerability is classified under CWE-636 (Not Failing Securely / Fail-Open). The core issue lies in the control flow logic of the PUT handler responsible for processing Policy Data notification subscription updates. When the handler encounters errors during HTTP request body retrieval or JSON deserialization, it correctly generates and sends error responses to the client. However, the handler function does not terminate execution after sending these error responses.

The fail-open design allows subsequent code paths to execute with a PolicyDataSubscription object that may be in an undefined state—either completely uninitialized or partially populated with data from a malformed request. The actual impact depends on how downstream processors and storage backends handle these malformed objects.

Root Cause

The root cause is a missing return statement or equivalent control flow termination after error handling in the PUT request handler. In proper secure coding practice, after detecting and responding to an error condition, the function should immediately return to prevent further processing. The absence of this return statement creates a fail-open condition where error states do not prevent subsequent operations from occurring.

Attack Vector

The vulnerability is exploitable over the network without authentication requirements. An attacker can craft malicious HTTP PUT requests targeting the /nudr-dr/v2/policy-data/subs-to-notify/{subsId} endpoint with:

  • Malformed JSON bodies that fail deserialization
  • Empty request bodies
  • Requests with invalid content types
  • Partially valid data structures

Despite receiving error responses, the backend processing continues, potentially modifying existing subscription records. The attack requires knowledge of valid subscription IDs (subsId) to target specific subscriptions for modification.

Detection Methods for CVE-2026-40249

Indicators of Compromise

  • Unusual HTTP 400/500 error responses from the UDR service accompanied by successful data modifications in the policy data storage
  • Subscription records with empty, null, or invalid field values that should have been rejected
  • Log entries showing error responses followed by successful processor invocations for the same request
  • Policy Data subscriptions with inconsistent or corrupted data states

Detection Strategies

  • Monitor UDR service logs for patterns of deserialization errors followed by processor execution
  • Implement data integrity checks on PolicyDataSubscription objects before storage operations
  • Deploy network monitoring to detect anomalous PUT request patterns to the affected endpoint
  • Audit policy data subscription records for unexpected modifications or invalid data

Monitoring Recommendations

  • Enable verbose logging on the UDR service to capture full request/response cycles
  • Implement alerting for HTTP error responses on the /nudr-dr/v2/policy-data/subs-to-notify/ endpoint
  • Monitor database or storage layer for subscription record changes following error conditions
  • Review and correlate UDR service logs with policy data storage audit logs

How to Mitigate CVE-2026-40249

Immediate Actions Required

  • Review and restrict network access to the UDR service to authorized network functions only
  • Implement additional input validation at the API gateway or reverse proxy level
  • Enable enhanced logging to detect potential exploitation attempts
  • Consider deploying a Web Application Firewall (WAF) to filter malicious requests to the affected endpoint
  • Audit existing Policy Data subscriptions for signs of unauthorized modifications

Patch Information

A patched version was not available at the time of publication. Organizations should monitor the free5GC GitHub Security Advisory for updates on an official fix. In the interim, implementing the workarounds below is strongly recommended.

Workarounds

  • Deploy network segmentation to restrict access to the UDR service from untrusted sources
  • Implement a reverse proxy with strict request validation that rejects malformed requests before they reach the UDR service
  • Add application-level middleware to validate PolicyDataSubscription objects before processor invocation
  • Consider temporarily disabling external access to the affected endpoint if not operationally critical
  • Apply custom patches to add proper return statements after error handling if source code modification is feasible
bash
# Example: Restrict access to UDR service using iptables
# Allow only trusted 5G network function IP ranges
iptables -A INPUT -p tcp --dport 8000 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8000 -j DROP

# Example: nginx reverse proxy configuration for additional validation
# Add to location block for /nudr-dr/v2/policy-data/subs-to-notify/
location /nudr-dr/v2/policy-data/subs-to-notify/ {
    # Reject requests with empty or missing Content-Type
    if ($content_type !~ "application/json") {
        return 415;
    }
    # Reject requests with no body
    if ($request_body = "") {
        return 400;
    }
    proxy_pass http://udr-service:8000;
}

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechFree5gc

  • SeverityMEDIUM

  • CVSS Score6.9

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-636
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40248: free5GC Auth Bypass Vulnerability

  • CVE-2026-40247: free5GC UDR Information Disclosure Flaw

  • CVE-2026-40246: free5GC UDR Auth Bypass Vulnerability

  • CVE-2026-40245: Free5GC Information Disclosure Flaw
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