The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2025-69250

CVE-2025-69250: Free5gc UDM Information Disclosure Issue

CVE-2025-69250 is an information disclosure vulnerability in Free5gc UDM that leaks internal error messages to remote clients, exposing implementation details. This article covers the technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2025-69250 Overview

CVE-2025-69250 is an information disclosure vulnerability affecting free5gc UDM (Unified Data Management), a component of the free5GC open-source 5th generation (5G) mobile core network project. The vulnerability exists in versions up to and including 1.4.1, where the service leaks detailed internal error messages to remote clients when processing invalid pduSessionId inputs. This exposes implementation details such as strconv.ParseInt parsing errors that can be leveraged for service fingerprinting and reconnaissance.

Critical Impact

Attackers can remotely fingerprint free5GC UDM deployments by triggering verbose error responses, potentially enabling targeted attacks against 5G mobile core network infrastructure.

Affected Products

  • free5gc UDM versions up to and including 1.4.1
  • All deployments using the UDM Nudm_UECM DELETE service

Discovery Timeline

  • 2026-02-24 - CVE-2025-69250 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2025-69250

Vulnerability Analysis

This vulnerability falls under CWE-20 (Improper Input Validation) and represents an error message information disclosure flaw. The free5GC UDM service fails to properly sanitize error responses when handling malformed pduSessionId inputs through the Nudm_UECM DELETE endpoint. When an attacker sends requests with invalid session identifiers, the service returns verbose error messages containing Go language-specific parsing errors like strconv.ParseInt failures, revealing implementation details about the underlying technology stack.

The network-accessible nature of this vulnerability means attackers can probe the service remotely without authentication. While the direct impact is limited to information disclosure rather than code execution, the exposed implementation details provide valuable reconnaissance data for adversaries seeking to identify and target free5GC deployments within 5G infrastructure.

Root Cause

The root cause is improper input validation in the UDM component's request processing logic. When the service receives an invalid pduSessionId parameter, it fails to catch parsing exceptions at the application layer and instead propagates raw Go runtime errors directly to the HTTP response. The vulnerable code path does not implement proper error handling boundaries that would sanitize or generalize error messages before returning them to clients.

Attack Vector

An attacker can exploit this vulnerability by sending crafted HTTP DELETE requests to the Nudm_UECM service endpoint with intentionally malformed pduSessionId values. The attack requires network access to the UDM service but does not require authentication or user interaction. By analyzing the detailed error responses, attackers can:

  1. Confirm the target is running free5GC UDM
  2. Identify the programming language and parsing libraries in use
  3. Gather implementation details useful for developing targeted exploits
  4. Enumerate potential input validation weaknesses

The security patch updates the github.com/free5gc/util dependency to implement proper 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.20260107090449-c09baaf75b11
+	github.com/free5gc/util v1.3.2-0.20260204030658-79d56f347175
 	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

Detection Methods for CVE-2025-69250

Indicators of Compromise

  • HTTP responses from UDM service containing strconv.ParseInt error strings
  • Error messages exposing Go runtime details in API responses
  • Unusual patterns of DELETE requests to Nudm_UECM endpoints with invalid session IDs
  • Repeated probing attempts from single sources with malformed parameters

Detection Strategies

  • Monitor UDM service logs for patterns of parsing errors triggered by external requests
  • Implement application-layer logging to capture requests that generate verbose error responses
  • Deploy web application firewalls (WAF) rules to detect reconnaissance patterns against the UDM endpoint
  • Use network intrusion detection systems to identify scanning activity targeting 5G core services

Monitoring Recommendations

  • Enable detailed access logging for the Nudm_UECM DELETE endpoint
  • Configure alerting for elevated rates of 4xx/5xx responses from the UDM service
  • Implement rate limiting on API endpoints to slow down fingerprinting attempts
  • Review UDM service logs periodically for signs of reconnaissance activity

How to Mitigate CVE-2025-69250

Immediate Actions Required

  • Update free5gc UDM to a patched version incorporating pull request #76
  • Review UDM service access controls and restrict network exposure where possible
  • Audit existing logs for evidence of exploitation attempts
  • Consider deploying an API gateway with error response filtering in front of UDM services

Patch Information

The fix is available through GitHub Pull Request #76, which has been merged into the repository. The patch updates the github.com/free5gc/util dependency from version v1.3.2-0.20260107090449-c09baaf75b11 to v1.3.2-0.20260204030658-79d56f347175. The specific commit containing the fix is 504b14458d156558b3c0ade7107b86b3d5e72998.

Additional resources:

  • GitHub Security Advisory GHSA-6w77-5pqh-83rm
  • GitHub Issue #750

Workarounds

  • No direct application-level workaround is available according to the vendor advisory
  • Implement network segmentation to limit access to the UDM service from untrusted networks
  • Deploy a reverse proxy or API gateway that sanitizes error responses before returning them to clients
  • Apply strict firewall rules to allow only trusted sources to communicate with the UDM service
bash
# Example: Restrict UDM service access using iptables
# Allow only trusted network ranges to access UDM service port
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -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

  • SeverityMEDIUM

  • CVSS Score6.6

  • EPSS Probability0.07%

  • 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:U/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-20
  • Vendor Resources
  • GitHub Issue Tracker

  • GitHub Security Advisory

  • GitHub Commit Change

  • GitHub Pull Request
  • Related CVEs
  • CVE-2026-33065: Free5gc Udm Information Disclosure Bug

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

  • CVE-2025-69251: Free5gc UDM Information Disclosure Flaw

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