Cyber Resilience

CVE-2024-52962

Fortinet Fortimanager 7.0.0 – 7.0.14

Published
08 April 2025
Modified
23 July 2025
Patch / advisory
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
EPSS Score 0.0048 39th percentile
Risk Priority 45 floored blend · peak EPSS

Summary

CVE-2024-52962 is a medium-severity Improper Output Neutralization for Logs (CWE-117) vulnerability in Fortinet Fortimanager. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Indicator Removal (T1070); ranked at the 39th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV 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.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

An Improper Output Neutralization for Logs vulnerability [CWE-117] in FortiAnalyzer version 7.6.1 and below, version 7.4.5 and below, version 7.2.8 and below, version 7.0.13 and below and FortiManager version 7.6.1 and below, version 7.4.5 and below, version 7.2.8 and below,…

more

version 7.0.12 and below may allow an unauthenticated remote attacker to pollute the logs via crafted login requests.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1070 Indicator Removal Stealth
Adversaries may selectively delete or modify artifacts generated to reduce indications of their presence and blend in with legitimate activity.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-68482Same product: Fortinet Fortianalyzer
CVE-2023-44256Same product: Fortinet Fortianalyzer
CVE-2023-22642Same product: Fortinet Fortianalyzer
CVE-2023-41838Same product: Fortinet Fortianalyzer
CVE-2023-36638Same product: Fortinet Fortianalyzer
CVE-2023-42787Same product: Fortinet Fortianalyzer
CVE-2024-36508Same product: Fortinet Fortianalyzer
CVE-2024-33502Same product: Fortinet Fortianalyzer
CVE-2023-46713Same vendor: Fortinet
CVE-2024-21757Same product: Fortinet Fortianalyzer

Affected Assets

fortinet
fortimanager
7.0.0 — 7.0.14 · 7.2.0 — 7.2.9 · 7.4.0 — 7.4.6
fortinet
fortianalyzer
7.0.0 — 7.0.14 · 7.2.0 — 7.2.9 · 7.4.0 — 7.4.6

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover missing or incorrect output neutralization when log messages are constructed from untrusted input.

Input validation reduces the chance that specially crafted data reaches log-message construction routines.

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.

PR.PS-06 mostly match
prevents

Secure SDLC practices and coding standards directly require output sanitization for logs.

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.

finds

Security testing can detect log injection flaws but does not prevent them at the source.

A.8.15 Logging partial match
degrades

Logging control directly requires proper log generation and handling, which mitigates improper output neutralization.

finds

Monitoring activities rely on trustworthy logs but do not ensure log message integrity.

prevents

Secure SDLC includes coding standards that reduce log-related weaknesses but does not specifically address logging.

prevents

Secure coding practices mandate input validation and output encoding, directly preventing log injection.

References