CVE-2023-29214
published 2023-04-16CVE-2023-29214: XWiki Commons are technical libraries common to several other top level XWiki projects. Any user with edit rights can execute arbitrary Groovy, Python or…
PriorityP353high8.8CVSS 3.1
AVNACLPRLUINSUCHIHAH
EPSS
1.19%
64.2th percentile
XWiki Commons are technical libraries common to several other top level XWiki projects. Any user with edit rights can execute arbitrary Groovy, Python or Velocity code in XWiki leading to full access to the XWiki installation. The root cause is improper escaping of the included pages in the IncludedDocuments panel. The problem has been patched on XWiki 14.4.7, and 14.10.
Affected
6 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| xwiki | xwiki | < 13.10.11 | 13.10.11 |
| xwiki | xwiki | — | — |
| xwiki | xwiki | >= 14.4.0 < 14.4.7 | 14.4.7 |
| xwiki | xwiki-platform | — | — |
| xwiki | xwiki-platform | — | — |
| xwiki | xwiki-platform | — | — |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
org.xwiki.platform:xwiki-platform-panels-ui Eval Injection vulnerability
ghsa·2023-04-12
CVE-2023-29214 [CRITICAL] CWE-94 org.xwiki.platform:xwiki-platform-panels-ui Eval Injection vulnerability
org.xwiki.platform:xwiki-platform-panels-ui Eval Injection vulnerability
### Impact
Any user with edit rights can execute arbitrary Groovy, Python or Velocity code in XWiki leading to full access to the XWiki installation. The root cause is improper escaping of the included pages in the IncludedDocuments panel.
**Precondition**: As an admin, add the `Panels.IncludedDocuments` panel on one column.
A proof of concept exploit is to edit a document and add the following code before saving.
```
{{display reference="{{cache~}~}{{groovy~}~}println(~"Hello from Groovy~" + ~" in included document!~"){{/groovy~}~}{{/cache~}~}"/}}
```
**expected**
The right had side panels contain:
```
One included page:
{{cache}}{{groovy}}println("Hello from Groovy" + " in included document!"){{/groovy}}{{/cach
OSV
org.xwiki.platform:xwiki-platform-panels-ui Eval Injection vulnerability
osv·2023-04-12
CVE-2023-29214 [CRITICAL] org.xwiki.platform:xwiki-platform-panels-ui Eval Injection vulnerability
org.xwiki.platform:xwiki-platform-panels-ui Eval Injection vulnerability
### Impact
Any user with edit rights can execute arbitrary Groovy, Python or Velocity code in XWiki leading to full access to the XWiki installation. The root cause is improper escaping of the included pages in the IncludedDocuments panel.
**Precondition**: As an admin, add the `Panels.IncludedDocuments` panel on one column.
A proof of concept exploit is to edit a document and add the following code before saving.
```
{{display reference="{{cache~}~}{{groovy~}~}println(~"Hello from Groovy~" + ~" in included document!~"){{/groovy~}~}{{/cache~}~}"/}}
```
**expected**
The right had side panels contain:
```
One included page:
{{cache}}{{groovy}}println("Hello from Groovy" + " in included document!"){{/groovy}}{{/cach
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/xwiki/xwiki-platform/commit/50b4d91418b4150933f0317eb4a94ceaf5b69f67https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-qx9h-c5v6-ghqhhttps://jira.xwiki.org/browse/XWIKI-20306https://github.com/xwiki/xwiki-platform/commit/50b4d91418b4150933f0317eb4a94ceaf5b69f67https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-qx9h-c5v6-ghqhhttps://jira.xwiki.org/browse/XWIKI-20306
2023-04-16
Published