Remediation Steps
Follow the steps below to remediate this finding on Linux (RHEL/CentOS/AlmaLinux).
Update OpenSSL via the package manager:
sudo yum update openssl # RHEL/CentOS 7 sudo dnf update openssl # RHEL/CentOS 8+ / AlmaLinuxVerify the installed version:
openssl versionRestart dependent services:
sudo systemctl restart httpd nginx