CVE-2023-52081
Last modified
CVE-2023-52081 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. ffcss is a CLI interface to apply and configure Firefox CSS themes. Prior to 0.2.0, the function `lookupPreprocess()` is meant to apply some transformations to a string by disabling characters in the regex `[-_ .]`. EPSS estimates a 0.52% chance of exploitation in the next 30 days.
Description
ffcss is a CLI interface to apply and configure Firefox CSS themes. Prior to 0.2.0, the function `lookupPreprocess()` is meant to apply some transformations to a string by disabling characters in the regex `[-_ .]`. However, due to the use of late Unicode normalization of type NFKD, it is possible to bypass that validation and re-introduce all the characters in the regex `[-_ .]`. The `lookupPreprocess()` can be easily bypassed with equivalent Unicode characters like U+FE4D (﹍), which would result in the omitted U+005F (_), for instance. The `lookupPreprocess()` function is only ever used to search for themes loosely (case insensitively, while ignoring dashes, underscores and dots), so the actual security impact is classified as low. This vulnerability is fixed in 0.2.0. There are no known workarounds.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Ewen-Lbh | Firefox Css | < 0.2.0 |
References
- https://github.com/ewen-lbh/ffcss/security/advisories/GHSA-wpmx-564x-h2mhExploit, Vendor Advisory
- https://github.com/ewen-lbh/ffcss/security/advisories/GHSA-wpmx-564x-h2mhExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-52081?
How severe is CVE-2023-52081?
How do I fix CVE-2023-52081?
Are you affected by CVE-2023-52081?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
