GHSA-8xhr-x3v8-rghj

Suggest an improvement
Source
https://github.com/advisories/GHSA-8xhr-x3v8-rghj
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/08/GHSA-8xhr-x3v8-rghj/GHSA-8xhr-x3v8-rghj.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-8xhr-x3v8-rghj
Aliases
Published
2023-08-23T20:41:30Z
Modified
2023-11-08T04:13:21.862077Z
Severity
  • 9.0 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H CVSS Calculator
Summary
XWiki Platform's Groovy jobs check the wrong author, allowing remote code execution
Details

Impact

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.

For successful exploitation, the needs to have edit right on a document whose content has last been changed by a user with programming right. This could be the user profile for users created by admins. In this document, the attacker can create an object of class XWiki.SchedulerJobClass using the object editor. By setting job class to com.xpn.xwiki.plugin.scheduler.GroovyJob, cron expression to 0 0/5 * * * ? and job script to services.logging.getLogger("foo").error("Job content executed"), the attacker can create a job. Now this job just needs to be triggered or scheduled. This can be achieved by embedding an image with the following XWiki syntax in any document that is visited by an admin: [[image:path:/xwiki/bin/view/Scheduler/?do=trigger&which=Attacker.Document]] where Attacker.Document is the document that has been prepared by the attacker. If the attack is successful, an error log entry with "Job content executed" will be produced.

Patches

This vulnerability has been patched in XWiki 14.10.9 and 15.4RC1.

Workarounds

There is no workaround.

References

  • https://jira.xwiki.org/browse/XWIKI-20852
  • https://github.com/xwiki/xwiki-platform/commit/fcdcfed3fe2e8a3cad66ae0610795a2d58ab9662
Database specific
{
    "nvd_published_at": "2023-08-24T02:15:09Z",
    "cwe_ids": [
        "CWE-284"
    ],
    "severity": "CRITICAL",
    "github_reviewed": true,
    "github_reviewed_at": "2023-08-23T20:41:30Z"
}
References

Affected packages

Maven / org.xwiki.platform:xwiki-platform-scheduler-api

Package

Name
org.xwiki.platform:xwiki-platform-scheduler-api
View open source insights on deps.dev
Purl
pkg:maven/org.xwiki.platform/xwiki-platform-scheduler-api

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
14.10.9

Maven / com.xpn.xwiki.platform.plugins:xwiki-plugin-scheduler

Package

Name
com.xpn.xwiki.platform.plugins:xwiki-plugin-scheduler
View open source insights on deps.dev
Purl
pkg:maven/com.xpn.xwiki.platform.plugins/xwiki-plugin-scheduler

Affected ranges

Type
ECOSYSTEM
Events
Introduced
1.3

Maven / org.xwiki.platform:xwiki-platform-scheduler-api

Package

Name
org.xwiki.platform:xwiki-platform-scheduler-api
View open source insights on deps.dev
Purl
pkg:maven/org.xwiki.platform/xwiki-platform-scheduler-api

Affected ranges

Type
ECOSYSTEM
Events
Introduced
15.0-rc-1
Fixed
15.4-rc-1