Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Linux (Debian/Ubuntu).

  1. Update OpenSSL to the latest patched version:

    sudo apt update
    sudo apt upgrade openssl libssl3
  2. Verify the installed version:

    openssl version
  3. Restart services that depend on OpenSSL (e.g., Apache, Nginx):

    sudo systemctl restart apache2 nginx