GHSA-FC42-5W56-QW7H
Vulnerability from github – Published: 2023-04-20 22:17 – Updated: 2023-04-20 22:17Impact
It's possible to execute anything with the right of the Scheduler Application sheet page.
To reproduce:
1. As a user without script or programming rights, edit your user profile with the object editor and add a new object of type XWiki.SchedulerJobClass (search for "Scheduler")
1. In "Job Script", add the following
{{/code}} {{async async="true" cached="false" context="doc.reference"}}{{groovy}}println("Hello " + "from groovy!"){{/groovy} {{/async}}
1. Click "Save & View"
1. If the job information isn't already displayed (you should see "Job Name", "Job Description", etc.), append ?sheet=XWiki.SchedulerJobSheet to the URL.
Patches
This has been patched in XWiki 14.10.3 and 15.0 RC1.
Workarounds
While the fix in the scheduler itself is easy, it relies on the code macro source parameter, which was introduced in 14.10.2 so you have to upgrade to benefit from it.
References
https://jira.xwiki.org/browse/XWIKI-20295 https://jira.xwiki.org/browse/XWIKI-20462
For more information
If you have any questions or comments about this advisory: * Open an issue in Jira XWiki.org * Email us at Security Mailing List
{
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.xwiki.platform:xwiki-platform-scheduler-ui"
},
"ranges": [
{
"events": [
{
"introduced": "2.0.1"
},
{
"fixed": "14.10.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2023-29524"
],
"database_specific": {
"cwe_ids": [
"CWE-74"
],
"github_reviewed": true,
"github_reviewed_at": "2023-04-20T22:17:16Z",
"nvd_published_at": "2023-04-19T00:15:09Z",
"severity": "CRITICAL"
},
"details": "### Impact\n\nIt\u0027s possible to execute anything with the right of the Scheduler Application sheet page.\n\nTo reproduce:\n1. As a user without script or programming rights, edit your user profile with the object editor and add a new object of type XWiki.SchedulerJobClass (search for \"Scheduler\")\n1. In \"Job Script\", add the following\n ```{{/code}} {{async async=\"true\" cached=\"false\" context=\"doc.reference\"}}{{groovy}}println(\"Hello \" + \"from groovy!\"){{/groovy} {{/async}}```\n1. Click \"Save \u0026 View\"\n1. If the job information isn\u0027t already displayed (you should see \"Job Name\", \"Job Description\", etc.), append ?sheet=XWiki.SchedulerJobSheet to the URL.\n\n### Patches\n\nThis has been patched in XWiki 14.10.3 and 15.0 RC1.\n\n### Workarounds\n\nWhile the fix in the scheduler itself is easy, it relies on the code macro `source` parameter, which was introduced in 14.10.2 so you have to upgrade to benefit from it.\n\n### References\n\nhttps://jira.xwiki.org/browse/XWIKI-20295\nhttps://jira.xwiki.org/browse/XWIKI-20462\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [Jira XWiki.org](https://jira.xwiki.org/)\n* Email us at [Security Mailing List](mailto:security@xwiki.org)",
"id": "GHSA-fc42-5w56-qw7h",
"modified": "2023-04-20T22:17:16Z",
"published": "2023-04-20T22:17:16Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-fc42-5w56-qw7h"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29524"
},
{
"type": "PACKAGE",
"url": "https://github.com/xwiki/xwiki-platform"
},
{
"type": "WEB",
"url": "https://jira.xwiki.org/browse/XWIKI-20295"
},
{
"type": "WEB",
"url": "https://jira.xwiki.org/browse/XWIKI-20462"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "XWiki Platform vulnerable to code injection from account through XWiki.SchedulerJobSheet"
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.