Show filters
373 Total Results
Displaying 131-140 of 373
Sort by:
Attacker Value
Unknown

CVE-2021-31551

Disclosure Date: April 22, 2021 (last updated February 22, 2025)
An issue was discovered in the PageForms extension for MediaWiki through 1.35.2. Crafted payloads for Token-related query parameters allowed for XSS on certain PageForms-managed MediaWiki pages.
Attacker Value
Unknown

CVE-2021-31550

Disclosure Date: April 22, 2021 (last updated February 22, 2025)
An issue was discovered in the CommentBox extension for MediaWiki through 1.35.2. Via crafted configuration variables, a malicious actor could introduce XSS payloads into various layers.
Attacker Value
Unknown

CVE-2021-31545

Disclosure Date: April 22, 2021 (last updated February 22, 2025)
An issue was discovered in the AbuseFilter extension for MediaWiki through 1.35.2. The page_recent_contributors leaked the existence of certain deleted MediaWiki usernames, related to rev_deleted.
Attacker Value
Unknown

CVE-2021-31546

Disclosure Date: April 22, 2021 (last updated February 22, 2025)
An issue was discovered in the AbuseFilter extension for MediaWiki through 1.35.2. It incorrectly logged sensitive suppression deletions, which should not have been visible to users with access to view AbuseFilter log data.
Attacker Value
Unknown

CVE-2021-31554

Disclosure Date: April 22, 2021 (last updated February 22, 2025)
An issue was discovered in the AbuseFilter extension for MediaWiki through 1.35.2. It improperly handled account blocks for certain automatically created MediaWiki user accounts, thus allowing nefarious users to remain unblocked.
Attacker Value
Unknown

CVE-2021-30159

Disclosure Date: April 09, 2021 (last updated November 08, 2023)
An issue was discovered in MediaWiki before 1.31.12 and 1.32.x through 1.35.x before 1.35.2. Users can bypass intended restrictions on deleting pages in certain "fast double move" situations. MovePage::isValidMoveTarget() uses FOR UPDATE, but it's only called if Title::getArticleID() returns non-zero with no special flags. Next, MovePage::moveToInternal() will delete the page if getArticleID(READ_LATEST) is non-zero. Therefore, if the page is missing in the replica DB, isValidMove() will return true, and then moveToInternal() will unconditionally delete the page if it can be found in the master.
Attacker Value
Unknown

CVE-2021-30156

Disclosure Date: April 09, 2021 (last updated February 22, 2025)
An issue was discovered in MediaWiki before 1.31.12 and 1.32.x through 1.35.x before 1.35.2. Special:Contributions can leak that a "hidden" user exists.
Attacker Value
Unknown

CVE-2021-30152

Disclosure Date: April 09, 2021 (last updated February 22, 2025)
An issue was discovered in MediaWiki before 1.31.13 and 1.32.x through 1.35.x before 1.35.2. When using the MediaWiki API to "protect" a page, a user is currently able to protect to a higher level than they currently have permissions for.
Attacker Value
Unknown

CVE-2021-30155

Disclosure Date: April 09, 2021 (last updated February 22, 2025)
An issue was discovered in MediaWiki before 1.31.12 and 1.32.x through 1.35.x before 1.35.2. ContentModelChange does not check if a user has correct permissions to create and set the content model of a nonexistent page.
Attacker Value
Unknown

CVE-2021-30157

Disclosure Date: April 06, 2021 (last updated February 22, 2025)
An issue was discovered in MediaWiki before 1.31.12 and 1.32.x through 1.35.x before 1.35.2. On ChangesList special pages such as Special:RecentChanges and Special:Watchlist, some of the rcfilters-filter-* label messages are output in HTML unescaped, leading to XSS.