Description
Mastodon is a free, open-source social network server based on ActivityPub. From 4.6.0-beta.1 until 4.6.4 and 4.7.0-beta.1, any logged-in local user could use the show action in app/controllers/admin/collections_controller.rb to access personally identifying information about another local user in a collection because the controller used the general collection policy instead of the admin collection policy namespace. The exposed data included the other user's current email address and last-used IP address. This issue is fixed in versions 4.6.4 and 4.7.0-beta.1.
Published: 2026-08-10
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability involves an improper access control check within Mastodon's administrative collections endpoint. Logged-in local users could use the show action in the collections controller to obtain personal data about another local user, including their current email address and most recently used IP address. The weakness is a classic information disclosure flaw, listed as CWE‑200, and its impact is the unauthorized exposure of sensitive personal data, compromising user privacy and potentially enabling further malicious activity.

Affected Systems

Mastodon servers running versions 4.6.0‑beta.1 through 4.6.4 and 4.7.0‑beta.1 are affected. The issue is resolved in 4.6.4 and 4.7.0‑beta.1, so any instance using an earlier version or those versions before the patch deployment is vulnerable.

Risk and Exploitability

The CVSS score of 7.5 places the flaw in the high severity range. No EPSS data is available, so the likelihood of exploitation cannot be quantified, but information disclosure vulnerabilities are commonly targeted. The flaw is not listed in CISA's KEV catalog. An attacker would need to be a logged-in local user with any account, and then send a request to the vulnerable show action to retrieve the exposed data; no elevated privileges or external access are required beyond normal user authentication.

Generated by OpenCVE AI on August 10, 2026 at 22:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official patch by upgrading to Mastodon 4.6.4 or later, which replaces the collection policy with the correct admin policy.
  • Reconfigure administrative access controls so that only true admin users can invoke the collections endpoint, ensuring the proper policy is used.
  • Enable detailed logging for administrative endpoints and periodically review logs for anomalous access patterns to detect any misuse.

Generated by OpenCVE AI on August 10, 2026 at 22:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Description Mastodon is a free, open-source social network server based on ActivityPub. From 4.6.0-beta.1 until 4.6.4 and 4.7.0-beta.1, any logged-in local user could use the show action in app/controllers/admin/collections_controller.rb to access personally identifying information about another local user in a collection because the controller used the general collection policy instead of the admin collection policy namespace. The exposed data included the other user's current email address and last-used IP address. This issue is fixed in versions 4.6.4 and 4.7.0-beta.1.
Title Mastodon: Personally-identifying information disclosure due to incorrect access control validation
Weaknesses CWE-200
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-10T21:16:19.820Z

Reserved: 2026-08-10T17:57:26.143Z

Link: CVE-2026-72915

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T23:00:07Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor