I've just noticed that there's a recent OpenSSL vulnerability.
An OpenSSL vulnerability has recently been fixed with USN-6188-1 & 6119-1:
CVE-2023-2650: possible DoS translating ASN.1 object identifiers.
Ensure you have updated the package to its latest version.
What are the correct steps to update from version 1.1.1 to version 3.0.9? I am specially interested in the configuration phase of OpenSSL 3.
This is for a Ubuntu 20.04 LTS environment.
Currently by running apt update
& apt upgrade
, no new OpenSSL versions are installed by the system.
openssl version
I getOpenSSL 1.1.1f 31 Mar 2020
– Alex Jul 24 '23 at 11:18what then to do if two packages are blocked:
gjs libgjs0g
– Adam Mierzwiak Jul 24 '23 at 13:06