Cyber Resilience

CVE-2024-36507

LPE in Fortinet Forticlient 7.0.0 – 7.0.13

Published
12 November 2024
Modified
14 November 2024
Patch / advisory
CVSS Score v3.1 7.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0028 20th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2024-36507 is a high-severity Untrusted Search Path (CWE-426) vulnerability in Fortinet Forticlient. Its CVSS base score is 7.3 (High).

Operationally, ranked at the 20th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A untrusted search path in Fortinet FortiClientWindows versions 7.4.0, versions 7.2.4 through 7.2.0, versions 7.0.12 through 7.0.0 allows an attacker to run arbitrary code via DLL hijacking and social engineering.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-41840Same product: Fortinet Forticlient
CVE-2025-54660Same product: Fortinet Forticlient
CVE-2024-47574Same product: Fortinet Forticlient
CVE-2024-31489Same product: Fortinet Forticlient
CVE-2023-37939Same product: Fortinet Forticlient
CVE-2025-46373Same product: Fortinet Forticlient
CVE-2024-50570Same product: Fortinet Forticlient
CVE-2023-22635Same product: Fortinet Forticlient
CVE-2024-50564Same product: Fortinet Forticlient
CVE-2023-33304Same product: Fortinet Forticlient

Affected Assets

fortinet
forticlient
7.4.0 · 7.0.0 — 7.0.13 · 7.2.0 — 7.2.5

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.

PR.PS-05 full match
prevents

Preventing execution of unauthorized code directly blocks the malicious binaries that an untrusted search path would load.

PR.PS-06 mostly match
prevents

Secure development practices include avoiding or sanitizing externally influenced search paths in application code.

PR.PS-01 partial match
prevents

Hardened configuration baselines can enforce safe search paths and restrict environment variables that enable the weakness.

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.

detects

Security testing can discover search-path issues but does not itself prevent them in production code.

degrades

Restricting software installation reduces the chance that untrusted binaries or libraries are placed in search paths.

prevents

Secure architecture principles include hard-coded or validated search paths and avoiding reliance on untrusted directories.

prevents

Secure coding standards require absolute paths or integrity-checked search paths, directly mitigating CWE-426.

none

Change-management processes can enforce review of path-handling changes, indirectly lowering risk.

References