Description
Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Wikimedia Foundation MediaWiki.

This vulnerability is associated with program files includes/Api/ApiQueryAllUsers.Php, includes/Api/ApiQueryUsers.Php, includes/Permissions/PermissionManager.Php, includes/User/UserGroupManager.Php.
Published: 2026-07-01
Score: 2.1 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

MediaWiki’s users API reveals whether privileged accounts have their group memberships disabled because two‑factor authentication is missing, exposing a configuration detail that was not intended for public view. The flaw is an information‑disclosure vulnerability (CWE‑200) that allows an unauthenticated or lightly privileged actor to learn about the site’s security stance, but does not provide any code execution or service disruption capability.

Affected Systems

The issue affects any installation of MediaWiki provided by the Wikimedia Foundation that exposes the ApiQueryAllUsers and ApiQueryUsers endpoints to the public. The vulnerable files are includes/Api/ApiQueryAllUsers.php, includes/Api/ApiQueryUsers.php, includes/Permissions/PermissionManager.php, and includes/User/User containing these files should be evaluated.

Risk and Exploitability

The attack vector is most likely the publicly reachable MediaWiki users API, requiring only basic network access to the site. The CVSS score of 2.1 reflects a low severity with limited impact, and the EPSS score of less than 1% indicates a very low probability of exploitation. The vulnerability is not listed in CISA’s KEV catalog, further suggesting a minimal exploitation risk under current conditions.

Generated by OpenCVE AI on July 21, 2026 at 14:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict the users API so that calls to ApiQueryAllUsers and ApiQueryUsers require authentication and are restricted to authorized administrators.
  • Modify the API handler logic to omit the "disabled" status field from responses when the requester lacks sufficient privileges.
  • Ensure all privileged user accounts have two‑factor authentication enabled to reduce the value of the disclosed information.

Generated by OpenCVE AI on July 21, 2026 at 14:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 02 Jul 2026 00:00:00 +0000

Type Values Removed Values Added
First Time appeared Wikimedia
Wikimedia mediawiki
Vendors & Products Wikimedia
Wikimedia mediawiki

Wed, 01 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 01 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Wikimedia Foundation MediaWiki. This vulnerability is associated with program files includes/Api/ApiQueryAllUsers.Php, includes/Api/ApiQueryUsers.Php, includes/Permissions/PermissionManager.Php, includes/User/UserGroupManager.Php.
Title Users API leaks whether privileged users have their user groups disabled for lack of 2FA
Weaknesses CWE-200
References
Metrics cvssV4_0

{'score': 2.1, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:P/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Wikimedia Mediawiki
cve-icon MITRE

Status: PUBLISHED

Assigner: wikimedia-foundation

Published:

Updated: 2026-07-01T15:47:29.719Z

Reserved: 2026-06-27T13:32:41.613Z

Link: CVE-2026-58036

cve-icon Vulnrichment

Updated: 2026-07-01T15:47:25.782Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T14:30:08Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor