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
    • 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-2025-69252

CVE-2025-69252: Free5gc UDM DOS Vulnerability

CVE-2025-69252 is a NULL pointer dereference DOS vulnerability in Free5gc UDM that allows remote unauthenticated attackers to crash the service. This article covers the technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2025-69252 Overview

CVE-2025-69252 is a NULL Pointer Dereference vulnerability (CWE-476) affecting the Unified Data Management (UDM) component of free5GC, an open-source project implementing 5th generation (5G) mobile core networks. The vulnerability allows remote unauthenticated attackers to trigger a service panic (Denial of Service) by sending a crafted PUT request with an unexpected ueId parameter, causing the UDM service to crash.

Critical Impact

Remote unauthenticated attackers can crash the UDM service in free5GC deployments, disrupting 5G core network operations and potentially affecting subscriber data management services.

Affected Products

  • free5gc UDM versions up to and including 1.4.1
  • All deployments of free5GC using the UDM component

Discovery Timeline

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

Technical Details for CVE-2025-69252

Vulnerability Analysis

This vulnerability exists in the UDM (Unified Data Management) component of free5GC, which is responsible for managing subscriber data in 5G core networks. The flaw manifests when the UDM service processes PUT requests containing unexpected or malformed ueId values. When an attacker sends a specially crafted request with an invalid ueId, the application fails to properly validate the input before dereferencing a pointer, resulting in a NULL pointer dereference condition.

The vulnerability is particularly concerning in 5G network deployments because the UDM is a critical network function that handles subscriber authentication, authorization, and session management data. A successful exploit does not require authentication, making it accessible to any network-level attacker who can reach the UDM service endpoint.

Root Cause

The root cause is inadequate input validation in the UDM Context Management (UECM) handling logic. When processing PUT requests, the code fails to verify that the ueId parameter references a valid, initialized data structure before attempting to dereference it. This missing null check allows crafted requests to trigger a panic condition when the application attempts to access memory through an uninitialized or null pointer.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker with network access to the UDM service can exploit this vulnerability by:

  1. Identifying the UDM service endpoint in the target free5GC deployment
  2. Crafting a PUT request with a malformed or unexpected ueId parameter
  3. Sending the request to trigger the NULL pointer dereference
  4. The UDM service panics and crashes, resulting in denial of service

The fix was implemented by updating the github.com/free5gc/util dependency to include proper input validation checks:

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 504b14458d

Detection Methods for CVE-2025-69252

Indicators of Compromise

  • Unexpected UDM service restarts or crashes without apparent cause
  • Log entries showing panic conditions related to null pointer dereference in the UDM component
  • Anomalous PUT requests to UDM endpoints with malformed or unusual ueId parameters
  • Service unavailability patterns affecting 5G subscriber data management functions

Detection Strategies

  • Monitor UDM service logs for panic stack traces containing null pointer dereference errors
  • Implement network intrusion detection rules to identify malformed PUT requests targeting UDM endpoints
  • Deploy application-level monitoring to detect repeated service restarts or crash patterns
  • Analyze HTTP request logs for PUT requests with unexpected ueId formats or values

Monitoring Recommendations

  • Enable verbose logging on the UDM service to capture detailed request information
  • Configure alerting for UDM service crashes or unexpected restarts
  • Implement rate limiting on UDM API endpoints to slow potential exploitation attempts
  • Monitor network traffic patterns for reconnaissance activity targeting 5G core services

How to Mitigate CVE-2025-69252

Immediate Actions Required

  • Apply the official patch by merging Pull Request #76 or updating to a patched version
  • Update the github.com/free5gc/util dependency to version v1.3.2-0.20260204030658-79d56f347175 or later
  • Restrict network access to UDM service endpoints to trusted network segments only
  • Implement a web application firewall or API gateway to filter malformed requests

Patch Information

The vulnerability has been addressed in Pull Request #76 in the free5gc/udm repository. The fix adds proper input validation checks for the ueId parameter in UECM request handling. Organizations should update their deployments by applying commit 504b14458d156558b3c0ade7107b86b3d5e72998 or pulling the latest version from the repository. Additional details are available in the GitHub Security Advisory GHSA-v8cv-qvf6-9rpm and GitHub Issue #752.

Workarounds

  • No direct workaround is available at the application level; applying the official patch is recommended
  • Implement network-level access controls to restrict access to the UDM service from untrusted sources
  • Deploy a reverse proxy or API gateway with request validation to filter malformed ueId parameters
  • Consider temporarily isolating the UDM component until the patch can be applied
bash
# Update go.mod to use patched util dependency
go get github.com/free5gc/util@v1.3.2-0.20260204030658-79d56f347175
go mod tidy
go build

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechFree5gc

  • SeverityMEDIUM

  • CVSS Score6.6

  • EPSS Probability0.26%

  • 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: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
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • GitHub Pull Request #76
  • Vendor Resources
  • GitHub Issue #752

  • GitHub Security Advisory GHSA-v8cv-qvf6-9rpm

  • GitHub Commit 504b14458d
  • Related CVEs
  • CVE-2026-5661: Free5GC NGSetupRequest Handler DoS Flaw

  • CVE-2026-30653: Free5gc DoS Vulnerability

  • CVE-2026-33191: Free5gc Udm 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