VYPR

Postcss

by Postcss

npm: postcss

Source repositories

CVEs (8)

  • CVE-2026-45623HigJul 27, 2026
    risk 0.42cvss 7.5epss 0.01

    PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. In versions 8.5.11 and prior, the PreviousMap parses the /*# sourceMappingURL=PATH */ comment from any CSS string passed to process() and…

  • CVE-2026-41305MedApr 24, 2026
    risk 0.40cvss 6.1epss 0.00

    PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. Versions prior to 8.5.10 do not escape `` sequences when stringifying CSS ASTs. When user-submitted CSS is parsed and re-stringified for…

  • CVE-2026-73646higJul 24, 2026
    risk 0.38cvss epss

    ## Vulnerability Details **File**: `lib/previous-map.js` **Line**: 87-98 (`loadFile`), 129-144 (`loadMap`) ### Root Cause PostCSS auto-detects a `/*# sourceMappingURL=... */` comment inside the CSS text it is asked to parse and, unless the caller explicitly passes `map:…

  • CVE-2023-44270MedSep 29, 2023
    risk 0.28cvss 5.3epss 0.01

    An issue was discovered in PostCSS before 8.4.31. The vulnerability affects linters using PostCSS to parse external untrusted CSS. An attacker can prepare CSS in such a way that it will contains parts parsed by PostCSS as a CSS comment. After processing by PostCSS, it will be…

  • CVE-2021-23382MedApr 26, 2021
    risk 0.28cvss 5.3epss 0.03

    The package postcss before 8.2.13 are vulnerable to Regular Expression Denial of Service (ReDoS) via getAnnotationURL() and loadAnnotation() in lib/previous-map.js. The vulnerable regexes are caused mainly by the sub-pattern \/\*\s* sourceMappingURL=(.*).

  • CVE-2021-23368MedApr 12, 2021
    risk 0.28cvss 5.3epss 0.04

    The package postcss from 7.0.0 and before 8.2.10 are vulnerable to Regular Expression Denial of Service (ReDoS) during source map parsing.

  • CVE-2026-69153MedAug 3, 2026
    risk 0.27cvss 5.3epss 0.00

    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.19, if from is unset, an attacker can cause PreviousMap.loadFile() to read an unintended source-map file by supplying an absolute or…

  • CVE-2026-9358MedMay 24, 2026
    risk 0.21cvss 4.3epss 0.00

    A vulnerability was determined in postcss-selector-parser up to 6.1.2/7.1.2. Affected is the function toString of the file src/selectors/container.js of the component AST Serialization. Executing a manipulation can lead to uncontrolled recursion. It is possible to launch the…