Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenSSL to address CVE-2022-1292 and CVE-2022-2068 #1037

Open
chris-lsn opened this issue Oct 14, 2024 · 0 comments
Open

Update OpenSSL to address CVE-2022-1292 and CVE-2022-2068 #1037

chris-lsn opened this issue Oct 14, 2024 · 0 comments

Comments

@chris-lsn
Copy link

chris-lsn commented Oct 14, 2024

Version: 24.6.2

Description:

We need to update our OpenSSL version to address two critical vulnerabilities:

CVE-2022-1292
Affects OpenSSL versions prior to 1.1.1o
The c_rehash script is vulnerable to command injection due to improper sanitization of shell metacharacters
An attacker could potentially execute arbitrary commands with the privileges of the script on systems where it's automatically executed

CVE-2022-2068
Affects OpenSSL versions prior to 1.1.1p
Additional command injection vulnerabilities in the c_rehash script, beyond those fixed for CVE-2022-1292
Similar risks of arbitrary command execution on affected systems
Action items:

Path : /run/nvidia/driver/usr/lib64/libcrypto.so.1.1.1k Reported version : 1.1.1k Fixed version : 1.1.1p
Path : /run/nvidia/driver/usr/lib64/libssl.so.1.1.1k Reported version : 1.1.1k Fixed version : 1.1.1p

Solution: Update OpenSSL to version 1.1.1p or later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant