Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2026-215

OpenSSL 1.1.1 introduced a rewritten random number generator (RNG). This was intended to include...

JLSEC Published
Modified
Affected Packages
OpenSSL_jll < 1.1.1+2
Aliases / Upstream
CVE-2019-1549 GHSA-xmjp-8ccm-cf6h EUVD-2019-10106

OpenSSL 1.1.1 introduced a rewritten random number generator (RNG). This was intended to include protection in the event of a fork() system call in order to ensure that the parent and child processes did not share the same RNG state. However this protection was not being used in the default case. A partial mitigation for this issue is that the output from a high precision timer is mixed into the RNG state so the likelihood of a parent and child process sharing state is significantly reduced. If an application already calls OPENSSLinitcrypto() explicitly using OPENSSLINITATFORK then this problem does not occur at all. Fixed in OpenSSL 1.1.1d (Affected 1.1.1-1.1.1c).

References