Cyber Resilience

CVE-2025-67604

Fortinet Fortianalyzer 7.2.0 – 7.2.12

Published
12 May 2026
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0042 35th percentile
Risk Priority 42 floored blend · peak EPSS

Summary

CVE-2025-67604 is a medium-severity Use of Potentially Dangerous Function (CWE-676) vulnerability in Fortinet Fortianalyzer. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 35th 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 SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A use of potentially dangerous function vulnerability in Fortinet FortiAnalyzer 7.6.0 through 7.6.4, FortiAnalyzer 7.4.0 through 7.4.8, FortiAnalyzer 7.2 all versions, FortiAnalyzer 7.0 all versions, FortiAnalyzer 6.4 all versions, FortiManager 7.6.0 through 7.6.4, FortiManager 7.4.0 through 7.4.8, FortiManager 7.2 all…

more

versions, FortiManager 7.0 all versions, FortiManager 6.4 all versions may allow an authenticated attacker to cause a system hang via multiple specially crafted HTTP requests causing crashes. This happens if internal locks are aligned, which is out of control of the attacker.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-44256Same product: Fortinet Fortianalyzer
CVE-2023-42787Same product: Fortinet Fortianalyzer
CVE-2024-36508Same product: Fortinet Fortianalyzer
CVE-2024-33502Same product: Fortinet Fortianalyzer
CVE-2023-25606Same product: Fortinet Fortianalyzer
CVE-2023-25609Same product: Fortinet Fortianalyzer
CVE-2023-44249Same product: Fortinet Fortianalyzer
CVE-2024-36512Same product: Fortinet Fortianalyzer
CVE-2023-41838Same product: Fortinet Fortianalyzer
CVE-2023-42788Same product: Fortinet Fortianalyzer

Affected Assets

fortinet
fortianalyzer
7.2.0 — 7.2.12 · 7.4.0 — 7.4.9 · 7.6.0 — 7.6.5
fortinet
fortimanager
7.2.0 — 7.2.12 · 7.4.0 — 7.4.9 · 7.6.0 — 7.6.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and code analysis directly locate calls to unsafe functions.

Documented standards and tools can explicitly disallow dangerous functions during development.

Engineering principles can mandate safe APIs and ban dangerous functions at design time.

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 directly require avoiding or safely wrapping dangerous functions during development.

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 surface instances of dangerous functions but does not prevent their introduction.

prevents

Developer security awareness training can teach safe alternatives to risky functions.

prevents

Secure SDLC processes include code review and static analysis that can detect use of risky functions.

prevents

Secure coding standards explicitly ban or restrict dangerous functions such as strcpy, gets, or system.

none

Controlled software installation reduces exposure to unsafe third-party libraries that may contain dangerous calls.

References