Katalog CVE

CVE-2026-94374

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

Streszczenie

MISP zawiera lukę niebezpiecznego odwołania do obiektu (IDOR) w metodzie processModuleResultsData modelu Event. Podczas przetwarzania wyników modułu kod iteruje po wpisach EventReport dostarczonych w rozwiązanych danych i zapisuje każdy z nich. W przeciwieństwie do sąsiednich pętli przetwarzania atrybutów i obiektów, pętla raportów nie usuwała pola 'id' dostarczonego przez klienta przed wywołaniem save(). Wersje podatne: <2.5.47.

Ocena ryzyka

Uwierzytelniony użytkownik z uprawnieniami do przesyłania wyników modułów może odczytać zawartość raportu innego zdarzenia poprzez przepisanie go do własnego zdarzenia, nadpisać pola raportu danymi kontrolowanymi przez atakującego lub zmienić event_id raportu, aby przekierować własność. Stanowi to obejście autoryzacji przez klucz kontrolowany przez użytkownika, umożliwiając ujawnienie danych między zdarzeniami i naruszenie integralności.

Rekomendacja

Zaktualizuj MISP do wersji 2.5.47 lub nowszej. Ogranicz uprawnienia do przetwarzania wyników modułów do zaufanych użytkowników.

Inne podatności w MISP

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

MISP contains an insecure direct object reference vulnerability in the processModuleResultsData method of the Event model. When processing module results, the code iterates over EventReport entries supplied in the resolved data and saves each one. Unlike the adjacent attribute and object processing loops, the report loop did not unset the client-supplied 'id' field before calling save(). Because the MISP EventReport model's create() method does not strip the id field, an authenticated user with permission to submit module results could include an 'id' value referencing an existing report belonging to a different event. Upon save(), the ORM would update that existing row rather than insert a new one, allowing the attacker to   - read the content of another event's report by reparenting it into their own event  - overwrite the report's fields with attacker-controlled data  - change the report's event_id to redirect ownership.  This constitutes an authorization bypass through a user-controlled key, enabling cross-event data disclosure and integrity compromise. The vulnerability requires an authenticated session with the ability to invoke module result processing on an event. Version affected: <2.5.47

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