CVE-2024-55877
12.12.2024, 20:15
XWiki Platform is a generic wiki platform. Starting in version 9.7-rc-1 and prior to versions 15.10.11, 16.4.1, and 16.5.0, any user with an account can perform arbitrary remote code execution by adding instances of `XWiki.WikiMacroClass` to any page. This compromises the confidentiality, integrity and availability of the whole XWiki installation. This vulnerability has been fixed in XWiki 15.10.11, 16.4.1 and 16.5.0. It is possible to manually apply the patch to the page `XWiki.XWikiSyntaxMacrosList` as a workaround.
Vendor | Product | Version |
---|---|---|
xwiki | xwiki | 9.7 ≤ 𝑥 < 15.10.11 |
xwiki | xwiki | 16.0.0 ≤ 𝑥 < 16.4.1 |
xwiki | xwiki | 16.5.0:rc1 |
𝑥
= 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-94 - Improper Control of Generation of Code ('Code Injection')The software constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.