From 84c2884cfe7dbec23f88af8d6ed4a21f0f9a3ed6 Mon Sep 17 00:00:00 2001 From: Jakub Svoboda Date: Tue, 1 Nov 2022 14:53:53 +0100 Subject: [PATCH] Added CVE-2022-3786 --- CVE-2022-3602_openssl/CVE-2022-3602.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CVE-2022-3602_openssl/CVE-2022-3602.sh b/CVE-2022-3602_openssl/CVE-2022-3602.sh index 6503bad..eac13e5 100755 --- a/CVE-2022-3602_openssl/CVE-2022-3602.sh +++ b/CVE-2022-3602_openssl/CVE-2022-3602.sh @@ -7,7 +7,7 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. -VERSION="1.0" +VERSION="1.1" # Warning! Be sure to download the latest version of this script from its primary source: @@ -217,7 +217,7 @@ debug_print() { if [[ "${BASH_SOURCE[0]}" == "$0" ]]; then basic_args "$@" - basic_reqs "CVE-2022-3602" + basic_reqs "CVE-2022-3602 and CVE-2022-3786" running_kernel=$( uname -r ) check_supported_kernel "$running_kernel"