CVE-2023-22374
F5 Big-Ip Access Policy Manager 14.1.4.6 – 14.1.5
Raw vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:HSummary
CVE-2023-22374 is a high-severity Use of Externally-Controlled Format String (CWE-134) vulnerability in F5 Big-Ip Access Policy Manager. Its CVSS base score is 8.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 0.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis AI-assisted summary
Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.
A format string vulnerability exists in the iControl SOAP component of F5 BIG-IP, tracked as CVE-2023-22374. The flaw, categorized under CWE-134, permits an authenticated attacker to crash the iControl SOAP CGI process or potentially execute arbitrary code. In appliance mode, successful exploitation can enable crossing a security boundary. The issue carries a CVSS 3.1 score of 8.5 and affects versions that have not reached end of technical support.
An authenticated attacker with network access can supply crafted input to trigger the vulnerability. Depending on the environment, this may result in denial of service through process crashes or, in some cases, arbitrary code execution that crosses security boundaries on BIG-IP appliances.
F5 has published mitigation guidance in knowledge base article K000130415, which practitioners should consult for patch availability and configuration recommendations specific to their BIG-IP deployments. The EPSS score reached a peak of 0.0583 before receding to its current value of 0.0232.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-26537
Vulnerability Data
A format string vulnerability exists in iControl SOAP that allows an authenticated attacker to crash the iControl SOAP CGI process or, potentially execute arbitrary code. In appliance mode BIG-IP, a successful exploit of this vulnerability can allow the attacker to…
more
cross a security boundary. Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
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.