CVE-2023-35152
23.06.2023, 17:15
XWiki Platform is a generic wiki platform. Starting in version 12.9-rc-1 and prior to versions 14.4.8, 14.10.6, and 15.1, any logged in user can add dangerous content in their first name field and see it executed with programming rights. Leading to rights escalation. The vulnerability has been fixed on XWiki 14.4.8, 14.10.6, and 15.1. As a workaround, one may apply the patch manually.
Vendor | Product | Version |
---|---|---|
xwiki | xwiki | 12.9 ≤ 𝑥 < 14.4.8 |
xwiki | xwiki | 14.10 ≤ 𝑥 < 14.10.6 |
xwiki | xwiki | 12.9:rc1 |
xwiki | xwiki | 15.0 |
xwiki | xwiki | 15.0:rc1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-95 - Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')The software receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before using the input in a dynamic evaluation call (e.g. "eval").
- 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.
References