PatchSiren cyber security CVE debrief
CVE-2026-73088 browserslist CVE debrief
CVE-2026-73088 is a high-severity vulnerability in the Browserslist configuration tool. It allows an attacker to cause a TypeError or modify the prototype of a returned object by processing untrusted data with an unguarded loop and plain-object bracket access. The issue is fixed in version 4.28.7. This vulnerability affects Browserslist configurations and requires verification and update to prevent potential security consequences. Defenders and developers using Browserslist should review their configurations and ensure they are using version 4.28.7 or later.
- Vendor
- browserslist
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-11
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-11
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for configuring and maintaining Browserslist, as well as developers using the tool in their projects, should be aware of this vulnerability and take steps to verify and update their configurations.
Why it matters
CVE-2026-73088 is a high-severity vulnerability in Browserslist that requires verification and update to prevent potential security consequences.
- Potential for TypeError or prototype modification
- Need for verification and update of Browserslist to version 4.28.7 or later
- Importance of secure configuration and data processing
Technical summary
The vulnerability in Browserslist allows an attacker to cause a TypeError or modify the prototype of a returned object by processing untrusted data with an unguarded loop and plain-object bracket access. The issue is fixed in version 4.28.7. This vulnerability is caused by the normalizeStats() function in node.js, which processes untrusted browserslist-stats.json, opts.stats, and CLI --stats data without proper validation. As a result, inherited Object.prototype keys, including __proto__, toString, valueOf, constructor, hasOwnProperty, and isPrototypeOf, can cause an uncaught TypeError or modify the prototype of the returned normalized object.
Defensive priority
Defenders should prioritize verifying and updating Browserslist to version 4.28.7 or later, and review their usage of the tool to ensure secure configuration and data processing.
Recommended defensive actions
- Verify and update Browserslist to version 4.28.7 or later
- Review usage of Browserslist to ensure secure configuration and data processing
- Monitor for potential security advisories and updates from the vendor
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, its impact, and the fixed version. However, additional information on affected systems, exploitation, and potential consequences is limited.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73088 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73088
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73088 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73088
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/browserslist/browserslist/commit/f9914ad9effc865ccc27d816255625890b31ca51
-
Source reference
Unverified legacy reference
URL: https://github.com/browserslist/browserslist/releases/tag/4.28.7
-
Source reference
Unverified legacy reference
URL: https://github.com/browserslist/browserslist/security/advisories/GHSA-73wf-gq98-2v4g
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.