XSS in MediaWiki

CVE-2020-25814

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.

Vulnerability class: XSS (Cross-Site Scripting)

EPSS: 0.014 (68.8th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 6.1 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2020-25814?
CVE-2020-25814 is a medium-severity vulnerability in MediaWiki, classified under Cross-site Scripting. CVSS score: 6.1/10. Published 2020-09-27.
How severe is CVE-2020-25814?
Medium severity. CVSS v3 base score is 6.1 out of 10.