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

CVE-2026-40343: Free5gc UDR Fail-Open Handling Flaw

CVE-2026-40343 is a fail-open request handling vulnerability in Free5gc UDR that allows invalid policy data subscriptions to be created. This article covers technical details, affected versions, security impact, and mitigation.

Published: April 23, 2026

CVE-2026-40343 Overview

CVE-2026-40343 is a fail-open request handling vulnerability affecting the free5GC User Data Repository (UDR) service, a critical component of the free5GC open-source 5G mobile core network implementation. The vulnerability exists in versions up to and including 1.4.2, where the /nudr-dr/v2/policy-data/subs-to-notify POST handler continues processing requests even after encountering request body retrieval or deserialization errors. This improper check for exceptional conditions (CWE-754) may allow attackers to create unintended Policy Data notification subscriptions with invalid, empty, or partially processed input data.

Critical Impact

Attackers can exploit this fail-open flaw to create malformed Policy Data notification subscriptions in 5G core network infrastructure, potentially disrupting subscriber data management and policy enforcement mechanisms.

Affected Products

  • free5GC free5gc versions up to and including 1.4.2
  • free5GC UDR (User Data Repository) component
  • Go-based free5GC deployments

Discovery Timeline

  • 2026-04-22 - CVE-2026-40343 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-40343

Vulnerability Analysis

The vulnerability resides in the UDR service's handling of POST requests to the /nudr-dr/v2/policy-data/subs-to-notify endpoint. This endpoint is responsible for managing Policy Data notification subscriptions within the 5G core network architecture. The UDR component serves as the centralized repository for subscriber data and policy information, making it a critical component in 5G deployments.

The flaw is classified under CWE-754 (Improper Check for Unusual or Exceptional Conditions), indicating that the application fails to properly validate and halt processing when error conditions occur during request handling. In 5G networks, the UDR interfaces with multiple network functions including the Policy Control Function (PCF) and Unified Data Management (UDM), making this vulnerability particularly concerning for telecommunications infrastructure.

Root Cause

The root cause of this vulnerability is a fail-open design pattern in the request handling logic. When the UDR service encounters errors during request body retrieval or JSON deserialization, it does not properly terminate the request processing pipeline. Instead, execution continues with potentially malformed, incomplete, or empty data structures. This violates the principle of secure defaults and allows invalid subscriptions to be created in the system.

Attack Vector

The attack vector is network-based with low complexity requirements. An unauthenticated attacker with network access to the UDR service can send malformed HTTP POST requests to the vulnerable endpoint. By crafting requests that trigger deserialization errors while still allowing partial processing, attackers can potentially:

  1. Create policy notification subscriptions with invalid callback URLs
  2. Register subscriptions with missing or malformed subscriber identifiers
  3. Inject partially processed data that could affect downstream policy enforcement
  4. Cause inconsistent state in the policy data store

The vulnerability does not require authentication or user interaction, making it exploitable by any attacker with network access to the 5G core network's internal interfaces. The attack mechanism involves sending specially crafted POST requests designed to fail during body parsing while exploiting the fail-open behavior to continue subscription creation.

Detection Methods for CVE-2026-40343

Indicators of Compromise

  • Unusual volume of POST requests to /nudr-dr/v2/policy-data/subs-to-notify endpoint with malformed bodies
  • Policy Data subscriptions in the UDR database with empty or invalid callback URLs
  • Application logs showing repeated deserialization errors followed by successful subscription creation
  • Subscriptions created with incomplete subscriber identification data

Detection Strategies

  • Monitor UDR service logs for patterns of request body parsing errors that do not result in HTTP 400 responses
  • Implement application-level logging to track subscription creation events and correlate with prior error conditions
  • Deploy network monitoring to detect anomalous traffic patterns targeting UDR API endpoints
  • Audit the subscription database for entries with invalid or missing required fields

Monitoring Recommendations

  • Enable verbose logging on the UDR service to capture request processing flow and error handling
  • Implement alerting on HTTP 200 responses that follow internal parsing errors in the same request context
  • Monitor for unauthorized network access attempts to 5G core network interfaces
  • Track subscription creation rates and flag anomalous spikes in Policy Data notification registrations

How to Mitigate CVE-2026-40343

Immediate Actions Required

  • Review network segmentation to ensure UDR services are not directly accessible from untrusted networks
  • Implement additional input validation at network boundaries (API gateway, reverse proxy)
  • Audit existing Policy Data subscriptions for invalid or suspicious entries and remove malformed records
  • Enable enhanced logging to detect exploitation attempts

Patch Information

As of the publication date, a patched version is not available from the free5GC project. Organizations should monitor the free5GC GitHub Security Advisory for updates regarding a security fix. Until a patch is released, implementing the workarounds below is strongly recommended.

Workarounds

  • Deploy a reverse proxy or API gateway in front of the UDR service to validate request bodies before forwarding
  • Implement strict JSON schema validation at the network boundary for all requests to vulnerable endpoints
  • Restrict network access to the UDR service using firewall rules to allow only authorized network functions
  • Consider implementing application-layer request filtering to reject malformed or incomplete subscription requests
bash
# Example: Network restriction using iptables to limit UDR access
# Replace UDR_PORT and TRUSTED_NF_IPS with your deployment values
iptables -A INPUT -p tcp --dport ${UDR_PORT} -s ${TRUSTED_NF_IPS} -j ACCEPT
iptables -A INPUT -p tcp --dport ${UDR_PORT} -j DROP

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechFree5gc

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • 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:L/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-754
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-41135: Free5gc Memory Leak DoS Vulnerability

  • CVE-2026-41136: Free5gc AMF RCE Vulnerability

  • CVE-2026-40249: free5GC Privilege Escalation Vulnerability

  • CVE-2026-40248: free5GC 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