CVE-2023-32070
10.05.2023, 18:15
XWiki Platform is a generic wiki platform. Prior to version 14.6-rc-1, HTML rendering didn't check for dangerous attributes/attribute values. This allowed cross-site scripting (XSS) attacks via attributes and link URLs, e.g., supported in XWiki syntax. This has been patched in XWiki 14.6-rc-1. There are no known workarounds apart from upgrading to a fixed version.
Vendor | Product | Version |
---|---|---|
xwiki | rendering | 3.0:milestone_2 |
xwiki | xwiki | 𝑥 ≤ 14.5 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-83 - Improper Neutralization of Script in Attributes in a Web PageThe software does not neutralize or incorrectly neutralizes "javascript:" or other URIs from dangerous attributes within tags, such as onmouseover, onload, onerror, or style.
- CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')The software does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
References