CVE-2023-41889
15.09.2023, 21:15
SHIRASAGI is a Content Management System. Prior to version 1.18.0, SHIRASAGI is vulnerable to a Post-Unicode normalization issue. This happens when a logical validation or a security check is performed before a Unicode normalization. The Unicode character equivalent of a character would resurface after the normalization. The fix is initially performing the Unicode normalization and then strip for all whitespaces and then checking for a blank string. This issue has been fixed in version 1.18.0.Enginsight
Vendor | Product | Version |
---|---|---|
ss-proj | shirasagi | 𝑥 < 1.18.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-176 - Improper Handling of Unicode EncodingThe software does not properly handle when an input contains Unicode encoding.
- CWE-116 - Improper Encoding or Escaping of OutputThe software prepares a structured message for communication with another component, but encoding or escaping of the data is either missing or done incorrectly. As a result, the intended structure of the message is not preserved.
References