NA

CVE-2023-30586

Published: 01/07/2023 Updated: 17/11/2023
CVSS v3 Base Score: 7.5 | Impact Score: 3.6 | Exploitability Score: 3.9
VMScore: 0

Vulnerability Summary

A privilege escalation vulnerability exists in Node.js 20 that allowed loading arbitrary OpenSSL engines when the experimental permission model is enabled, which can bypass and/or disable the permission model. The attack complexity is high. However, the crypto.setEngine() API can be used to bypass the permission model when called with a compatible OpenSSL engine. The OpenSSL engine can, for example, disable the permission model in the host process by manipulating the process's stack memory to locate the permission model Permission::enabled_ in the host process's heap memory. Please note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.

Vulnerable Product Search on Vulmon Subscribe to Product

nodejs node.js

Vendor Advisories

DescriptionThe MITRE CVE dictionary describes this issue as: A privilege escalation vulnerability exists in Nodejs 20 that allowed loading arbitrary OpenSSL engines when the experimental permission model is enabled, which can bypass and/or disable the permission model The attack complexity is high However, the cryptosetEngine() API can be used ...