Katalog CVE

CVE-2026-85230

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.17%

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

Streszczenie

W MISP wykryto podatność polegającą na braku walidacji adresów URL przy zapisie konfiguracji widgetu ButtonWidget w panelu dashboardu. Uwierzytelniony użytkownik mogący modyfikować ustawienia widgetów mógł zapisać dowolny adres URL, w tym korzystający ze schematu javascript:. Walidacja była stosowana wyłącznie w momencie renderowania widgetu, a nie w momencie zapisu konfiguracji.

Ocena ryzyka

Złośliwy adres javascript: zapisany w przycisku dashboardu mógłby doprowadzić do wykonania skryptu po stronie klienta w kontekście sesji MISP ofiary, umożliwiając działania z jej uprawnieniami lub dostęp do informacji widocznych w tej sesji. Ryzyko jest ograniczone, ponieważ MISP nadal stosuje walidację przy renderowaniu, która neutralizowała znane złośliwe wartości.

Rekomendacja

Zaktualizuj MISP do wersji zawierającej poprawkę, która wprowadza kanoniczny typ schematu URL i waliduje konfigurację widgetów dashboardu przed zapisem. Po aktualizacji sprawdź istniejące konfiguracje przycisków i usuń wartości używające schematu javascript:, zewnętrznych domen lub nieprawidłowych formatów URL.

Inne podatności w MISP

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

A persistent unsafe URL injection vulnerability exists in the MISP dashboard ButtonWidget configuration. Dashboard widget URLs were validated only when the widget was rendered and were not validated when the configuration was saved. As a result, an authenticated user able to modify dashboard widget settings could persist arbitrary URL values, including URLs using the javascript: scheme, through either of the dashboard settings persistence paths. A malicious javascript: URL stored in a dashboard button could potentially result in client-side script execution in the MISP security context if the value reached a rendering or navigation path without the existing runtime validation. Such execution could allow an attacker to perform actions with the privileges of the affected user or access information available to their MISP session. The practical exploitability of this issue is reduced by the fact that MISP already applied URL validation at render time, which neutralized known malicious values before they were presented to the user. The vulnerability therefore represents a persistence-layer validation gap and a defense-in-depth weakness rather than evidence of a direct bypass of the existing rendering protection. The patch introduces a canonical url schema type and validates dashboard widget configuration before it is persisted through either settings save mechanism. ButtonWidget URLs must now be strings resolving to an absolute path on the current MISP instance or a full URL with the same origin. Values using javascript:, external origins, malformed URL forms, and non-string values are rejected at save time.

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