albertshih3 / How-Are-You

A mental health focused web app designed by a college student for college students.
https://how-are-you-5e726.web.app
0 stars 0 forks source link

CVE-2023-44270 PostCSS line return parsing error #23

Closed albertshih3 closed 1 month ago

albertshih3 commented 1 month ago

An issue was discovered in PostCSS before 8.4.31. It affects linters using PostCSS to parse external Cascading Style Sheets (CSS). There may be \r discrepancies, as demonstrated by @font-face{ font:(\r/*);} in a rule.

This 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 originally included in a comment.