CVE-2026-73088
Reported by GitHub_M · Published August 11, 2026
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.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| browserslist | browserslist | < 4.28.7 |
| browserslist | browserslist | < 4.28.7, < 4.28.7 |
Timeline
- Aug 11, 2026 CVE Published
- Aug 12, 2026 Coalition ESS Score
- Aug 13, 2026 CVE Updated
- Aug 15, 2026 Security Advisory
- Aug 24, 2026 EPSS Score