CVE-2019-12466: Wikimedia MediaWiki allows CSRF
8.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.38194%
CWE
Published
5/24/2022
Updated
5/15/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
mediawiki/core | composer | >= 1.27.0, < 1.27.6 | 1.27.6 |
mediawiki/core | composer | >= 1.30.0, < 1.30.2 | 1.30.2 |
mediawiki/core | composer | >= 1.31.0, < 1.31.2 | 1.31.2 |
mediawiki/core | composer | >= 1.32.0, < 1.32.2 | 1.32.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stemmed from missing CSRF protections in logout endpoints. Phabricator task T25227 explicitly shows the fix added token validation to both Special:UserLogout and API logout. The special page's execute method and API module's execute method were vulnerable entry points that processed logout requests without token checks prior to the security patches.