Bug 1903774 (CVE-2020-25814) - CVE-2020-25814 mediawiki: XSS via javascript:payload
Summary: CVE-2020-25814 mediawiki: XSS via javascript:payload
Keywords:
Status: CLOSED WONTFIX
Alias: CVE-2020-25814
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1903775 1905140
Blocks: 1903781
TreeView+ depends on / blocked
 
Reported: 2020-12-02 18:35 UTC by Dhananjay Arunesh
Modified: 2021-10-28 08:36 UTC (History)
11 users (show)

Fixed In Version: mediawiki-1.34.4, mediawiki-1.31.10
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-10-28 08:36:06 UTC
Embargoed:


Attachments (Terms of Use)

Description Dhananjay Arunesh 2020-12-02 18:35:30 UTC
In MediaWiki before 1.31.10 and 1.32.x through 1.34.x before 1.34.4, XSS related to jQuery can occur. The attacker creates a message with [javascript:payload xss] and turns it into a jQuery object with mw.message().parse(). The expected result is that the jQuery object does not contain an <a> tag (or it does not have a href attribute, or it's empty, etc.). The actual result is that the object contains an <a href ="javascript... that executes when clicked.

References:
https://lists.wikimedia.org/pipermail/mediawiki-l/2020-September/048480.html
https://lists.wikimedia.org/pipermail/mediawiki-l/2020-September/048488.html
https://www.mediawiki.org/wiki/ResourceLoader/Core_modules#mediawiki.jqueryMsg

Comment 1 Dhananjay Arunesh 2020-12-02 18:35:52 UTC
Created mediawiki tracking bugs for this issue:

Affects: fedora-all [bug 1903775]

Comment 2 Przemyslaw Roguski 2020-12-07 16:32:42 UTC
Upstream commit:
https://gerrit.wikimedia.org/r/c/mediawiki/core/+/629730

Comment 3 Przemyslaw Roguski 2020-12-07 16:32:44 UTC
Statement:

The mediawiki package was removed from OpenShift Container Platform in version 4.3.

Comment 4 Przemyslaw Roguski 2020-12-07 16:32:47 UTC
External References:

https://phabricator.wikimedia.org/T86738


Note You need to log in before you can comment on or make changes to this bug.