CVE-2026-54741
Last modified
CVE-2026-54741 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. Lemmy is a link aggregator and forum for the fediverse. Prior to 0.19.19 and 1.0.0-alpha.18, Lemmy blocks new private messages from a sender after the recipient blocks that sender, but the edit path skips the same block check. EPSS estimates a 0.35% chance of exploitation in the next 30 days.
Description
Lemmy is a link aggregator and forum for the fediverse. Prior to 0.19.19 and 1.0.0-alpha.18, Lemmy blocks new private messages from a sender after the recipient blocks that sender, but the edit path skips the same block check. create_private_message checks the recipient's block list with PersonActions::read_block before inserting a message, while edit_private_message in crates/api/api_crud/src/private_message/update.rs only checks that the caller is orig_private_message.creator_id. The update then writes new content and returns the modified PrivateMessageView without consulting the recipient's block list, allowing a blocked sender to keep changing an old message that the recipient can still see and providing a post-block harassment path. This issue is fixed in versions 0.19.19 and 1.0.0-alpha.18.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| LemmyNet | lemmy | < 0.19.19; >= 1.0.0-alpha.0, < 1.0.0-alpha.18 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-54741?
How severe is CVE-2026-54741?
How do I fix CVE-2026-54741?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54736Phalcon is a high-performance, full-stack PHP framework. Pri…8.2
- CVE-2026-54737@phun-ky/defaults-deep is a library like lodash defaultsDeep…7.3
- CVE-2026-54738Lemmy is a link aggregator and forum for the fediverse. Prio…6.5
- CVE-2026-54739Lemmy is a link aggregator and forum for the fediverse. Prio…6.9
- CVE-2026-5474A vulnerability was found in NASA cFS up to 7.0.0. This affe…8.8
- CVE-2026-54740Lemmy is a link aggregator and forum for the fediverse. Prio…6.5
- CVE-2026-54742Lemmy is a link aggregator and forum for the fediverse. From…5.1
- CVE-2026-54743Lemmy is a link aggregator and forum for the fediverse. Prio…6.4
- CVE-2026-54745Kubeflow Pipelines enables users to build and deploy portabl…10
- CVE-2026-54746Hatchet is a platform for orchestrating background tasks, AI…6.4
- CVE-2026-5475A vulnerability was determined in NASA cFS up to 7.0.0. This…5.5
- CVE-2026-54752NetBox Device Type Library is a collection of community-sour…9.6
Are you affected by CVE-2026-54741?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
