Skip to main content

Uncaught Exception in browserslist

CVE-2026-73088

  • browserslist
  • org.webjars.npm:browserslist
  • org.webjars.npm:github-com-browserslist-browserslist
Severity High
Score 7.5/10

Summary

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.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • NONE
  • NONE
  • HIGH

CWE-248 - Uncaught Exception

An exception is thrown from a function, but it is not caught.

Advisory Timeline

  • Published