Cyber Resilience

CVE-2025-69252

Memory Safety in Free5Gc Udm ≤ 1.4.1

Public PoCMemory Safety
Published
24 February 2026
Modified
25 February 2026
Patch / advisory
CVSS Score v4 6.6
Click a component to see what it means
Raw vectorCVSS: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
EPSS Score 0.0051 41th percentile
Risk Priority 41 floored blend · peak EPSS

Summary

CVE-2025-69252 is a medium-severity NULL Pointer Dereference (CWE-476) vulnerability in Free5Gc Udm. Its CVSS base score is 6.6 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked at the 41th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-69252 is a NULL Pointer Dereference vulnerability (CWE-476) in the Unified Data Management (UDM) component of free5GC, an open-source project implementing 5th generation (5G) mobile core networks. The UDM service, which handles unified data management functions, is affected in versions up to and including 1.4.1. All deployments of free5GC that incorporate the UDM component are potentially vulnerable.

Remote unauthenticated attackers can exploit the vulnerability over the network by sending a crafted PUT request with an unexpected ueId value. This triggers a service panic, crashing the UDM service and causing a Denial of Service condition. The CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) reflects high availability impact with low attack complexity and no privileges or user interaction required.

The free5GC security advisory (GHSA-v8cv-qvf6-9rpm) and issue tracker (#752) document the flaw, with a fix provided in pull request 76 and commit 504b14458d156558b3c0ade7107b86b3d5e72998 in the free5gc/udm repository. No direct workaround is available at the application level, and applying the official patch is recommended for mitigation.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

free5gc UDM provides Unified Data Management (UDM) for free5GC, an open-source project for 5th generation (5G) mobile core networks. Versions up to and including 1.4.1 have a NULL Pointer Dereference vulnerability. Remote unauthenticated attackers can trigger a service panic (Denial…

more

of Service) by sending a crafted PUT request with an unexpected ueId, crashing the UDM service. All deployments of free5GC using the UDM component may be affected. free5gc/udm pull request 76 contains a fix for the issue. No direct workaround is available at the application level. Applying the official patch is recommended.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
T1489 Service Stop Impact
Adversaries may stop or disable services on a system to render those services unavailable to legitimate users.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-33064Same product: Free5Gc Udm
CVE-2026-33191Same product: Free5Gc Udm
CVE-2025-69250Same product: Free5Gc Udm
CVE-2026-26024Same vendor: Free5Gc
CVE-2026-33063Same vendor: Free5Gc
CVE-2026-25501Same vendor: Free5Gc
CVE-2026-33192Same product: Free5Gc Udm
CVE-2026-27642Same product: Free5Gc Udm
CVE-2026-26025Same vendor: Free5Gc
CVE-2026-44323Same vendor: Free5Gc

Affected Assets

free5gc
udm
≤ 1.4.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation (including static analysis) directly finds null-dereference bugs before deployment.

Documented development standards and tools can enforce null-safety rules and safe pointer usage.

Engineering principles can mandate defensive coding such as explicit null checks before dereference.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices (static analysis, code review, safe coding standards) directly prevent NULL dereference bugs during development.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect NULL dereference defects before release.

prevents

Secure SDLC mandates defensive coding practices that can prevent NULL dereferences.

prevents

Application security requirements can specify input validation and pointer-safety rules.

prevents

Secure architecture principles encourage defensive design that avoids unsafe pointer use.

prevents

Secure coding standards directly require NULL-pointer checks and safe dereference patterns.

References