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

This vulnerability is associated with program files includes/Api/ApiUserrights.Php.



This issue affects MediaWiki: from * before 1.46.0, 1.45.4, 1.44.6, 1.43.9.
Published: 2026-07-01
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw allows an unauthenticated requester to retrieve the identities and permission levels of all users in a private MediaWiki instance. This information disclosure aligns with CWE‑200 and could be leveraged for targeted social‑engineering attacks or insider‑threat investigations. With a CVSS core of 5.1, the impact is considered moderate and primarily affects confidentiality.

Affected Systems

The vulnerability exists in every MediaWiki release earlier than 1.46.0 from the Wikimedia Foundation—including the specific patched releases 1.45.4, 1.44.6, and 1.43.9—that lacks the fix. Private wikis whose API endpoint is reachable by external actors are affected. The faulty code resides in includes/Api/ApiUserrights.php and is triggered by the 'userrights' API action.

Risk and Exploitability

Attackers can simply issue an unauthenticated HTTP GET request to /api.php with the userrights parameter; no credentials are required. The EPSS score of <1% suggests a low exploitation probability, and the flaw is not listed in the CISA KEV catalog. Nevertheless, disclosure of user roles in a private environment creates a confidentiality risk that can aid in phishing or collaborative attacks, so timely remediation is advised.

Generated by OpenCVE AI on August 3, 2026 at 06:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to MediaWiki 1.46.0 or later, which removes the exposed user rights endpoint for unauthenticated requests.
  • Restrict access to the API by requiring authentication or by IP whitelisting so that only trusted hosts or users can query user rights.
  • Configure LocalSettings.php to enforce strict permission checks on the 'action=userrights' endpoint and consider disabling it for public users.

Generated by OpenCVE AI on August 3, 2026 at 06:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6380-1 mediawiki security update
References
History

Wed, 01 Jul 2026 23:45: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/ApiUserrights.Php. This issue affects MediaWiki: from * before 1.46.0, 1.45.4, 1.44.6, 1.43.9.
Title API identification of users on private wikis
Weaknesses CWE-200
References
Metrics cvssV4_0

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


Subscriptions

Mediawiki Mediawiki
Wikimedia Mediawiki
cve-icon MITRE

Status: PUBLISHED

Assigner: wikimedia-foundation

Published:

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

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

Link: CVE-2026-58024

cve-icon Vulnrichment

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

cve-icon NVD

Status : Analyzed

Published: 2026-07-01T16:16:49.583

Modified: 2026-07-09T16:15:50.727

Link: CVE-2026-58024

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T06:15:04Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor