CVE-2022-38136
Description
Uncontrolled search path in the Intel(R) oneAPI DPC++/C++ Compiler for Windows and Intel Fortran Compiler for Windows before version 2022.2.1 for some Intel(R) oneAPI Toolkits before version 2022.3.1 may allow an authenticated user to potentially enable escalation of privilege via local access.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Intel oneAPI DPC++/C++ and Fortran compilers for Windows before 2022.2.1 have an uncontrolled search path that allows a local, authenticated attacker to escalate privileges.
Vulnerability
An uncontrolled search path vulnerability exists in the Intel(R) oneAPI DPC++/C++ Compiler for Windows and Intel Fortran Compiler for Windows before version 2022.2.1 for some Intel(R) oneAPI Toolkits before version 2022.3.1. The bug resides in how these compilers locate and load dynamic libraries, potentially allowing an attacker to place a malicious DLL in a search path that the compiler follows before the intended system path [1].
Exploitation
An attacker must have local access to the system and be authenticated as a user. The exploitation does not require any special privileges beyond the ability to write a malicious DLL to a location that appears in the compiler's DLL search order (such as the current working directory or a user-writable path). When a legitimate user or automated process invokes the vulnerable compiler from a directory containing the attacker's DLL, the compiler loads the malicious code instead of the intended library [1].
Impact
Successful exploitation allows the attacker to execute arbitrary code in the context of the user running the compiler. This can lead to escalation of privilege, as the attacker's code may inherit the compiler's access rights and perform actions such as installing programs, viewing or modifying data, or creating new accounts with full user rights [1].
Mitigation
Intel released fixed versions in the Intel(R) oneAPI DPC++/C++ Compiler for Windows and Intel Fortran Compiler for Windows as part of Intel(R) oneAPI Toolkits version 2022.3.1. Users should update to these versions or later. No workaround is provided; Intel recommends applying the update as the primary mitigation [1].
AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
3- Range: <2022.2.1
- Range: <2022.2.1
- Range: <2022.3.1
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.