CVE-2025-70123
Published: 13 February 2026
Summary
CVE-2025-70123 is a high-severity Improper Input Validation (CWE-20) vulnerability in Free5Gc Free5Gc. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked in the top 47.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Security testing and developer training directly verify and enforce proper input validation, reducing exploitability of injection and malformed-data weaknesses.
Security testing and evaluation at multiple SDLC stages directly detects missing or flawed input validation, with the required remediation process ensuring fixes are applied.
Directly implements checks on information inputs to reject invalid data before processing.
Spam protection mechanisms perform filtering and detection on inbound/outbound messages, directly compensating for missing or weak input validation of unsolicited content.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Malformed PFCP request exploitation directly triggers UPF service crash and DoS via application-level vulnerability (T1499.004).
NVD Description
An improper input validation and protocol compliance vulnerability in free5GC v4.0.1 allows remote attackers to cause a denial of service. The UPF incorrectly accepts a malformed PFCP Association Setup Request, violating 3GPP TS 29.244. This places the UPF in an…
more
inconsistent state where a subsequent valid PFCP Session Establishment Request triggers a cascading failure, disrupting the SMF connection and causing service degradation.
Deeper analysisAI
CVE-2025-70123 is an improper input validation and protocol compliance vulnerability (CWE-20) in free5GC version 4.0.1, specifically affecting the User Plane Function (UPF) component. Published on 2026-02-13, it carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H). The issue stems from the UPF incorrectly accepting a malformed PFCP Association Setup Request, which violates 3GPP TS 29.244 standards. This misacceptance leaves the UPF in an inconsistent state, enabling subsequent valid PFCP Session Establishment Requests to provoke a cascading failure.
Remote, unauthenticated attackers can exploit this vulnerability over the network with low complexity and no user interaction required. By first sending a malformed PFCP Association Setup Request and then a legitimate PFCP Session Establishment Request, an attacker disrupts the UPF's connection to the Session Management Function (SMF), causing denial of service through service degradation across the affected 5G core network.
Mitigation details are discussed in the upstream GitHub issue at https://github.com/free5gc/free5gc/issues/745.
Details
- CWE(s)