Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-85063 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

node-csv is a full-featured CSV parser with a simple API that is tested against large datasets. Prior to 7.0.2, csv-parse with the columns and group_columns_by_name options enabled treats a duplicate __proto__ header as an existing property in packages/csv-parse/lib/api/index.js, assigns an attacker-controlled array through obj['__proto__'], and replaces the parsed record object's prototype. A malicious CSV header can therefore inject inherited array values into the returned record, hide those inherited values from JSON serialization, and affect property enumeration and type or shape checks in applications that process the record. This issue is fixed in version 7.0.2.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-1321Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')[email protected]

Affected Products

ProductVersions
adaltas node-csv-parse
< 7.0.2 (semver)

CPE

  • cpe:2.3:a:csv-parse_project:csv-parse:*:*:*:*:*:node.js:*:*

Remediation

  • Upgrade: 7.0.2moderate effort
  • Workaround:low effort

    Disable the columns and group_columns_by_name options.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-85063
NVD Published Date:
Sep 3, 2026
NVD Last Modified:
Sep 9, 2026
Source:
[email protected]
CVE-2026-85063 Details - Not Deferred