CVE-2026-8798: Native entropy source retries the CPU entropy instructions without limit

Published Aug 8, 2026
·
Updated

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.

Affected Software

1 affected component
Bouncy Castle Bouncy Castle for Java FIPS (BC-FJA)<bc-fips 2.1.3

Event History

Aug 8, 2026
CVE Published
via MITRE·12:50 AM
Data Sourced
via MITRE·12:50 AM
DescriptionWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-8798?

CVE-2026-8798 has a risk score of 23, indicating a significant vulnerability.

2

How do I fix CVE-2026-8798?

To fix CVE-2026-8798, upgrade to Bouncy Castle for Java FIPS version 2.1.3 or later.

3

What are the implications of CVE-2026-8798?

CVE-2026-8798 allows unbounded retries of CPU entropy instructions, potentially compromising entropy quality.

4

Which software versions are affected by CVE-2026-8798?

CVE-2026-8798 affects versions of Bouncy Castle for Java FIPS before 2.1.3.

5

Is CVE-2026-8798 specific to certain platforms?

Yes, CVE-2026-8798 specifically affects Intel platforms using the Bouncy Castle library.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203