First published: Thu Dec 21 2023(Updated: )
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.
Credit: support@hackerone.com
Affected Software | Affected Version | How to fix |
---|---|---|
IBM Planning Analytics Cloud | <=2.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-30587 is considered a high severity vulnerability due to its potential to bypass important security restrictions.
To fix CVE-2023-30587, update Node.js to a version beyond 20 that does not allow the bypass of the --experimental-permission flag.
CVE-2023-30587 affects Node.js version 20 and earlier versions using the --experimental-permission flag.
Exploiting CVE-2023-30587 can lead to unauthorized access and modification of internal resources in applications that depend on Node.js.
Yes, CVE-2023-30587 specifically affects IBM Planning Analytics version up to 2.0 that utilizes Node.js.