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

CVE-2026-33191: Free5gc Udm DOS Vulnerability

CVE-2026-33191 is a denial of service vulnerability in Free5gc Udm caused by null byte injection in URL path parameters. Attackers can exploit this to trigger server failures. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33191 Overview

CVE-2026-33191 is a null byte injection vulnerability affecting Free5GC, an open-source Linux Foundation project implementing 5th generation (5G) mobile core networks. The vulnerability exists in the UDM (Unified Data Management) component's Nudm_SubscriberDataManagement API, where inadequate input validation allows remote attackers to inject null bytes into URL path parameters, resulting in denial of service conditions.

When a remote attacker injects null bytes (URL-encoded as %00) into the supi path parameter, Go's net/url package fails to parse the malformed URL with an "invalid control character in URL" error. This causes the UDM to return a 500 Internal Server Error instead of properly validating the input and returning a 400 Bad Request, effectively disrupting service availability.

Critical Impact

Remote attackers can disrupt 5G mobile core network operations by exploiting null byte injection in the UDM component, causing service outages for subscriber data management functions.

Affected Products

  • Free5GC UDM versions prior to 1.4.2
  • 5G mobile core deployments using vulnerable Free5GC implementations
  • Systems relying on the Nudm_SubscriberDataManagement API

Discovery Timeline

  • 2026-03-20 - CVE-2026-33191 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-33191

Vulnerability Analysis

This vulnerability represents an improper input validation issue classified under CWE-158 (Improper Neutralization of Null Byte or NUL Character). The flaw exists in how the Free5GC UDM component processes the supi parameter within its subscriber data management API endpoints.

When processing API requests, the UDM component constructs URLs to communicate with the UDR (Unified Data Repository). The vulnerability arises because the supi parameter is incorporated into these URLs without proper sanitization of control characters. Go's net/url package strictly rejects URLs containing null bytes and other control characters, causing URL parsing to fail catastrophically rather than being handled gracefully.

The impact is a denial of service condition where legitimate subscriber data management operations fail due to the application's inability to properly handle malformed input. This is particularly concerning in 5G telecommunications infrastructure where service availability is critical.

Root Cause

The root cause is insufficient input validation in the Nudm_SubscriberDataManagement API handlers. The supi path parameter accepts arbitrary input including URL-encoded null bytes (%00) without sanitization before being used in URL construction. When these control characters reach Go's URL parser, the strict validation causes an unrecoverable error that propagates as a 500 Internal Server Error.

The fix implemented in version 1.4.2 updates the github.com/free5gc/util dependency to include proper validation that rejects control characters early in the request processing pipeline, returning an appropriate 400 Bad Request response instead.

Attack Vector

This vulnerability is exploitable over the network without authentication. An attacker can craft HTTP requests to the UDM's subscriber data management endpoints with null byte sequences injected into the supi path parameter. The attack requires no privileges and no user interaction, making it a low-complexity attack suitable for automated exploitation or integration into denial of service campaigns targeting 5G infrastructure.

The security patch updates the github.com/free5gc/util dependency to add input validation:

text
 require (
 	github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
 	github.com/free5gc/openapi v1.2.3
-	github.com/free5gc/util v1.3.2-0.20260102062829-eaf663340255
+	github.com/free5gc/util v1.3.2-0.20260107090449-c09baaf75b11
 	github.com/gin-gonic/gin v1.10.0
 	github.com/google/uuid v1.6.0
 	github.com/h2non/gock v1.2.0

Source: GitHub Commit Reference

Detection Methods for CVE-2026-33191

Indicators of Compromise

  • HTTP requests to UDM endpoints containing URL-encoded null bytes (%00) in path parameters
  • Elevated frequency of 500 Internal Server Error responses from UDM subscriber data management APIs
  • Log entries containing "invalid control character in URL" error messages from Go's net/url package
  • Abnormal patterns of requests targeting /nudm-sdm/ API paths with malformed supi values

Detection Strategies

  • Deploy web application firewalls (WAF) with rules to detect and block null byte injection patterns in URL paths
  • Implement API gateway validation to reject requests containing control characters before they reach backend services
  • Configure intrusion detection systems (IDS) to alert on patterns matching %00 sequences in HTTP request URIs
  • Monitor UDM service health metrics for sudden spikes in 500 error responses

Monitoring Recommendations

  • Enable detailed access logging on UDM components to capture full request URIs including path parameters
  • Set up alerting thresholds for 5xx error rates on subscriber data management endpoints
  • Implement anomaly detection for unusual request patterns targeting the Nudm_SubscriberDataManagement API
  • Monitor network traffic for repeated requests from single sources with malformed path parameters

How to Mitigate CVE-2026-33191

Immediate Actions Required

  • Upgrade Free5GC UDM component to version 1.4.2 or later immediately
  • Review network logs for evidence of exploitation attempts targeting the supi parameter
  • Implement input validation at the API gateway or load balancer layer to reject null bytes in path parameters
  • Consider temporarily restricting access to UDM endpoints to trusted network segments if patching is delayed

Patch Information

The vulnerability has been addressed in Free5GC UDM version 1.4.2. The fix involves updating the github.com/free5gc/util dependency from version v1.3.2-0.20260102062829-eaf663340255 to v1.3.2-0.20260107090449-c09baaf75b11, which includes proper input validation for control characters. The patch commit is available at GitHub Commit 88de9fa.

For full details, refer to the GitHub Security Advisory GHSA-p9hg-pq3q-v9gv.

Workarounds

  • Deploy a reverse proxy or API gateway that sanitizes URL paths by rejecting requests containing %00 or other control characters
  • Implement network-level access controls to limit UDM API access to authorized internal services only
  • Configure WAF rules to block requests matching patterns like /nudm-sdm/.*%00.* in the URI path
  • Monitor and rate-limit requests to subscriber data management endpoints to reduce DoS impact
bash
# Example nginx configuration to block null bytes in URI
location /nudm-sdm/ {
    if ($request_uri ~* "%00") {
        return 400;
    }
    proxy_pass http://udm-backend;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechFree5gc

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-158
  • Vendor Resources
  • GitHub Security Advisory

  • GitHub Commit Reference
  • Related CVEs
  • CVE-2026-41135: Free5gc Memory Leak DoS Vulnerability

  • CVE-2026-5661: Free5GC NGSetupRequest Handler DoS Flaw

  • CVE-2026-30653: Free5gc DoS Vulnerability

  • CVE-2026-4531: Free5GC AMF Component 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