CVE-2026-58033: MediaWiki Information Disclosure Vulnerability – Patch Now
MediaWiki contains a vulnerability that can expose sensitive information to unauthorized users. The issue exists in the InfoAction component and requires user interaction to trigger. An attacker cannot exploit this remotely without the target user taking an action (such as clicking a link), but once triggered, the vulnerability can leak confidential data that should remain protected.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
- Weaknesses (CWE)
- CWE-200
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-07-01 / 2026-07-09
NVD description (verbatim)
Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Wikimedia Foundation MediaWiki. This vulnerability is associated with program files includes/Actions/InfoAction.Php. This issue affects MediaWiki: from * before 1.46.0, 1.45.4, 1.44.6, 1.43.9.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-58033 is an information disclosure vulnerability (CWE-200) in MediaWiki's InfoAction.php file. The flaw allows unauthenticated attackers to access sensitive information through a network vector with low attack complexity and no privilege requirements. Exploitation requires user interaction (UI:R), suggesting the attack relies on social engineering or malicious link delivery. The vulnerability affects multiple supported versions of MediaWiki across the 1.43, 1.44, 1.45, and 1.46 release lines, with patched versions available at 1.43.9, 1.44.6, 1.45.4, and 1.46.0 or later.
Business impact
For organizations running public or internally-hosted MediaWiki instances, this vulnerability poses a moderate risk to data confidentiality. Attackers can craft social engineering campaigns to trick users into clicking malicious links, potentially exposing wiki content, user metadata, or other sensitive information. The lack of an active exploitation detection (not on KEV list as of publication) suggests exploitation may be limited in the wild, but the attack surface remains broad given MediaWiki's prevalence in enterprise knowledge management and open-source collaboration platforms.
Affected systems
All versions of MediaWiki prior to 1.46.0 are affected, including legacy branches: 1.43.x (before 1.43.9), 1.44.x (before 1.44.6), 1.45.x (before 1.45.4), and any earlier 1.x version not receiving security updates. MediaWiki deployments on any of these versions should be considered at risk if they expose the InfoAction component to untrusted users.
Exploitability
Exploitation requires network access and user interaction, reducing the attack surface significantly compared to unauthenticated remote code execution flaws. An attacker must craft a URI or embed a link in a message, forum post, or email that causes a target user to visit a specially crafted MediaWiki information page. Once the user follows the link, the sensitive data exposure occurs without additional user awareness or consent. The CVSS score of 6.5 reflects this moderate risk: high impact on confidentiality but mitigated by interaction and network-only scope.
Remediation
Upgrade MediaWiki to a patched version immediately. Version selection depends on your current deployment: upgrade to 1.43.9 or later for the 1.43 series, 1.44.6 or later for 1.44, 1.45.4 or later for 1.45, or 1.46.0 or later for 1.46 and beyond. Test patches in a non-production environment before rollout to ensure compatibility with installed extensions and customizations. If immediate patching is not feasible, implement access controls to restrict who can trigger InfoAction queries and monitor for unusual information disclosure patterns in access logs.
Patch guidance
Wikimedia Foundation has released security updates for all affected branches. Determine your current MediaWiki version and apply the minimum patched version for your branch: 1.43.9, 1.44.6, 1.45.4, or 1.46.0+. Patches should be available via the official MediaWiki security download page or your package manager. After patching, clear any browser caches and verify that the InfoAction component functions correctly for legitimate use cases. Review any extensions that hook into InfoAction to ensure they do not reintroduce the vulnerability.
Detection guidance
Monitor web server logs for suspicious or repeated requests to pages or actions matching the InfoAction pattern (typically URLs containing 'action=info' or similar). Unusual referrer patterns, requests from external domains, or click-through rates on InfoAction links from unexpected sources may indicate exploitation attempts. Implement Web Application Firewall (WAF) rules to flag or rate-limit repeated or malformed requests to the InfoAction component. Review MediaWiki debug logs for any CacheKey or permission-related warnings that may correlate with the vulnerability trigger.
Why prioritize this
Although the CVSS score is moderate (6.5) and the vulnerability is not yet actively exploited in the wild (not on KEV), the attack surface is broad and the fix is straightforward. Organizations using MediaWiki should prioritize this patch in their regular security update cycle, aiming for deployment within 30 days of release. Given the low attack complexity and the ubiquity of MediaWiki in knowledge management, early patching reduces opportunistic exploitation risk.
Risk score, explained
The CVSS v3.1 score of 6.5 (MEDIUM) reflects high confidentiality impact (C:H) with no impact on integrity or availability. The network vector and lack of privilege requirements lower the barrier to entry. However, the requirement for user interaction (UI:R) prevents this from being a critical worm vector. Organizations with high-sensitivity wiki content or strict data-handling policies may rate this internally as HIGH and prioritize more aggressively.
Frequently asked questions
Can this vulnerability be exploited without user interaction?
No. The vulnerability requires a user to follow a malicious link or visit a crafted InfoAction URL. Automated mass exploitation is not feasible. However, targeted social engineering attacks (phishing emails with wiki links) are realistic.
Does this vulnerability allow code execution or account takeover?
No. This is strictly an information disclosure vulnerability. It does not permit an attacker to modify data, execute code, or escalate privileges. The attacker gains read access to sensitive information only.
Which MediaWiki versions are safe?
MediaWiki 1.43.9, 1.44.6, 1.45.4, 1.46.0, and all later releases are safe. Verify your version with 'php maintenance/version.php' or check Special:Version on your wiki. If you are running an unsupported branch (e.g., 1.35 or earlier), you must upgrade to a supported version.
How should I test the patch before production deployment?
Deploy the patched version to a staging server with a copy of your production database and extensions. Verify that wiki functionality remains intact, InfoAction queries complete successfully, and no error logs appear. Have users test reading and editing pages normally, then deploy to production.
This intelligence is provided for informational purposes and is based on published vendor advisories and CVE records as of the stated modification date. Security vulnerabilities evolve; verify all version numbers, patch status, and compatibility with your specific deployment against official Wikimedia Foundation security advisories before implementing changes. SEC.co does not provide exploit code or weaponized proof-of-concept details. No guarantee is made regarding the completeness or continued accuracy of this information. Organizations are responsible for conducting their own risk assessments and testing before applying patches to production systems. Source: NVD (public-domain), retrieved 2026-08-10. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-58024MEDIUMMediaWiki User Rights API Information Disclosure Vulnerability
- CVE-2026-58026MEDIUMMediaWiki Sensitive Information Disclosure in Parser (CVSS 5.7)
- CVE-2026-58027MEDIUMWikimedia AbuseFilter Information Disclosure Vulnerability
- CVE-2026-58036HIGHMediaWiki User Information Disclosure via Unauth API Access
- CVE-2026-10254MEDIUMUnauthenticated Information Disclosure in SourceCodester Pet Grooming Software
- CVE-2026-10854MEDIUMMISP Galaxy Visibility Control Bypass – Unauthorized Private Metadata Access
- CVE-2026-10864MEDIUMMISP Dashboard Widget Field Filtering Bypass (Medium)
- CVE-2026-11162MEDIUMChrome CSS Cross-Origin Data Leak Vulnerability