目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-8798— Legion of the Bouncy Castle Bouncy Castle for Java 资源管理错误漏洞

CVSS 8.7 · High EPSS 0.33% · P25

影响版本矩阵 1

厂商产品版本范围状态
Legion of the Bouncy Castle Inc.BC-FJA2.1.0< 2.1.3affected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-8798 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Native entropy source retries the CPU entropy instructions without limit
来源: CVE Program / CVE List V5
Vulnerability Description
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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/U:Amber
来源: CVE Program / CVE List V5
Vulnerability Type
不可达退出条件的循环(无限循环)
来源: CVE Program / CVE List V5
Vulnerability Title
Legion of the Bouncy Castle Bouncy Castle for Java 资源管理错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Legion of the Bouncy Castle Bouncy Castle for Java是澳大利亚Legion of the Bouncy Castle组织开源的一款Java密码学算法实现库。 Legion of the Bouncy Castle Bouncy Castle for Java 2.1.3之前版本存在资源管理错误漏洞,该漏洞源于原生熵源在Intel平台上无界重试CPU熵指令,可能导致调用线程无限循环,造成拒绝服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
Legion of the Bouncy Castle Inc.BC-FJA 2.1.0 ~ 2.1.3 -

二、漏洞 CVE-2026-8798 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-8798 的情报信息

登录查看更多情报信息。

CVE-2026-8798 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-8798

暂无评论


发表评论