CVE-2023-52081

CVSS 3.1 Score 5.3 of 10 (medium)

Details

Published Dec 28, 2023
Updated: Feb 29, 2024
CWE ID 176
CWE ID 74

Summary

CVE-2023-52081 is a vulnerability affecting the ffcss CLI tool used for configuring Firefox CSS themes. In earlier versions, before 0.2.0, the `lookupPreprocess()` function was designed to filter certain characters in a regex pattern. However, due to the use of NFKD normalization, which enables late Unicode normalization, this validation can be bypassed with equivalent Unicode characters, such as U+FE4D (﹍). This bypass allows the re-introduction of disallowed characters, like U+005F (_). Although the `lookupPreprocess()` function is only used for case-insensitive searches, ignoring dashes, underscores, and dots, the potential security impact is classified as low. This issue is resolved in version 0.2.0, and there are currently no known workarounds.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share