CVE-2024-23113
Fortinet Fortiproxy 7.0.0 – 7.0.14
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:HSummary
CVE-2024-23113 is a critical-severity Use of Externally-Controlled Format String (CWE-134) vulnerability in Fortinet Fortiproxy. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 0.9% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog.
The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SI-10 (Information Input Validation) — 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-2024-23113 is a remotely exploitable format-string vulnerability (CWE-134) present in multiple Fortinet products. Affected versions include FortiOS 7.4.0–7.4.2, 7.2.0–7.2.6 and 7.0.0–7.0.13; FortiProxy 7.4.0–7.4.2, 7.2.0–7.2.8 and 7.0.0–7.0.14; FortiPAM 1.2.0, 1.1.0–1.1.2 and 1.0.0–1.0.3; and FortiSwitchManager 7.2.0–7.2.3 and 7.0.0–7.0.3. The flaw permits an attacker to supply a specially crafted packet that triggers unauthorized code or command execution.
An unauthenticated network attacker can send the malicious packet directly to an exposed interface, achieving full control over the affected device with no user interaction or credentials required. The CVSS 3.1 score of 9.8 reflects the combination of network attack vector, low complexity, and complete confidentiality, integrity and availability impact.
Fortinet’s advisory FG-IR-24-029 and the corresponding CISA entry recommend applying the vendor-supplied patches or upgrading to fixed releases; organizations should also restrict management access and monitor for anomalous traffic until remediation is complete.
The vulnerability appears in CISA’s Known Exploited Vulnerabilities catalog, confirming observed in-the-wild exploitation. Its EPSS score has reached a peak of 0.58 with a current value of 0.54, indicating sustained attacker interest after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-20638
Vulnerability Data
A use of externally-controlled format string in Fortinet FortiOS versions 7.4.0 through 7.4.2, 7.2.0 through 7.2.6, 7.0.0 through 7.0.13, FortiProxy versions 7.4.0 through 7.4.2, 7.2.0 through 7.2.8, 7.0.0 through 7.0.14, FortiPAM versions 1.2.0, 1.1.0 through 1.1.2, 1.0.0 through 1.0.3, FortiSwitchManager…
more
versions 7.2.0 through 7.2.3, 7.0.0 through 7.0.3 allows attacker to execute unauthorized code or commands via specially crafted packets.
- CWE(s)
- KEV Date Added
- 09 October 2024
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Developer testing and static analysis can discover format-string vulnerabilities before deployment.
Input validation can reject or sanitize externally supplied format strings before they reach formatting functions.
Secure development standards and tools can mandate use of static format strings or safe formatting APIs.
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.
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.
Security testing in development can detect format-string vulnerabilities before release.
Secure SDLC mandates input validation and safe API usage that can prevent externally-controlled format strings.
Application security requirements can specify safe formatting functions and ban uncontrolled format strings.
Secure architecture principles discourage dangerous string-handling patterns that lead to format-string issues.
Secure coding standards directly forbid the use of untrusted format strings and prescribe safe alternatives.