CVE-2023-52081
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/ewen-lbh/ffcssGo | < 0.2.0 | 0.2.0 |
Affected products
3Patches
Vulnerability mechanics
References
4- github.com/ewen-lbh/ffcss/commit/f9c491874b858a32fcae15045f169fd7d02f90dcnvdPatchWEB
- github.com/ewen-lbh/ffcss/security/advisories/GHSA-wpmx-564x-h2mhnvdExploitVendor AdvisoryWEB
- github.com/advisories/GHSA-wpmx-564x-h2mhghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-52081ghsaADVISORY
News mentions
0No linked articles in our index yet.