SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-73646

HIGH · CVSS 7.5 EPSS 0.38% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-17 · Last synced 2026-09-16

CyberRota Analysis

AI-Generated

The vulnerability allows attackers to exploit the PostCSS library by manipulating sourceMappingURL values, potentially disclosing sensitive content from arbitrary .map files when untrusted CSS is processed. This could lead to exposure of confidential information, making it critical for developers using versions prior to 8.5.18 to prioritize upgrading to the patched version. Organizations relying on PostCSS for CSS processing should assess their risk and take immediate action to mitigate this high-severity issue.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73646
Severity
HIGH
CVSS
7.5
EPSS
0.38%

Original NVD 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.