Katalog CVE

CVE-2026-54741

ŚrednieCVSS 5.3
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

Lemmy przed wersjami 0.19.19 i 1.0.0-alpha.18 nie sprawdza listy blokad przy edycji prywatnych wiadomości. Zablokowany nadawca może nadal edytować stare wiadomości, które odbiorca może zobaczyć, co umożliwia nękanie po zablokowaniu.

Ocena ryzyka

Zablokowany użytkownik może kontynuować wysyłanie niechcianych treści do odbiorcy, co narusza prywatność i może prowadzić do nękania.

Rekomendacja

Zaktualizuj Lemmy do wersji 0.19.19 lub 1.0.0-alpha.18, które zawierają poprawkę.

Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS