The error message you seeing is indicating that my system has not been updated to the latest version of OpenSSL, which includes a fix for the CVE-2023-2650 vulnerability. how To fix this:
Hit:1 http://us.archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 https://packages.microsoft.com/repos/edge stable InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:6 https://esm.ubuntu.com/cis/ubuntu jammy InRelease
Hit:7 http://us.archive.ubuntu.com/ubuntu jammy-security InRelease
Hit:8 https://esm.ubuntu.com/apps/ubuntu jammy-apps-security InRelease
Hit:9 https://esm.ubuntu.com/apps/ubuntu jammy-apps-updates InRelease
Hit:10 https://esm.ubuntu.com/infra/ubuntu jammy-infra-security InRelease
Hit:11 https://esm.ubuntu.com/infra/ubuntu jammy-infra-updates InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
#
# 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.
#
The following packages have been kept back:
libspeechd2 speech-dispatcher speech-dispatcher-audio-plugins speech-dispatcher-espeak-ng
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
openssl version:
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
3.0.2-0ubuntu1.10
contains the fix - do you have it? I don't see the message as saying you don't have it; only alerting you to check you have. – guiverc Jul 12 '23 at 07:50apt list openssl
– GammaGames Jul 12 '23 at 14:59apt upgrade
message# An OpenSSL vulnerability has recently been fixed with USN-6188-1 & 6119-1:
is new. I received this message today for the first time on 22.02. The duplicate link was from eight years ago and none of the answers seem applicable/relevant. – Jaydin Jul 12 '23 at 23:31apt cache policy
maybe to get package version of installed) & reading the CVE notice & comparison etc.. That would be the site appropriate approach as I see it anyway – guiverc Jul 13 '23 at 11:05sudo pro config set apt_news=False
– Bojan Kseneman Jul 14 '23 at 11:24sudo pro fix CVE-2023-2650
which shows that this CVE affects two packages, one of which is not yet fixed:1 package is still affected: edk2
. Apparently (according to the message), Ubuntu Security Engineers are working on a fix – darthbith Jul 15 '23 at 01:03edk2
installed and the command you give prints "1/1 openssl", then goes on to displayCVE-2023-2650 is resolved.
However, the warning is still printed by all apt commands even after it agrees that the bug is fixed, so turning it off with Bojan's comment is still unfortunately required. – Ti Strga Jul 15 '23 at 15:361 package is still affected: nodejs
-Sorry, no fix is available yet.
which IMHO is unsettling – GrafiCode Jul 16 '23 at 12:16