CVE-2023-26055
published 2023-03-02CVE-2023-26055: XWiki Commons are technical libraries common to several other top level XWiki projects. Starting in version 3.1-milestone-1, any user can edit their own…
PriorityP357critical9.9CVSS 3.1
AVNACLPRLUINSCCHIHAH
EPSS
1.16%
63.3th percentile
XWiki Commons are technical libraries common to several other top level XWiki projects. Starting in version 3.1-milestone-1, any user can edit their own profile and inject code, which is going to be executed with programming right. The same vulnerability can also be exploited in all other places where short text properties are displayed, e.g., in apps created using Apps Within Minutes that use a short text field. The problem has been patched on versions 13.10.9, 14.4.4, 14.7RC1.
Affected
9 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| xwiki | commons | — | — |
| xwiki | commons | — | — |
| xwiki | commons | — | — |
| xwiki | commons | >= 14.4 < 14.4.4 | 14.4.4 |
| xwiki | commons | >= 14.5 < 14.7 | 14.7 |
| xwiki | commons | >= 3.2 < 13.10.9 | 13.10.9 |
| xwiki | xwiki-commons | — | — |
| xwiki | xwiki-commons | — | — |
| xwiki | xwiki-commons | — | — |
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.
OSV
XWiki Platform may allow privilege escalation to programming rights via user's first name
osv·2023-03-03
CVE-2023-26055 [CRITICAL] XWiki Platform may allow privilege escalation to programming rights via user's first name
XWiki Platform may allow privilege escalation to programming rights via user's first name
### Impact
Any user can edit his own profile and inject code which is going to be executed with programming right.
Steps to reproduce:
* Set your first name to
```
{{cache id="userProfile"}}{{groovy}}println("Hello from groovy!"){{/groovy}}{{/cache}}
```
The first name appears as interpreted "`Hello from groovy`" instead of the expected fully escaped "`{{cache id="userProfile"}}{{groovy}}println("Hello from groovy!"){{/groovy}}{{/cache}}`".
The same vulnerability can also be exploited in all other places where short text properties are displayed, e.g., in apps created using [Apps Within Minutes](https://extensions.xwiki.org/xwiki/bin/view/Extension/App%20Within%20Minutes%20Application) that use
GHSA
XWiki Platform may allow privilege escalation to programming rights via user's first name
ghsa·2023-03-03
CVE-2023-26055 [CRITICAL] CWE-150 XWiki Platform may allow privilege escalation to programming rights via user's first name
XWiki Platform may allow privilege escalation to programming rights via user's first name
### Impact
Any user can edit his own profile and inject code which is going to be executed with programming right.
Steps to reproduce:
* Set your first name to
```
{{cache id="userProfile"}}{{groovy}}println("Hello from groovy!"){{/groovy}}{{/cache}}
```
The first name appears as interpreted "`Hello from groovy`" instead of the expected fully escaped "`{{cache id="userProfile"}}{{groovy}}println("Hello from groovy!"){{/groovy}}{{/cache}}`".
The same vulnerability can also be exploited in all other places where short text properties are displayed, e.g., in apps created using [Apps Within Minutes](https://extensions.xwiki.org/xwiki/bin/view/Extension/App%20Within%20Minutes%20Application) that use
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/xwiki/xwiki-commons/security/advisories/GHSA-8cw6-4r32-6r3hhttps://jira.xwiki.org/browse/XCOMMONS-2498https://jira.xwiki.org/browse/XWIKI-19793https://jira.xwiki.org/browse/XWIKI-19794https://github.com/xwiki/xwiki-commons/security/advisories/GHSA-8cw6-4r32-6r3hhttps://jira.xwiki.org/browse/XCOMMONS-2498https://jira.xwiki.org/browse/XWIKI-19793https://jira.xwiki.org/browse/XWIKI-19794
2023-03-02
Published