The MediaWiki "Report" extension has a Cross-Site Request Forgery (CSRF) vulnerability. Before fixed version, there was no protection against CSRF checks on Special:Report, so requests to report a revision could be forged. The problem has been fixed in commit f828dc6 by making use of MediaWiki edit tokens.
The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.
Link | Tags |
---|---|
https://github.com/Kenny2github/Report/security/advisories/GHSA-9f3w-c334-jm2h | third party advisory patch |
https://github.com/Kenny2github/Report/commit/f828dc6f73cdfaea5639edbf8ac7b326eeefb117 | third party advisory patch |
https://www.oracle.com//security-alerts/cpujul2021.html | third party advisory |
https://www.oracle.com/security-alerts/cpuapr2022.html | third party advisory |