Vulnerability Description
PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. Prior to 8.5.18, lib/previous-map.js loadMap() passes attacker-controlled sourceMappingURL values to join(dirname(opts.from), annotation), and loadFile() permits traversed or absolute .map paths, allowing untrusted CSS processed without map: false to disclose sourcesContent from arbitrary reachable .map files through result.map. This issue is fixed in version 8.5.18.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/postcss/postcss/commit/95663d3eb7ba26f4854dd19d3b4f4425760cf5
- https://github.com/postcss/postcss/releases/tag/8.5.18
- https://github.com/postcss/postcss/security/advisories/GHSA-r28c-9q8g-f849
- https://github.com/postcss/postcss/security/advisories/GHSA-r28c-9q8g-f849
FAQ
What is CVE-2026-73646?
CVE-2026-73646 is a vulnerability with a CVSS score of 7.5 (HIGH). PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. Prior to 8.5.18, lib/previous-map.js loadMap() passes attacker-cont...
How severe is CVE-2026-73646?
CVE-2026-73646 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-73646?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.