Katalog CVE

CVE-2026-26028

ŚrednieCVSS 6.1
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.24%

Percentyl 15 - wyżej niż 15% wszystkich znanych CVE

Streszczenie

CryptPad przed wersją 2026.2.0 zawiera podatność w sanitizerze HTML w Diffmarked.js. Sanitizer sprawdza tylko atrybut src w elementach <iframe>, <video> i <audio>, pozostawiając inne atrybuty (np. srcdoc) bez kontroli. Atakujący może wstrzyknąć dowolny HTML, omijając ochronę bounce sandboxing.

Ocena ryzyka

Użytkownik może zostać oszukany do interakcji z fałszywą treścią, co prowadzi do kradzieży danych lub dalszych ataków XSS.

Rekomendacja

Zaktualizuj CryptPad do wersji 2026.2.0 lub nowszej, która zawiera poprawkę sanitizera.

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

CryptPad is an end-to-end encrypted collaborative office suite. In versions prior to 2026.2.0, the HTML sanitizer in Diffmarked.js can be bypassed due to incomplete attribute filtering on restricted tags. The sanitizer validates only the src attribute of <iframe>, <video>, and <audio> elements, leaving all other attributes unchecked. As a result, an attacker can inject arbitrary HTML through srcdoc, completely defeating CryptPad's intended bounce sandboxing and enabling link injection or other interactive content within user-controlled documents. The root cause lies in how the sanitizer classifies and enforces tag restrictions: although it defines both forbidden and restricted tag lists, <iframe> is treated as "restricted" rather than "forbidden." Enforcement then inspects only the src attribute, so pairing a benign blob: src with a malicious srcdoc results in unrestricted rendering. This issue has been fixed in version 2026.2.0.

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