Approved changes feed: RSS · Atom

cpe:2.3:a:xwiki:xwiki:15.0:rc1:*:*:*:*:*:*

part: a version: 15.0 update: rc1

VendorXwiki (cdc9c0cd-6ac5-5dc0-9f52-915ebd57f20d)
ProductXwiki (2fad5bf8-5703-5dac-bd8d-95a867c2e84d)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from NVD CPE 2.0 feed

PURL mappings

PURLSourceLast updated
pkg:docker/xwiki/xwiki purl2cpe 2026-06-01 10:18:15.715599
pkg:github/xwiki/xwiki-platform purl2cpe 2026-06-01 10:18:15.715600
pkg:gitlab/q-phillips/xwiki-platform purl2cpe 2026-06-01 10:18:15.715601
pkg:xwiki/xwiki purl2cpe 2026-06-01 10:18:15.715603

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2024-31986 vulnerable 2026-06-03 14:55:40.489495 XWiki Platform CSRF remote code execution through scheduler job's document reference
CRITICAL (9.1)
XWiki Platform is a generic wiki platform. Starting in version 3.1 and prior to versions 4.10.19, 15.5.4, and 15.10-rc-1, by creating a document with a special crafted documented reference and an `XWiki.SchedulerJobClass` XObject, it is possible to execute arbitrary code on the server whenever an admin visits the scheduler page or the scheduler page is referenced, e.g., via an image in a comment on a page in the wiki. The vulnerability has been fixed in XWiki 14.10.19, 15.5.5, and 15.9. As a workaround, apply the patch manually by modifying the `Scheduler.WebHome` page.
Published: 2024-04-10T20:27:29.600Z
Updated: 2024-08-02T01:59:50.842Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-40573 vulnerable 2026-06-03 14:52:50.000408 XWiki Platform's Groovy jobs check the wrong author, allowing remote code execution
CRITICAL (9.1)
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. XWiki supports scheduled jobs that contain Groovy scripts. Currently, the job checks the content author of the job for programming right. However, modifying or adding a job script to a document doesn't modify the content author. Together with a CSRF vulnerability in the job scheduler, this can be exploited for remote code execution by an attacker with edit right on the wiki. If the attack is successful, an error log entry with "Job content executed" will be produced. This vulnerability has been patched in XWiki 14.10.9 and 15.4RC1.
Published: 2023-08-24T01:31:14.128Z
Updated: 2024-10-03T16:21:16.684Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-40572 vulnerable 2026-06-03 14:52:49.996408 XWiki Platform vulnerable to CSRF privilege escalation/RCE via the create action
CRITICAL (9.1)
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. The create action is vulnerable to a CSRF attack, allowing script and thus remote code execution when targeting a user with script/programming right, thus compromising the confidentiality, integrity and availability of the whole XWiki installation. When a user with script right views this image and a log message `ERROR foo - Script executed!` appears in the log, the XWiki installation is vulnerable. This has been patched in XWiki 14.10.9 and 15.4RC1 by requiring a CSRF token for the actual page creation.
Published: 2023-08-24T01:15:33.272Z
Updated: 2024-10-02T20:19:27.637Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-40177 vulnerable 2026-06-03 14:52:42.667207 XWiki Platform privilege escalation (PR) from account through AWM content fields
CRITICAL (9.9)
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Any registered user can use the content field of their user profile page to execute arbitrary scripts with programming rights, thus effectively performing rights escalation. This issue is present since version 4.3M2 when AppWithinMinutes Application added support for the Content field, allowing any wiki page (including the user profile page) to use its content as an AWM Content field, which has a custom displayer that executes the content with the rights of the ``AppWithinMinutes.Content`` author, rather than the rights of the content author. The vulnerability has been fixed in XWiki 14.10.5 and 15.1RC1. The fix is in the content of the AppWithinMinutes.Content page that defines the custom displayer. By using the ``display`` script service to render the content we make sure that the proper author is used for access rights checks.
Published: 2023-08-23T20:11:45.227Z
Updated: 2024-10-03T13:41:37.138Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-40176 vulnerable 2026-06-03 14:52:42.665643 SXSS in the user profile via the timezone displayer
CRITICAL (9.1)
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Any registered user can exploit a stored XSS through their user profile by setting the payload as the value of the time zone user preference. Even though the time zone is selected from a drop down (no free text value) it can still be set from JavaScript (using the browser developer tools) or by calling the save URL on the user profile with the right query string. Once the time zone is set it is displayed without escaping which means the payload gets executed for any user that visits the malicious user profile, allowing the attacker to steal information and even gain more access rights (escalation to programming rights). This issue is present since version 4.1M2 when the time zone user preference was introduced. The issue has been fixed in XWiki 14.10.5 and 15.1RC1.
Published: 2023-08-23T19:33:15.234Z
Updated: 2024-10-02T20:42:19.534Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-36477 vulnerable 2026-06-03 14:52:26.358188 Persistent Cross-site Scripting (XSS) through CKEditor Configuration pages in XWiki Platform
CRITICAL (9.1)
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Any user with edit rights can edit all pages in the `CKEditor' space. This makes it possible to perform a variety of harmful actions, such as removing technical documents, leading to loss of service and editing the javascript configuration of CKEditor, leading to persistent XSS. This issue has been patched in XWiki 14.10.6 and XWiki 15.1. This issue has been patched on the CKEditor Integration extension 1.64.9 for XWiki version older than 14.6RC1. Users are advised to upgrade. Users unable to upgrade may manually address the issue by restricting the `edit` and `delete` rights to a trusted user or group (e.g. the `XWiki.XWikiAdminGroup` group), implicitly disabling those rights for all other users. See commit `9d9d86179` for details.
Published: 2023-06-30T18:57:38.354Z
Updated: 2024-12-04T17:05:21.052Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-36470 vulnerable 2026-06-03 14:52:26.321004 Code injection in icon themes of XWiki Platform
CRITICAL (10)
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. By either creating a new or editing an existing document with an icon set, an attacker can inject XWiki syntax and Velocity code that is executed with programming rights and thus allows remote code execution. There are different attack vectors, the simplest is the Velocity code in the icon set's HTML or XWiki syntax definition. The [icon picker](https://extensions.xwiki.org/xwiki/bin/view/Extension/Icon%20Theme%20Application#HIconPicker) can be used to trigger the rendering of any icon set. The XWiki syntax variant of the icon set is also used without any escaping in some documents, allowing to inject XWiki syntax including script macros into a document that might have programming right, for this the currently used icon theme needs to be edited. Further, the HTML output of the icon set is output as JSON in the icon picker and this JSON is interpreted as XWiki syntax, allowing again the injection of script macros into a document with programming right and thus allowing remote code execution. This impacts the confidentiality, integrity and availability of the whole XWiki instance. This issue has been patched in XWiki 14.10.6 and 15.1. Icon themes now require script right and the code in the icon theme is executed within the context of the icon theme, preventing any rights escalation. A macro for displaying icons has been introduced to avoid injecting the raw wiki syntax of an icon set into another document. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Published: 2023-06-29T20:31:54.366Z
Updated: 2024-11-26T19:17:50.731Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-36469 vulnerable 2026-06-03 14:52:26.320454 Code injection through NotificationRSSService in XWiki Platform
CRITICAL (10)
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Any user who can edit their own user profile and notification settings can execute arbitrary script macros including Groovy and Python macros that allow remote code execution including unrestricted read and write access to all wiki contents. This has been patched in XWiki 14.10.6 and 15.2RC1. Users are advised to update. As a workaround the main security fix can be manually applied by patching the affected document `XWiki.Notifications.Code.NotificationRSSService`. This will break the link to the differences, though as this requires additional changes to Velocity templates as shown in the patch. While the default template is available in the instance and can be easily patched, the template for mentions is contained in a `.jar`-file and thus cannot be fixed without replacing that jar.
Published: 2023-06-29T20:38:52.760Z
Updated: 2024-11-26T19:14:16.578Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-36468 vulnerable 2026-06-03 14:52:26.318174 Upgrading doesn't prevent exploiting vulnerable XWiki documents
CRITICAL (10)
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. When an XWiki installation is upgraded and that upgrade contains a fix for a bug in a document, just a new version of that document is added. In some cases, it's still possible to exploit the vulnerability that was fixed in the new version. The severity of this depends on the fixed vulnerability, for the purpose of this advisory take CVE-2022-36100/GHSA-2g5c-228j-p52x as example - it is easily exploitable with just view rights and critical. When XWiki is upgraded from a version before the fix for it (e.g., 14.3) to a version including the fix (e.g., 14.4), the vulnerability can still be reproduced by adding `rev=1.1` to the URL used in the reproduction steps so remote code execution is possible even after upgrading. Therefore, this affects the confidentiality, integrity and availability of the whole XWiki installation. This vulnerability also affects manually added script macros that contained security vulnerabilities that were later fixed by changing the script macro without deleting the versions with the security vulnerability from the history. This vulnerability doesn't affect freshly installed versions of XWiki. Further, this vulnerability doesn't affect content that is only loaded from the current version of a document like the code of wiki macros or UI extensions. This vulnerability has been patched in XWiki 14.10.7 and 15.2RC1 by forcing old revisions to be executed in a restricted mode that disables all script macros. As a workaround, admins can manually delete old revisions of affected documents. A script could be used to identify all installed documents and delete the history for them. However, also manually added and later corrected code may be affected by this vulnerability so it is easy to miss documents.
Published: 2023-06-29T20:44:33.894Z
Updated: 2024-11-26T19:13:33.447Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-35153 vulnerable 2026-06-03 14:52:17.889876 XWiki Platform vulnerable to stored cross-site scripting in ClassEditSheet page via name parameters
CRITICAL (9.1)
XWiki Platform is a generic wiki platform. Starting in version 5.4.4 and prior to versions 14.4.8, 14.10.4, and 15.0, a stored cross-site scripting vulnerability can be exploited by users with edit rights by adding a `AppWithinMinutes.FormFieldCategoryClass` class on a page and setting the payload on the page title. Then, any user visiting `/xwiki/bin/view/AppWithinMinutes/ClassEditSheet` executes the payload. The issue has been patched in XWiki 14.4.8, 14.10.4, and 15.0. As a workaround, update `AppWithinMinutes.ClassEditSheet` with a patch.
Published: 2023-06-23T17:19:59.290Z
Updated: 2024-11-29T14:27:48.189Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-35152 vulnerable 2026-06-03 14:52:17.889239 XWiki Platform vulnerable to privilege escalation (PR) from account through like LiveTableResults
CRITICAL (10)
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.
Published: 2023-06-23T16:41:51.268Z
Updated: 2024-11-27T20:45:47.820Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-35151 vulnerable 2026-06-03 14:52:17.887213 XWiki Platform may show email addresses in clear in REST results
HIGH (7.5)
XWiki Platform is a generic wiki platform. Starting in version 7.3-milestone-1 and prior to versions 14.4.8, 14.10.6, and 15.1, ny user can call a REST endpoint and obtain the obfuscated passwords, even when the mail obfuscation is activated. The issue has been patched in XWiki 14.4.8, 14.10.6, and 15.1. There is no known workaround.
Published: 2023-06-23T16:33:01.388Z
Updated: 2024-11-27T20:47:29.305Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-32068 vulnerable 2026-06-03 14:51:57.487747 URL Redirection to Untrusted Site in XWiki
MEDIUM (4.7)
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. In versions prior to 14.10.4 it's possible to exploit well known parameters in XWiki URLs to perform redirection to untrusted site. This vulnerability was partially fixed in the past for XWiki 12.10.7 and 13.3RC1 but there is still the possibility to force specific URLs to skip some checks, e.g. using URLs like `http:example.com` in the parameter would allow the redirect. The issue has now been patched against all patterns that are known for performing redirects. This issue has been patched in XWiki 14.10.4 and 15.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Published: 2023-05-15T20:53:09.228Z
Updated: 2025-01-22T21:37:24.611Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.