CVE-2026-76166
ŚrednieCVSS 4.3Streszczenie
W module mod_cluster (org.jboss.modcluster) znaleziono błąd w AdvertiseListenerImpl. Pojedynczy spreparowany datagram multicast UDP z prawidłową linią statusu HTTP i nagłówkiem "Server:", ale bez nagłówków "Date:", "Digest:" i "Sequence:", wywołuje wyjątek NullPointerException w verifyDigest(), który nie jest obsługiwany przez procedurę obsługi wyjątków wątku roboczego. Powoduje to trwałe zakończenie wątku nasłuchującego reklamy, a awaria jest cicha (isListening() nadal zwraca true) i utrzymuje się do restartu węzła.
Ocena ryzyka
Ryzyko obejmuje trwałą awarię nasłuchiwania reklam w klastrze, co może prowadzić do niedostępności usług i braku możliwości automatycznego wykrywania węzłów.
Rekomendacja
Zastosuj poprawkę do mod_cluster, która rozwiązuje problem z nieobsługiwanym wyjątkiem. Zrestartuj węzły po aktualizacji, aby przywrócić nasłuchiwanie.
Oryginalny opis (angielski, źródło NVD)
A flaw was found in mod_cluster's AdvertiseListenerImpl (org.jboss.modcluster core module). A single crafted UDP multicast datagram with a valid HTTP status line and a "Server:" header but without the "Date:", "Digest:", and "Sequence:" headers triggers a NullPointerException in verifyDigest() that is not caught by the worker thread's exception handler. This causes the advertise listener thread to terminate permanently. The failure is silent (isListening() continues to return true) and persists until the node is restarted. The crash occurs before the AdvertiseSecurityKey comparison, so deployments with a configured security key are still affected.

