CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-35337

High
Published: Translated: NVD NIST

Summary

W podatności deserializacji niezaufanych danych w Apache Storm, wersje przed 2.8.6 są narażone na atak. Użytkownik z uprawnieniami do przesyłania topologii może dostarczyć spreparowany obiekt, co prowadzi do zdalnego wykonania kodu w JVM Nimbus i Worker.

Risk Assessment

Organizacja może być narażona na poważne zagrożenia związane z bezpieczeństwem, w tym zdalne wykonanie kodu, co może prowadzić do utraty danych lub przejęcia kontroli nad systemem.

Recommendation

Zaleca się aktualizację do wersji 2.8.6. Użytkownicy, którzy nie mogą natychmiast zaktualizować, powinni zastosować poprawkę, ograniczając deserializowane klasy w ClientAuthUtils.deserializeKerberosTicket().

Related vulnerabilities

Original NVD description (English source)

Deserialization of Untrusted Data vulnerability in Apache Storm. Versions Affected: before 2.8.6. Description: When processing topology credentials submitted via the Nimbus Thrift API, Storm deserializes the base64-encoded TGT blob using ObjectInputStream.readObject() without any class filtering or validation. An authenticated user with topology submission rights could supply a crafted serialized object in the "TGT" credential field, leading to remote code execution in both the Nimbus and Worker JVMs. Mitigation: 2.x users should upgrade to 2.8.6. Users who cannot upgrade immediately should monkey-patch an ObjectInputFilter allow-list to ClientAuthUtils.deserializeKerberosTicket() restricting deserialized classes to javax.security.auth.kerberos.KerberosTicket and its known dependencies. A guide on how to do this is available in the release notes of 2.8.6. Credit: This issue was discovered by K.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS