Show filters
90 Total Results
Displaying 31-40 of 90
Sort by:
Attacker Value
Unknown

CVE-2022-28203

Disclosure Date: September 19, 2022 (last updated November 29, 2024)
A denial-of-service issue was discovered in MediaWiki before 1.35.6, 1.36.x before 1.36.4, and 1.37.x before 1.37.2. When many files exist, requesting Special:NewFiles with actor as a condition can result in a very long running query.
Attacker Value
Unknown

CVE-2022-28202

Disclosure Date: March 30, 2022 (last updated February 23, 2025)
An XSS issue was discovered in MediaWiki before 1.35.6, 1.36.x before 1.36.4, and 1.37.x before 1.37.2. The widthheight, widthheightpage, and nbytes properties of messages are not escaped when used in galleries or Special:RevisionDelete.
Attacker Value
Unknown

CVE-2021-35197

Disclosure Date: July 02, 2021 (last updated February 22, 2025)
In MediaWiki before 1.31.15, 1.32.x through 1.35.x before 1.35.3, and 1.36.x before 1.36.1, bots have certain unintended API access. When a bot account has a "sitewide block" applied, it is able to still "purge" pages through the MediaWiki Action API (which a "sitewide block" should have prevented).
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-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.
Attacker Value
Unknown

CVE-2021-30154

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 Special:NewFiles, all the mediastatistics-header-* messages are output in HTML unescaped, leading to XSS.
Attacker Value
Unknown

CVE-2021-30158

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. Blocked users are unable to use Special:ResetTokens. This has security relevance because a blocked user might have accidentally shared a token, or might know that a token has been compromised, and yet is not able to block any potential future use of the token by an unauthorized party.
Attacker Value
Unknown

CVE-2020-35475

Disclosure Date: December 18, 2020 (last updated February 22, 2025)
In MediaWiki before 1.35.1, the messages userrights-expiry-current and userrights-expiry-none can contain raw HTML. XSS can happen when a user visits Special:UserRights but does not have rights to change all userrights, and the table on the left side has unchangeable groups in it. (The right column with the changeable groups is not affected and is escaped correctly.)