CVE-2026-73088

Browserslist is a configuration tool for sharing target browsers and Node.js versions between front-end tools. Prior to 4.28.7, normalizeStats() in node.js, reached unconditionally through getStat() and loadStat() on every browserslist() call, processes untrusted browserslist-stats.json, opts.stats, and CLI --stats data with an unguarded for...in loop and plain-object bracket access and assignment, allowing inherited Object.prototype keys including __proto__, toString, valueOf, constructor, hasOwnProperty, and isPrototypeOf to cause an uncaught TypeError or modify the prototype of the returned normalized object. This issue is fixed in version 4.28.7.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-11 17:19

Updated : 2026-09-09 20:44


NVD link : CVE-2026-73088

Mitre link : CVE-2026-73088

CVE.ORG link : CVE-2026-73088


JSON object : View

Products Affected

No product.

CWE
CWE-248

Uncaught Exception

CWE-1321

Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')