Cyber Resilience

CVE-2023-41840

LPE in Fortinet Forticlient 7.0.9 … 7.2.1

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

Summary

CVE-2023-41840 is a high-severity Untrusted Search Path (CWE-426) vulnerability in Fortinet Forticlient. Its CVSS base score is 7.8 (High).

Operationally, ranked at the 23th 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 vulnerability in Fortinet FortiClientWindows 7.0.9 allows an attacker to perform a DLL Hijack attack via a malicious OpenSSL engine library in the search path.

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-36507Same 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.0.9, 7.2.0, 7.2.1

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