CVE-2026-27468: Mastodon may allow unconfirmed FASP to make subscriptions
Mastodon is a free, open-source social network server based on ActivityPub. FASP registration requires manual approval by an administrator. In versions 4.4.0 through 4.4.13 and 4.5.0 through 4.5.6, actions performed by a FASP to subscribe to account/content lifecycle events or to backfill content did not check properly whether the FASP was actually approved. This only affects Mastodon servers that have opted in to testing the experimental FASP feature by setting the environment variable EXPERIMENTALFEATURES to a value including fasp. An attacker can make subscriptions and request content backfill without approval by an administrator. Done once, this leads to minor information leak of URIs that are publicly available anyway. But done several times this is a serious vector for DOS, putting pressure on the sidekiq worker responsible for the fasp queue. The fix is included in the 4.4.14 and 4.5.7 releases. Admins that are actively testing the experimental "fasp" feature should update their systems. Servers not using the experimental feature flag fasp are not affected.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2026-27468?
CVE-2026-27468 is considered a medium severity vulnerability.
How do I fix CVE-2026-27468?
To fix CVE-2026-27468, upgrade Mastodon to version 4.4.14 or 4.5.7 or later.
Who is affected by CVE-2026-27468?
CVE-2026-27468 affects users running Mastodon versions 4.4.0 to 4.4.13 and 4.5.0 to 4.5.6.
What type of vulnerability is CVE-2026-27468?
CVE-2026-27468 is categorized as a security issue related to unauthorized actions in the FASP registration process.
Is manual approval necessary for FASP registration in light of CVE-2026-27468?
Yes, FASP registration still requires manual approval by an administrator even with the vulnerability present.