Wikimedia AbuseFilter Flaw CVE-2026-34086 Lets Editors Bypass
CVE-2026-34086 in Wikimedia Foundation's AbuseFilter extension allows editors to bypass configured restrictions; affects versions before 1.43.7, 1.44.4, and 1.45.2.

Executive Summary
A vulnerability in the Wikimedia Foundation's AbuseFilter extension, tracked as CVE-2026-34086, allows users to bypass configured edit restrictions on MediaWiki installations. The flaw affects AbuseFilter versions prior to 1.43.7, 1.44.4, and 1.45.2. According to the project's Phabricator tracker (T415584), the issue was discovered internally and has been patched in the latest releases. No CVSS score or public exploit code has been published as of this writing, but the bug undermines a core anti-abuse control used across Wikipedia and other Wikimedia wikis.
Technical Analysis
AbuseFilter is a MediaWiki extension that allows administrators to create custom rules — written in a domain-specific language called "filter conditions" — that automatically detect and block undesirable edits, such as vandalism, spam, or targeted harassment. The filter evaluates each edit against a set of conditions (e.g., regex patterns on page content, user groups, edit frequency) and can take actions including warning the user, tagging the edit, or preventing the save entirely.
CVE-2026-34086 is a logic flaw in how AbuseFilter processes certain filter actions. The Phabricator entry (T415584) describes the issue as allowing a user to "bypass the restrictions imposed by AbuseFilter," though the exact mechanism has not been publicly detailed. The vulnerability was introduced in an unspecified version and affects all installations running AbuseFilter before the following patched releases:
- 1.43.7 (for the 1.43 LTS branch)
- 1.44.4 (for the 1.44 stable branch)
- 1.45.2 (for the 1.45 development branch)
The fix was committed to the MediaWiki Git repository and backported to the affected branches. The Wikimedia Foundation has not disclosed whether the flaw was reported by an external researcher or discovered during internal code review. No evidence of in-the-wild exploitation has been published.
Because AbuseFilter is a critical moderation tool on high-traffic wikis — Wikipedia alone processes tens of millions of edits per month — a bypass of this nature could enable persistent vandalism, spam campaigns, or targeted harassment that administrators rely on the filter to block. The impact is limited to wikis that use AbuseFilter; installations without the extension are unaffected.
Mitigations & Recommendations
Administrators of MediaWiki installations using AbuseFilter should upgrade to the patched versions immediately:
- For the 1.43 LTS branch: upgrade to 1.43.7 or later.
- For the 1.44 stable branch: upgrade to 1.44.4 or later.
- For the 1.45 development branch: upgrade to 1.45.2 or later.
Users of the Wikimedia Foundation's hosted wikis (Wikipedia, Wikimedia Commons, Wikidata, etc.) do not need to take action — the foundation has already applied the patch to its production infrastructure. For self-hosted MediaWiki instances, administrators should verify their AbuseFilter version by checking the extension's version string in the wiki's Special:Version page or via the MediaWiki installation directory.
If an immediate upgrade is not feasible, administrators can temporarily disable AbuseFilter by removing the extension from LocalSettings.php (wfLoadExtension( 'AbuseFilter' );) until the upgrade can be performed. However, this removes all filter-based protections, so it should only be done as a last resort and with compensating controls in place (e.g., tighter user registration requirements, CAPTCHA, or manual review of edits).
Defenders should monitor their wiki's recent changes and abuse logs for patterns that suggest filter bypass attempts — such as edits that should have been blocked but were allowed through, or unusual spikes in edits from newly registered users. No specific indicators of compromise have been published for this vulnerability.
Stay Updated
Get the latest cybersecurity news delivered to your inbox.
