Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-39332

9.8 · CRITICAL
Published Oct 18, 2023 nodejs CWE-22 EPSS 1.82% (77th pctl)

Overview

CVE-2023-39332 is a critical-severity vulnerability affecting nodejs node.js. It was published on October 18, 2023 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

Various `node:fs` functions allow specifying paths as either strings or `Uint8Array` objects. In Node.js environments, the `Buffer` class extends the `Uint8Array` class. Node.js prevents path traversal through strings (see CVE-2023-30584) and `Buffer` objects (see CVE-2023-32004), but not through non-`Buffer` `Uint8Array` objects.

This is distinct from CVE-2023-32004 which only referred to `Buffer` objects. However, the vulnerability follows the same pattern using `Uint8Array` instead of `Buffer`.

Please note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.

Remediation

Check the references section for vendor advisories and patches from nodejs. Update node.js to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
nodejs node.js >= 20.0.0, < 20.8.0 Affected

Frequently Asked Questions

What is CVE-2023-39332?

CVE-2023-39332 is a critical-severity vulnerability affecting nodejs node.js. It was published on October 18, 2023 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2023-39332?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2023-39332?

Check the references section for vendor advisories and patches from nodejs. Update node.js to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-39332?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-39332 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.