Node.js - DLL Hijacking on Windows
Team Summary
Official summary from Internet Bug Bounty
DLL Hijacking on Windows (High)(CVE-2022-32223) This vulnerability can be exploited if the victim has the following dependencies on Windows machine: OpenSSL has been installed and “C:\Program Files\Common Files\SSL\openssl.cnf” exists. Whenever the above conditions are present, node.exe will search for providers.dll in the current user directory. After that, node.exe will try to search for providers.dll by the DLL Search Order in Windows. It is possible for an attacker to place the malicious file providers.dll under a variety of paths and exploit this vulnerability. More details will be available at CVE-2022-32223 after publication. Thank you to Yakir Kadkoda from Aqua Security for reporting this vulnerability. Impacts: All versions of the 16.x, and 14.x releases lines. Full Security Advisory: https://nodejs.org/en/blog/vulnerability/july-2022-security-releases/
Vulnerability Details
Technical details and impact analysis
Report Details
Additional information and metadata
State
Closed
Substate
Resolved
Submitted
Weakness
Untrusted Search Path