CVE-2023-26480
published 2023-03-02CVE-2023-26480: XWiki Platform is a generic wiki platform. Starting in version 12.10, a user without script rights can introduce a stored cross-site scripting by using the…
PriorityP427medium5.4CVSS 3.1
AVNACLPRLUIRSCCLILAN
EPSS
0.67%
47.4th percentile
XWiki Platform is a generic wiki platform. Starting in version 12.10, a user without script rights can introduce a stored cross-site scripting by using the Live Data macro. This has been patched in XWiki 14.9, 14.4.7, and 13.10.10. There are no known workarounds.
Affected
7 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| xwiki | xwiki | — | — |
| xwiki | xwiki | >= 12.10 < 13.10.10 | 13.10.10 |
| xwiki | xwiki | >= 14.0 < 14.4.7 | 14.4.7 |
| xwiki | xwiki | >= 14.5 < 14.9 | 14.9 |
| 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
XWiki-Platform vulnerable to stored Cross-site Scripting via the HTML displayer in Live Data
ghsa·2023-03-03
CVE-2023-26480 [HIGH] CWE-79 XWiki-Platform vulnerable to stored Cross-site Scripting via the HTML displayer in Live Data
XWiki-Platform vulnerable to stored Cross-site Scripting via the HTML displayer in Live Data
### Impact
A user without script rights can introduce a stored XSS by using the Live Data macro.
For instance:
```
{{liveData id="movies" properties="title,description"}}
{
"data": {
"count": 1,
"entries": [
{
"title": "Meet John Doe",
"url": "https://www.imdb.com/title/tt0033891/",
"description": ""
}
]
},
"meta": {
"propertyDescriptors": [
{
"id": "title",
"name": "Title",
"visible": true,
"displayer": {"id": "link", "propertyHref": "url"}
},
{
"id": "description",
"name": "Description",
"visible": true,
"displayer": "html"
}
]
}
}
{{/liveData}}
```
### Patches
This has been patched in XWiki 14.9, 14.4.7, and 13.10.10.
### Workarounds
No known workaround.
### References
https://jira.xwiki.o
OSV
XWiki-Platform vulnerable to stored Cross-site Scripting via the HTML displayer in Live Data
osv·2023-03-03
CVE-2023-26480 [HIGH] XWiki-Platform vulnerable to stored Cross-site Scripting via the HTML displayer in Live Data
XWiki-Platform vulnerable to stored Cross-site Scripting via the HTML displayer in Live Data
### Impact
A user without script rights can introduce a stored XSS by using the Live Data macro.
For instance:
```
{{liveData id="movies" properties="title,description"}}
{
"data": {
"count": 1,
"entries": [
{
"title": "Meet John Doe",
"url": "https://www.imdb.com/title/tt0033891/",
"description": ""
}
]
},
"meta": {
"propertyDescriptors": [
{
"id": "title",
"name": "Title",
"visible": true,
"displayer": {"id": "link", "propertyHref": "url"}
},
{
"id": "description",
"name": "Description",
"visible": true,
"displayer": "html"
}
]
}
}
{{/liveData}}
```
### Patches
This has been patched in XWiki 14.9, 14.4.7, and 13.10.10.
### Workarounds
No known workaround.
### References
https://jira.xwiki.o
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/xwiki/xwiki-platform/commit/23d5ea9b23e84b5f3d1f1b2d5673fe8c774d0d79https://github.com/xwiki/xwiki-platform/commit/556e7823260b826f344c1a6e95d935774587e028https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-32fq-m2q5-h83ghttps://jira.xwiki.org/browse/XWIKI-20143https://github.com/xwiki/xwiki-platform/commit/23d5ea9b23e84b5f3d1f1b2d5673fe8c774d0d79https://github.com/xwiki/xwiki-platform/commit/556e7823260b826f344c1a6e95d935774587e028https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-32fq-m2q5-h83ghttps://jira.xwiki.org/browse/XWIKI-20143
2023-03-02
Published