LiveActive security incident?Get immediate response
CVE Record

CVE-2023-23918: A privilege escalation vulnerability exists in Node.js <19.6.1, <18.14.1, <16.19.1 and <14.21.3 that made i...

A privilege escalation vulnerability exists in Node.js <19.6.1, <18.14.1, <16.19.1 and <14.21.3 that made it possible to bypass the experimental Permissions (https://nodejs.org/api/permissions.html) feature in Node.js and access non authorized modules by using process.mainModule.require(). This only affects users who had enabled the experimental permissions option with --experimental-policy.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-23918 lets code bypass Node.js experimental permission controls and access modules that policy intended to block. The business risk is concentrated in systems that relied on this experimental Node feature as a security boundary. Standard Node deployments that did not enable the experimental policy option are not indicated as affected by the provided sources.

Executive priority

Prioritize remediation where Node.js policy controls were used to isolate sensitive modules or sandbox untrusted code. For ordinary Node.js applications without this experimental option, urgency is lower but version upgrades should still follow normal security maintenance.

Technical view

Node.js before 19.6.1, 18.14.1, 16.19.1, and 14.21.3 had a CWE-863 authorization bypass in experimental policy handling. The issue allowed access to non-authorized modules through a Node.js module-loading path, undermining intended restrictions. The source describes confidentiality impact, with no integrity or availability impact in the CVSS vector.

Likely exposure

Exposure is likely limited to Node.js applications or platforms running affected versions while using the experimental policy/permissions feature. Organizations using embedded Node runtimes should check vendor advisories. The provided sources do not establish that all Node.js applications are exposed.

Exploitation context

The bundle marks this CVE as not in KEV and provides no cited evidence of active exploitation. Exploitation requires a relevant Node.js runtime configuration that relies on experimental policy restrictions. Treat public exploitation status as unconfirmed from the supplied evidence.

Researcher notes

The key exposure condition is configuration-dependent: affected Node versions plus enabled experimental policy behavior. The available bundle names fixed release lines but does not include proof of exploitation, exploit maturity, or downstream product impact beyond the NetApp advisory reference.

Mitigation direction

  • Upgrade Node.js to 19.6.1, 18.14.1, 16.19.1, 14.21.3, or later supported releases.
  • Identify services using the experimental policy option and prioritize those upgrades first.
  • Do not rely on the affected experimental policy control as the only security boundary before patching.
  • For NetApp or other bundled products, follow the vendor advisory and product-specific update guidance.

Validation and detection

  • Inventory Node.js runtime versions across servers, containers, build images, and packaged applications.
  • Check process launch flags for use of the experimental policy option.
  • Confirm affected services run a fixed Node.js version after remediation.
  • Review vendor advisories for appliances or software that embed Node.js.
  • Document whether the application relied on policy controls to restrict module access.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-863: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-23918 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2023-23918Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
NodeJSNode4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-863 · source CWE mapping

Incorrect Authorization

Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.