cve/2023/CVE-2023-44270.md
2024-05-25 21:48:12 +02:00

941 B

CVE-2023-44270

Description

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 included in the PostCSS output in CSS nodes (rules, properties) despite being included in a comment.

POC

Reference

No PoCs from references.

Github