Katalog CVE

CVE-2026-80426

WysokieCVSS 7.1
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.23%

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

Streszczenie

FiftyOne renderuje opis pola zbioru danych jako znaczniki HTML. Komponent informacyjny paska bocznego przekazuje opis do dangerouslySetInnerHTML bez żadnej dezynfekcji, co pozwala na wykonanie przechowywanego kodu po najechaniu na pole. Ponieważ opis jest przechowywany w schemacie i podróżuje z eksportowanym zbiorem, otwarcie zbioru od innej strony może uruchomić złośliwy skrypt w kontekście aplikacji.

Ocena ryzyka

Atakujący może wstrzyknąć skrypt, który odczyta lokalne pliki i wykona operacje na danych jako użytkownik, ze względu na współdzielony origin z serwerem FiftyOne i brak uwierzytelnienia w wersji open-source.

Rekomendacja

Zdezynfekuj lub unikaj renderowania opisów pól jako HTML, np. przez renderowanie jako tekst. Dodatkowo zabezpiecz serwer FiftyOne przed nieuwierzytelnionym dostępem do tras mediów.

Inne podatności w FiftyOne

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

FiftyOne renders a dataset field's description as markup. The sidebar field-information component at app/packages/core/src/components/FieldLabelAndInfo/index.tsx passes the description string to React's dangerouslySetInnerHTML, and no layer between storage and render escapes or sanitises it; the neighbouring info values in the same component are rendered as React children and are escaped, so the description is the only raw path. A description is free-form text held in the dataset schema, so it persists in the database and travels with an exported or published dataset. Opening a dataset obtained from another party and hovering the field runs the stored markup in the application's origin. That origin is shared with the FiftyOne server, whose media route returns the contents of a caller-named absolute path and which is unauthenticated in the open-source server, so the injected script can read local files and reach the dataset and operator endpoints as the viewing user.

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