CVE-2025-66786
Published: 07 January 2026
Summary
CVE-2025-66786 is a high-severity Improper Input Validation (CWE-20) vulnerability in Openairinterface Oai-Cn5G-Amf. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 41.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
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?
Vulnerability enables remote unauthenticated DoS via malformed JSON on exposed SBI (public-facing 5G AMF), directly matching public app exploitation for initial access and application/system exploitation for endpoint DoS.
NVD Description
OpenAirInterface CN5G AMF<=v2.0.1 There is a logical error when processing JSON format requests. Unauthorized remote attackers can send malicious JSON data to AMF's SBI interface to launch a denial-of-service attack.
Deeper analysisAI
CVE-2025-66786 is a vulnerability in OpenAirInterface CN5G AMF versions up to and including v2.0.1, stemming from a logical error in processing JSON format requests. This flaw, classified under CWE-20 (Improper Input Validation), affects the AMF's Service-Based Interface (SBI) and has 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), indicating high severity primarily due to its impact on availability.
Unauthorized remote attackers can exploit this vulnerability by sending malicious JSON data to the AMF's SBI interface, triggering a denial-of-service condition without requiring authentication or user interaction. Successful exploitation disrupts service availability, potentially halting core network functions in affected 5G deployments.
For mitigation details, refer to the advisory at https://github.com/swallele/Vulnerability/blob/main/Openairinterface/Dos/Json_Dos.md.
Details
- CWE(s)