Description
Mastodon is a free, open-source social network server based on ActivityPub. From 4.3.0 until 4.5.11 and 4.4.18, Mastodon has a feature to let websites credit authors of their articles. To prevent false attribution claims, Mastodon uses the attributionDomains JSON-LD term, however, an error in how it is defined makes Linked Data Signatures on the toot:attributionDomains property ineffective. An attacker can arbitrarily modify the attributionDomains value of a legitimately signed Update activity and bypass Mastodon’s signature verification. This vulnerability is fixed in 4.5.11 and 4.4.18.
Published: 2026-06-24
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in Mastodon's handling of the attributionDomains JSON‑LD term used to credit authors in linked data signatures. An error in this definition causes the signature verification on the toot:attributionDomains property to fail, allowing an attacker to modify the attributionDomains value of a legitimately signed Update activity. As a result, malicious actors can forge author attribution, causing content to be misattributed to any domain they choose. This attack undermines authenticity and can be used for misinformation or impersonation of legitimate authors.

Affected Systems

The issue affects all Mastodon server releases from version 4.3.0 through the unreleased patch up to version 4.5.10 and all older releases prior to the fixed revisions 4.5.11 and 4.4.18. The vulnerability is resolved in the 4.5.11 and 4.4.18 releases.

Risk and Exploitability

The CVSS score of 5.3 places this vulnerability in the moderate severity range. The EPSS score is not available, and it is not listed in the CISA KEV catalog. An attacker would need to craft a signed Update activity – likely through the official API or a custom client – and supply a false attributionDomains value. The attack can be carried out remotely by an authenticated user with the ability to publish updates, and the impact is limited to the misattribution of content rather than arbitrary code execution or system compromise.

Generated by OpenCVE AI on June 24, 2026 at 21:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Mastodon instance to version 4.5.11 or later, or to 4.4.18 if using that branch, to apply the fix that restores proper signature verification.
  • Ensure that all clients and integrations use the latest Mastodon library that honors the updated attributionDomains validation logic, and configure them to reject any signed Update activities with altered domains.
  • Monitor the activity logs for unexpected changes to attribution information, and regularly review server configuration to confirm that only trusted domains are accepted in author attribution schemes.

Generated by OpenCVE AI on June 24, 2026 at 21:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 24 Jun 2026 20:30:00 +0000

Type Values Removed Values Added
Description Mastodon is a free, open-source social network server based on ActivityPub. From 4.3.0 until 4.5.11 and 4.4.18, Mastodon has a feature to let websites credit authors of their articles. To prevent false attribution claims, Mastodon uses the attributionDomains JSON-LD term, however, an error in how it is defined makes Linked Data Signatures on the toot:attributionDomains property ineffective. An attacker can arbitrarily modify the attributionDomains value of a legitimately signed Update activity and bypass Mastodon’s signature verification. This vulnerability is fixed in 4.5.11 and 4.4.18.
Title Mastodon: Spoofing of attribution domains
Weaknesses CWE-354
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-24T19:48:52.942Z

Reserved: 2026-06-03T18:49:32.275Z

Link: CVE-2026-50128

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T21:45:15Z

Weaknesses
  • CWE-354

    Improper Validation of Integrity Check Value