Katalog CVE

CVE-2026-85227

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

Streszczenie

MISP zawiera odbitą podatność Cross-Site Scripting (XSS) w konstruktorze zapytań filtrowania atrybutów zdarzeń. Parametry URL taggedAttributes i galaxyAttachedAttributes były wstawiane do reguł konstruktora zapytań bez escapowania HTML przed serializacją do JSON i osadzeniem wewnątrz elementu <script>.

Ocena ryzyka

Atakujący może wykorzystać podatność, przekonując uwierzytelnionego użytkownika MISP do kliknięcia spreparowanego URL-a. Skuteczne wykorzystanie pozwoli na wykonanie kontrolowanego przez atakującego JavaScript w kontekście bezpieczeństwa instancji MISP i z uprawnieniami sesji przeglądarki ofiary, co może umożliwić dostęp do informacji, modyfikację danych lub inne działania dozwolone przez uprawnienia ofiary.

Rekomendacja

Zaktualizuj MISP do wersji zawierającej poprawkę, która stosuje escapowanie HTML za pomocą h() do wartości skalarnych i tablicowych przed wstawieniem do DOM. Dodatkowo edukuj użytkowników o ryzyku klikania w podejrzane linki.

Inne podatności w MISP

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

MISP contains a reflected Cross-Site Scripting (XSS) vulnerability in the event attribute filtering query builder. The taggedAttributes and galaxyAttachedAttributes URL parameters were inserted into the query-builder rules without HTML escaping before being serialized as JSON and embedded inside a <script> element. Because JsonTool::encode() uses JSON_UNESCAPED_SLASHES, an attacker-controlled value containing a closing </script> sequence could terminate the surrounding script element and inject arbitrary HTML or JavaScript. For example, a specially crafted viewEventAttributes URL could contain malicious content in one of the affected filter parameters. An attacker could exploit the vulnerability by convincing an authenticated MISP user to follow a crafted URL. Successful exploitation would execute attacker-controlled JavaScript in the security context of the MISP instance and with the privileges of the victim's authenticated browser session. This could allow access to information available to the victim, modification of data through authenticated requests, or other actions permitted by the victim's MISP permissions. The vulnerability is addressed by applying HTML escaping with h() to both scalar and array values before they are inserted into the DOM.

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