A vulnerability in Node.js version 20 allows for bypassing restrictions set by the --experimental-permission flag using the built-in inspector module (node:inspector).
By exploiting the Worker class's ability to create an "internal worker" with the kIsInternal Symbol, attackers can modify the isInternal value when an inspector is attached within the Worker constructor before initializing a new WorkerImpl. This vulnerability exclusively affects Node.js users employing the permission model mechanism.
Please note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.
References
Configurations
No configuration.
History
21 Nov 2024, 08:00
Type | Values Removed | Values Added |
---|---|---|
References |
|
09 Sep 2024, 19:35
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-284 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.5 |
09 Sep 2024, 13:03
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
07 Sep 2024, 16:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-09-07 16:15
Updated : 2024-11-21 08:00
NVD link : CVE-2023-30587
Mitre link : CVE-2023-30587
CVE.ORG link : CVE-2023-30587
JSON object : View
Products Affected
No product.
CWE
CWE-284
Improper Access Control