CVE-2021-30159 PUBLISHED

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.

EPSS 0.87% · 75.0th percentile

Risk Scores

EPSS Score
0.87%
75.0th percentile

Affected Products

VendorProductVersions
Ubuntu:25.10mediawiki*, 1:1.43.3+dfsg-1, 1:1.43.1+dfsg-2
Ubuntu:20.04:LTSmediawiki1:1.31.5-3ubuntu1, 1:1.31.6-1, 1:1.31.7-1
Ubuntu:22.04:LTSmediawiki1:1.35.5-1ubuntu1, 1:1.35.5-1ubuntu3, 1:1.35.6-1
Ubuntu:24.04:LTSmediawiki1:1.39.7-1, 0, 1:1.39.4-2

Timeline

References

Open in Interactive Console →