Show filters
373 Total Results
Displaying 151-160 of 373
Sort by:
Attacker Value
Unknown

CVE-2020-35478

Disclosure Date: December 18, 2020 (last updated February 22, 2025)
MediaWiki before 1.35.1 allows XSS via BlockLogFormatter.php. MediaWiki:blanknamespace potentially can be output as raw HTML with SCRIPT tags via LogFormatter::makePageLink(). This affects MediaWiki 1.33.0 and later.
Attacker Value
Unknown

CVE-2020-35474

Disclosure Date: December 18, 2020 (last updated February 22, 2025)
In MediaWiki before 1.35.1, the combination of Html::rawElement and Message::text leads to XSS because the definition of MediaWiki:recentchanges-legend-watchlistexpiry can be changed onwiki so that the output is raw HTML.
Attacker Value
Unknown

CVE-2020-35480

Disclosure Date: December 18, 2020 (last updated February 22, 2025)
An issue was discovered in MediaWiki before 1.35.1. Missing users (accounts that don't exist) and hidden users (accounts that have been explicitly hidden due to being abusive, or similar) that the viewer cannot see are handled differently, exposing sensitive information about the hidden status to unprivileged viewers. This exists on various code paths.
Attacker Value
Unknown

CVE-2020-35477

Disclosure Date: December 18, 2020 (last updated February 22, 2025)
MediaWiki before 1.35.1 blocks legitimate attempts to hide log entries in some situations. If one sets MediaWiki:Mainpage to Special:MyLanguage/Main Page, visits a log entry on Special:Log, and toggles the "Change visibility of selected log entries" checkbox (or a tags checkbox) next to it, there is a redirection to the main page's action=historysubmit (instead of the desired behavior in which a revision-deletion form appears).
Attacker Value
Unknown

CVE-2020-35479

Disclosure Date: December 18, 2020 (last updated February 22, 2025)
MediaWiki before 1.35.1 allows XSS via BlockLogFormatter.php. Language::translateBlockExpiry itself does not escape in all code paths. For example, the return of Language::userTimeAndDate is is always unsafe for HTML in a month value. This affects MediaWiki 1.12.0 and later.
Attacker Value
Unknown

CVE-2020-29002

Disclosure Date: November 24, 2020 (last updated February 22, 2025)
includes/CologneBlueTemplate.php in the CologneBlue skin for MediaWiki through 1.35 allows XSS via a qbfind message supplied by an administrator.
Attacker Value
Unknown

CVE-2020-29003

Disclosure Date: November 24, 2020 (last updated February 22, 2025)
The PollNY extension for MediaWiki through 1.35 allows XSS via an answer option for a poll question, entered during Special:CreatePoll or Special:UpdatePoll.
Attacker Value
Unknown

CVE-2020-27957

Disclosure Date: October 28, 2020 (last updated February 22, 2025)
The RandomGameUnit extension for MediaWiki through 1.35 was not properly escaping various title-related data. When certain varieties of games were created within MediaWiki, their names or titles could be manipulated to generate stored XSS within the RandomGameUnit extension.
Attacker Value
Unknown

CVE-2020-25814

Disclosure Date: September 27, 2020 (last updated February 22, 2025)
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.
Attacker Value
Unknown

CVE-2020-25815

Disclosure Date: September 27, 2020 (last updated February 22, 2025)
An issue was discovered in MediaWiki 1.32.x through 1.34.x before 1.34.4. LogEventList::getFiltersDesc is insecurely using message text to build options names for an HTML multi-select field. The relevant code should use escaped() instead of text().