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).
{ "availability": "No subscription required", "ubuntu_priority": "low", "binaries": [ { "binary_version": "1.1.1-1ubuntu2.1~18.04.6", "binary_name": "libcrypto1.1-udeb" }, { "binary_version": "1.1.1-1ubuntu2.1~18.04.6", "binary_name": "libssl-dev" }, { "binary_version": "1.1.1-1ubuntu2.1~18.04.6", "binary_name": "libssl-doc" }, { "binary_version": "1.1.1-1ubuntu2.1~18.04.6", "binary_name": "libssl1.1" }, { "binary_version": "1.1.1-1ubuntu2.1~18.04.6", "binary_name": "libssl1.1-dbgsym" }, { "binary_version": "1.1.1-1ubuntu2.1~18.04.6", "binary_name": "libssl1.1-udeb" }, { "binary_version": "1.1.1-1ubuntu2.1~18.04.6", "binary_name": "openssl" }, { "binary_version": "1.1.1-1ubuntu2.1~18.04.6", "binary_name": "openssl-dbgsym" } ] }
{ "availability": "No subscription required", "ubuntu_priority": "low", "binaries": [ { "binary_version": "0~20191122.bd85bf54-2", "binary_name": "ovmf" }, { "binary_version": "0~20191122.bd85bf54-2", "binary_name": "qemu-efi" }, { "binary_version": "0~20191122.bd85bf54-2", "binary_name": "qemu-efi-aarch64" }, { "binary_version": "0~20191122.bd85bf54-2", "binary_name": "qemu-efi-arm" } ] }