CVE-2026-47777

HIGH

Mastodon has a consent-check bypass in its remote Collections

Title source: cna
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-47777. PoCs published by bekwiner.

AI-analyzed exploit summary This repository provides a detailed technical analysis of CVE-2026-47777, an authorization bypass vulnerability in Mastodon's Featured Collections federation pipeline. The writeup explains the root cause (missing identity binding in `ActivityPub::VerifyFeaturedItemService`), impact, and patch, but does not include exploit code.

Description

Mastodon is a free, open-source social network server based on ActivityPub. In versions there is a missing condition in the check if remote accounts consented to be featured in a remote Collection could lead to attackers bypassing the check and faking consent. An attacker could forge the FeatureAuthorization object that is used to verify consent to be featured in a Collection and thus make it appear as if an account is allowed to be in a Collection when it actually is not. While the FeatureAuthorization must reside on the same domain as the object it is for, a check is missing to make sure said object is actually the same as in the Collection item. This allows an attacker to forge the authorization. Mastodon servers are affected only if running the main branch or nightly builds who have opted into testing the experimental "Collections" feature by setting the environment variable EXPERIMENTAL_FEATURES to a value including collections. This has been patched in version 4.6.0-beta.1.

Exploits (1)

github WRITEUP 1 stars
by bekwiner · poc
https://github.com/bekwiner/cve-2026-47777

This repository provides a detailed technical analysis of CVE-2026-47777, an authorization bypass vulnerability in Mastodon's Featured Collections federation pipeline. The writeup explains the root cause (missing identity binding in `ActivityPub::VerifyFeaturedItemService`), impact, and patch, but does not include exploit code.

Classification
Writeup 98%
Attack Type
Auth Bypass
Complexity
Moderate
Reliability
Reliable
Target: Mastodon (versions prior to 4.6.0-beta.1)
No auth needed
Prerequisites: Attacker-controlled federated Mastodon instance · Ability to forge `FeatureAuthorization` documents
mistral-large-3 · analyzed Jul 17, 2026 Full analysis →

Scores

CVSS v3 7.5
EPSS 0.0017
EPSS Percentile 6.4%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact partial

Details

CWE
CWE-345 CWE-863
Status published
Products (1)
mastodon/mastodon >= nightly.2026-03-10, < 4.6.0-beta.1
Published Jun 15, 2026
Tracked Since Jun 15, 2026