First published: Wed Apr 12 2023(Updated: )
### Impact A user without script rights can introduce a stored XSS by using the Live Data macro, if the last author of the content of the page has script rights. For instance, by adding the LiveData below in the about section of the profile of a user created by an admin. ```javascript {{liveData id="movies" properties="title,description"}} { "data": { "count": 1, "entries": [ { "title": "Meet John Doe", "url": "https://www.imdb.com/title/tt0033891/", "description": "<img onerror='alert(1)' src='foo' />" } ] }, "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.10, 14.4.7, and 13.10.11. ### Workarounds No known workaround. ### References - https://jira.xwiki.org/browse/XWIKI-20312 ### For more information If you have any questions or comments about this advisory: * Open an issue in [Jira](http://jira.xwiki.org/) * Email us at [Security ML](mailto:security@xwiki.org)
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
maven/org.xwiki.platform:xwiki-platform-livedata-macro | >=14.9<14.10 | 14.10 |
maven/org.xwiki.platform:xwiki-platform-livedata-macro | >=14.4<14.4.7 | 14.4.7 |
maven/org.xwiki.platform:xwiki-platform-livedata-macro | >=13.10.10<13.10.11 | 13.10.11 |
Xwiki | <13.10.11 | |
Xwiki | >=14.4.0<14.4.7 | |
Xwiki | =14.10-rc1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-29508 is classified as a medium severity vulnerability due to the potential for stored XSS attacks.
To mitigate CVE-2023-29508, upgrade to XWiki version 14.10 or versions 14.4.7 and later.
CVE-2023-29508 affects XWiki versions prior to 14.10 and between 14.4.0 and 14.4.7.
Yes, an attacker can exploit CVE-2023-29508 remotely if they have the capability to introduce content with script rights.
Yes, a patch for CVE-2023-29508 is available in the updated versions of XWiki 14.10 and 14.4.7.