CVE-2024-43400
19.08.2024, 17:15
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. It is possible for a user without Script or Programming rights to craft a URL pointing to a page with arbitrary JavaScript. This requires social engineer to trick a user to follow the URL. This has been patched in XWiki 14.10.21, 15.5.5, 15.10.6 and 16.0.0.
Vendor | Product | Version |
---|---|---|
xwiki | xwiki | 𝑥 < 14.10.21 |
xwiki | xwiki | 15.0 ≤ 𝑥 < 15.5.5 |
xwiki | xwiki | 15.6 ≤ 𝑥 < 15.10.6 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-96 - Improper Neutralization of Directives in Statically Saved Code ('Static Code Injection')The software receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before inserting the input into an executable resource, such as a library, configuration file, or template.
- 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.