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 in the top 46.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SC-5 (Denial-of-service Protection) and SI-10 (Information Input Validation).
Deeper analysis
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.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-1212
Vulnerability details
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.
- CWE(s)
Related Threats
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.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates the improper input validation of JSON format requests on the AMF's SBI interface that enables the DoS attack.
Provides comprehensive protection against denial-of-service attacks by limiting the effects of malicious JSON data sent to the SBI interface.
Monitors and controls communications at the external SBI interface to block or detect unauthorized malicious JSON requests.