A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-40245

CVE-2026-40245: Free5gc Information Disclosure Vulnerability

CVE-2026-40245 is an information disclosure vulnerability in Free5gc that exposes sensitive subscriber identifiers including SUPI/IMSI values. This article covers the technical details, affected versions, and mitigation strategies.

Updated: May 14, 2026

CVE-2026-40245 Overview

CVE-2026-40245 is an information disclosure vulnerability in Free5GC, an open-source Linux Foundation 5G mobile core network project. The flaw exists in the Unified Data Repository (UDR) service in versions 4.2.1 and below. The handler for GET /nudr-dr/v2/application-data/influenceData/subs-to-notify sends an HTTP 400 error when required query parameters are missing but fails to return afterward. Execution continues into the processor, which appends the full list of Traffic Influence Subscriptions, including Subscription Permanent Identifier (SUPI) and International Mobile Subscriber Identity (IMSI) values, to the response body. An unauthenticated attacker on the 5G Service Based Interface can retrieve stored subscriber identifiers with a single parameterless HTTP GET request.

Critical Impact

Exposure of SUPI/IMSI subscriber identifiers undermines the privacy guarantees of the 3GPP SUCI concealment mechanism at the core network level.

Affected Products

  • Free5GC versions 4.2.1 and below
  • UDR (Unified Data Repository) service component
  • 5G Service Based Interface (SBI) endpoints exposing nudr-dr/v2/application-data/influenceData

Discovery Timeline

  • 2026-04-16 - CVE-2026-40245 published to NVD
  • 2026-04-21 - Last updated in NVD database

Technical Details for CVE-2026-40245

Vulnerability Analysis

The vulnerability resides in the UDR microservice handler for the subs-to-notify endpoint under application-data/influenceData. When the handler receives a request missing required query parameters, it writes an HTTP 400 response but does not invoke a return statement. The Go handler then proceeds to call the processor function as if the request were valid. The processor queries the underlying data repository for all Traffic Influence Subscriptions and serializes the result list to the response body. This data structure contains SUPI and IMSI fields tied to active subscriptions. A second variant of the bug exists when a malformed snssai parameter is supplied, where the same missing-return pattern allows execution to fall through into data disclosure.

The weakness is classified as [CWE-200] Exposure of Sensitive Information to an Unauthorized Actor.

Root Cause

The defect is a control flow error in the UDR handler. The validation branch logs an error and writes a status code to the response writer but does not terminate handler execution. Go HTTP handlers must explicitly return after sending an error response to prevent subsequent code from writing additional content. The processor function downstream performs no independent authorization or parameter re-validation before serializing repository contents.

Attack Vector

The attack requires network access to the 5G Service Based Interface where the UDR exposes its REST API. No authentication, user interaction, or privileges are required. An attacker issues an HTTP GET request to /nudr-dr/v2/application-data/influenceData/subs-to-notify with no query parameters. The server returns HTTP 400 followed by a JSON body containing the complete Traffic Influence Subscription list with SUPI/IMSI values. The SUPI is the most sensitive long-term subscriber identifier in 5G; its disclosure enables subscriber tracking and bypasses the SUCI concealment that 3GPP defines for the radio interface.

No verified public proof-of-concept code is available. See the GitHub Security Advisory for technical details.

Detection Methods for CVE-2026-40245

Indicators of Compromise

  • HTTP GET requests to /nudr-dr/v2/application-data/influenceData/subs-to-notify with no query parameters or with malformed snssai values
  • HTTP 400 responses from the UDR service that carry a non-empty JSON body containing supi or imsi fields
  • Unusual access patterns to UDR SBI endpoints originating from network segments that should not communicate with the UDR

Detection Strategies

  • Inspect UDR access logs for GET requests to subs-to-notify endpoints that return HTTP 400 with response body sizes greater than expected for an error message
  • Deploy network IDS signatures that match HTTP requests to the affected URI lacking required parameters
  • Correlate UDR query volume against expected NF-to-NF traffic baselines on the SBI

Monitoring Recommendations

  • Forward UDR and SBI gateway logs into a centralized analytics platform for retroactive hunting
  • Alert on any unauthenticated access attempts to UDR endpoints from outside the 5G core trust boundary
  • Track response payload sizes for 4xx responses on nudr-dr/v2 paths to surface anomalous data leakage

How to Mitigate CVE-2026-40245

Immediate Actions Required

  • Upgrade Free5GC to a release above version 4.2.1 that includes the fix referenced in the GitHub Security Advisory
  • Restrict network access to the UDR Service Based Interface to authorized 5G network functions only
  • Audit UDR logs for prior unauthenticated requests to influenceData/subs-to-notify and assess subscriber exposure

Patch Information

The Free5GC maintainers published advisory GHSA-wrwh-rpq4-87hf describing the issue and remediation. Apply the fixed version that adds the missing return after the parameter validation error response and enforces re-validation in the processor function.

Workarounds

  • Place a reverse proxy or API gateway in front of the UDR that rejects requests to subs-to-notify missing the required supi, gpsi, or snssai parameters
  • Enforce mutual TLS and OAuth2 token validation on the SBI per 3GPP TS 33.501 to limit caller identity
  • Apply network segmentation so the UDR is reachable only from peer NFs such as the NEF and PCF
bash
# Example nginx rule to block parameterless requests to the vulnerable endpoint
location /nudr-dr/v2/application-data/influenceData/subs-to-notify {
    if ($args !~* "(supi|gpsi|snssai)=") {
        return 403;
    }
    proxy_pass http://udr-backend;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechFree5gc

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-42459: free5GC Information Disclosure Flaw

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

  • CVE-2026-33065: Free5gc Udm Information Disclosure Bug

  • CVE-2026-33192: Free5gc Udm Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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