Security Advisory

CVE-2021-30159

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2021-04-09 06:12:55
Last updated 2024-08-03 22:24:59
Assigner mitre
CVSS score not scored
State PUBLISHED

Description

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.