Katalog CVE

CVE-2026-8798

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.33%

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

Streszczenie

W Bouncy Castle for Java FIPS (BC-FJA) przed bc-fips 2.1.3, natywne źródło entropii na platformach Intel ponawiało instrukcje CPU bez ograniczeń. RDSEED i RDRAND zgłaszają błąd przez flagę przeniesienia, a pętla JNI kręciła się w nieskończoność, jeśli flaga pozostawała wyczyszczona, co mogło zawiesić wątek w wywołaniu JNI, nie do przerwania ani przekroczenia limitu czasu. Każda operacja korzystająca z natywnego źródła entropii mogła zawisnąć, powodując odmowę usługi. Pętle ponawiania są teraz ograniczone (200 prób dla RDSEED i 20 dla RDRAND), z przerwami i po wyczerpaniu prób czyszczą bufor i rzucają wyjątek. Czyszczenie wykonuje nieusuwalny memzero z barierą pamięci. Bouncy Castle for Java (bcprov) nie jest dotknięty, a serie 1.0.X i 2.0.X nie są dotknięte.

Ocena ryzyka

Aplikacje korzystające z BC-FJA na platformach Intel mogą zawieszać się w nieskończoność, co prowadzi do odmowy usługi.

Rekomendacja

Zaktualizuj BC-FJA do wersji bc-fips 2.1.3 lub nowszej. Jeśli używasz serii 1.0.X lub 2.0.X, sprawdź, czy nie są dotknięte (nie są).

Inne podatności w Bouncy Castle for Java FIPS

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

In Bouncy Castle for Java FIPS (BC-FJA) before bc-fips 2.1.3, the native entropy source used on Intel platforms retried the CPU entropy instructions without any bound. RDSEED and RDRAND report failure through their carry flag, and the JNI seeding routine spun re-issuing the instruction for as long as that flag stayed clear, so a persistent failure of the on-chip entropy source - whether from a hardware fault, from the underlying DRBG being exhausted by contention across many cores, or from a hypervisor that does not provide the instruction - left the calling thread looping indefinitely inside the JNI call, where it could be neither interrupted nor timed out. Any operation drawing from the native entropy source could therefore hang, denying service to the application. The retry loops are now bounded (200 attempts for RDSEED and 20 for RDRAND, twice the baselines given in Intel's Digital Random Number Generator software implementation guide), pausing between attempts and, on exhaustion, clearing any partially written buffer and throwing rather than continuing to spin. The clear is performed by an un-elidable memzero, which uses a volatile pointer and an assembly memory barrier so that a compiler cannot optimise the erase away as a dead store. Bouncy Castle for Java (bcprov) is not affected, as it has no native entropy source; the 1.0.X and 2.0.X FIPS series are not affected.

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