๐Ÿ” CVE Alert

CVE-2026-54741

UNKNOWN 0.0

Lemmy: Blocked users can edit private messages sent before the block

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-862
Vendor lemmynet
Product lemmy
Published Aug 19, 2026
Stay Ahead of the Next One

Get instant alerts for lemmynet lemmy

Be the first to know when new unknown vulnerabilities affecting lemmynet lemmy are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

LemmyNet / lemmy
< 0.19.19 >= 1.0.0-alpha.0, < 1.0.0-alpha.18

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/LemmyNet/lemmy/security/advisories/GHSA-46g9-847m-qf8r github.com: https://github.com/LemmyNet/lemmy/pull/6472 github.com: https://github.com/LemmyNet/lemmy/pull/6476 github.com: https://github.com/LemmyNet/lemmy/commit/051b317c9d14b91972bb372c67f319d6900beb93 github.com: https://github.com/LemmyNet/lemmy/commit/2d169d630b86b9351e4b1dca451214b741f46150 github.com: https://github.com/LemmyNet/lemmy/releases/tag/0.19.19 github.com: https://github.com/LemmyNet/lemmy/releases/tag/1.0.0-alpha.18