Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Community moderator authentication required (PR:H); network-reachable via federation (AV:N); impact is solely limited integrity of post featuring state with no confidentiality or availability effect.
Primary rating from Vendor (github).
CVSS VectorVendor: github
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
3DescriptionCVE.org
Lemmy is a link aggregator and forum for the fediverse. From 0.19.18 until 0.19.19 and 1.0.0-alpha.20, a community moderator can feature or unfeature posts in other communities through federated CollectionAdd and CollectionRemove activities using CollectionType::Featured. After verify_mod_action authorizes the actor against self.community(), the receive handlers in crates/apub/activities/src/community/collection_add.rs and crates/apub/activities/src/community/collection_remove.rs dereference self.object as an ApubPost and update featured_community without verifying that post.community_id equals community.id. A moderator can therefore target an unrelated post owned by another community, push it into featured feeds and listings, or undo another community's legitimate curation decision. This issue is fixed in versions 0.19.19 and 1.0.0-alpha.20.
AnalysisAI
Cross-community post featuring abuse in Lemmy allows authenticated community moderators to manipulate post visibility across unrelated communities via crafted federated ActivityPub activities. Affected versions span 0.19.0 through 0.19.18 (stable) and all alpha builds prior to 1.0.0-alpha.20. …
Unlock full vulnerability intelligence
- Risk assessment & exploitation conditions
- Attack chain visualization
- Remediation with exact patch versions
- Threat intelligence from 22 sources
- Personal watchlist & email alerts
Free forever · No credit card required
Attack ChainAIDerived
Hypothetical attack flow derived from CVE metadata
Vulnerability AssessmentAI
| Exploitation | Exploitation requires the attacker to hold an active community moderator role on a Lemmy instance running affected versions (0.19.0-0.19.18 stable or pre-1.0.0-alpha.20 alpha). … Additional conditions and limiting factors are described in the full assessment. |
| Risk Assessment | The CVSS 4.0 score of 5.1 with vector AV:N/AC:L/AT:N/PR:H/UI:N reflects a network-reachable flaw of low attack complexity but gated behind a high-privilege prerequisite - community moderator role. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in. |
| Exploit Scenario | A community moderator on a Lemmy instance running an affected version crafts a CollectionAdd ActivityPub activity that claims to be for their legitimate community but references a post ID belonging to a different, unrelated community. The federation handler validates their moderator status against their own community and then updates the targeted post's featured_community flag without checking the community mismatch, causing the unrelated post to appear in the attacker's community featured feed or removing a legitimate curation decision from another community. … |
| Remediation | Upgrade Lemmy to version 0.19.19 on the stable channel or 1.0.0-alpha.20 on the alpha channel; both are available at https://github.com/LemmyNet/lemmy/releases. … Detailed patch versions, workarounds, and compensating controls in full report. |
Threat intelligence, references, and detailed analysis are available after sign-in.
Same weakness CWE-863 – Incorrect Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-62841