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

CVE-2026-40247: free5GC UDR Information Disclosure Flaw

CVE-2026-40247 is an information disclosure vulnerability in free5GC UDR service that exposes sensitive subscription data to unauthenticated attackers. This article covers technical details, affected versions, and mitigation.

Published: April 20, 2026

CVE-2026-40247 Overview

CVE-2026-40247 is an Improper Authorization vulnerability (CWE-285) affecting the free5GC open-source 5G core network implementation. The vulnerability exists in the UDR (Unified Data Repository) service's handler for reading Traffic Influence Subscriptions. A critical flaw in the validation logic allows the handler to continue execution and return sensitive subscription data even after sending an HTTP 404 response when the influenceId path segment validation fails.

Critical Impact

An unauthenticated attacker with network access to the 5G Service Based Interface can read arbitrary Traffic Influence Subscriptions, exposing sensitive subscriber identifiers (SUPIs/IMSIs), Data Network Names (DNNs), Single Network Slice Selection Assistance Information (S-NSSAIs), and callback URIs.

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-2026-40247 published to NVD
  • April 16, 2026 - Last updated in NVD database

Technical Details for CVE-2026-40247

Vulnerability Analysis

This vulnerability represents a classic case of improper authorization due to missing control flow termination. The UDR service handler responsible for reading Traffic Influence Subscriptions implements a validation check comparing the influenceId path segment against the string subs-to-notify. When this validation fails, the handler correctly generates and sends an HTTP 404 response. However, the critical flaw lies in what happens next—the function does not return or halt execution after sending the error response.

As a result, the code continues to execute the normal data retrieval logic, fetching the subscription data and returning it to the requester alongside the 404 status code. This behavior effectively bypasses the intended authorization control, as an attacker can supply any arbitrary value for the influenceId parameter and still receive the full subscription data payload.

The exposed data is particularly sensitive in 5G network contexts. SUPIs (Subscription Permanent Identifiers) and IMSIs (International Mobile Subscriber Identities) are unique subscriber identifiers that can be used for tracking and targeting specific users. DNNs and S-NSSAIs reveal network topology and slice configuration information, while callback URIs could expose internal service endpoints.

Root Cause

The root cause is a missing return statement after the HTTP 404 response is sent in the Traffic Influence Subscription handler. When the influenceId validation fails (i.e., when it does not equal subs-to-notify), the handler sends the 404 response but fails to terminate execution. This allows subsequent code that retrieves and returns subscription data to execute unconditionally.

This is a common programming error pattern known as "fall-through" or "missing return after error," where defensive checks are implemented but fail to prevent continued execution. The vulnerability is classified under CWE-285 (Improper Authorization) because the net effect is that authorization controls are not properly enforced.

Attack Vector

The attack vector is network-based, requiring an attacker to have access to the 5G Service Based Interface (SBI). This interface is typically exposed within the 5G core network but may be accessible to attackers who have compromised network access or in misconfigured deployments where the SBI is exposed to untrusted networks.

To exploit this vulnerability, an attacker sends an HTTP request to the Traffic Influence Subscription endpoint with any arbitrary value for the influenceId path segment. Despite receiving an HTTP 404 response status, the response body contains the full Traffic Influence Subscription data.

The attack requires no authentication, no user interaction, and has low complexity. An attacker with network access to the SBI can enumerate and extract all Traffic Influence Subscriptions by iterating through possible subscription identifiers, gaining access to sensitive 5G subscriber information.

For additional technical details, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-40247

Indicators of Compromise

  • HTTP 404 responses from the UDR service that contain non-empty response bodies with subscription data
  • Unusual access patterns to Traffic Influence Subscription endpoints with varied or random influenceId values
  • High volumes of requests to the /nudr-dr/v1/application-data/influenceData/{influenceId} endpoint
  • Network traffic from unauthorized sources reaching the 5G Service Based Interface

Detection Strategies

  • Monitor UDR service logs for 404 responses that include data payloads in the response body
  • Implement network intrusion detection rules to flag requests to Traffic Influence Subscription endpoints from unauthorized network segments
  • Deploy API gateway monitoring to detect enumeration attempts against subscription endpoints
  • Correlate SBI access logs with authorized client lists to identify unauthorized access attempts

Monitoring Recommendations

  • Enable detailed logging on the UDR service to capture full request and response details
  • Implement alerting for anomalous access patterns to sensitive subscription data endpoints
  • Monitor for reconnaissance activity targeting 5G core network APIs
  • Audit network access controls to the Service Based Interface regularly

How to Mitigate CVE-2026-40247

Immediate Actions Required

  • Restrict network access to the 5G Service Based Interface to authorized network segments only
  • Implement additional authentication and authorization controls at the API gateway level for the UDR service
  • Deploy network segmentation to isolate the 5G core network from untrusted networks
  • Monitor for exploitation attempts using the detection strategies outlined above

Patch Information

A patched version was not available at the time of publication. Organizations should monitor the free5GC GitHub repository for security updates and apply patches as soon as they become available.

Workarounds

  • Implement a reverse proxy or API gateway in front of the UDR service that validates responses and blocks 404 responses containing subscription data
  • Apply network-level access controls to limit SBI access to trusted network segments only
  • Consider deploying a Web Application Firewall (WAF) with custom rules to inspect and filter Traffic Influence Subscription API responses
  • If feasible, temporarily disable the Traffic Influence Subscription endpoint until a patch is available
bash
# Example: iptables rules to restrict SBI access to trusted network only
# Replace 10.0.0.0/24 with your trusted 5G core network segment
iptables -A INPUT -p tcp --dport 8000 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8000 -j DROP

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 Score8.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/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-285
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40245: Free5GC Information Disclosure Flaw

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

  • CVE-2026-33192: Free5gc Udm Information Disclosure Flaw

  • CVE-2025-69251: Free5gc UDM 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