Security Advisory for openssl (EulerOS-SA-2022-2877) - AES OCB mode vulnerability and c_rehash shell command injection identifie
Reporter | Title | Published | Views | Family All 199 |
---|---|---|---|---|
Tenable Nessus | AlmaLinux 8 : openssl (5818) (ALSA-2022:5818) | 10 Aug 202200:00 | – | nessus |
Tenable Nessus | SUSE SLES15 Security Update : openssl (SUSE-SU-2022:2309-1) | 8 Jul 202200:00 | – | nessus |
Tenable Nessus | EulerOS 2.0 SP9 : openssl (EulerOS-SA-2022-2329) | 14 Sep 202200:00 | – | nessus |
Tenable Nessus | SUSE SLED15 / SLES15 Security Update : openssl-1_1 (SUSE-SU-2022:2308-1) | 8 Jul 202200:00 | – | nessus |
Tenable Nessus | EulerOS Virtualization 2.10.1 : openssl (EulerOS-SA-2022-2895) | 27 Dec 202200:00 | – | nessus |
Tenable Nessus | Rocky Linux 8 : openssl (RLSA-2022:5818) | 6 Nov 202300:00 | – | nessus |
Tenable Nessus | EulerOS 2.0 SP9 : openssl (EulerOS-SA-2022-2300) | 14 Sep 202200:00 | – | nessus |
Tenable Nessus | EulerOS Virtualization 2.9.0 : openssl (EulerOS-SA-2022-2396) | 24 Sep 202200:00 | – | nessus |
Tenable Nessus | Oracle Linux 8 : openssl (ELSA-2022-9683) | 5 Aug 202200:00 | – | nessus |
Tenable Nessus | EulerOS Virtualization 2.9.1 : openssl (EulerOS-SA-2022-2360) | 23 Sep 202200:00 | – | nessus |
Source | Link |
---|---|
developer | www.developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html |
# SPDX-FileCopyrightText: 2022 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.1.2.2022.2877");
script_cve_id("CVE-2022-2068", "CVE-2022-2097");
script_tag(name:"creation_date", value:"2022-12-28 04:14:39 +0000 (Wed, 28 Dec 2022)");
script_version("2024-02-05T14:36:57+0000");
script_tag(name:"last_modification", value:"2024-02-05 14:36:57 +0000 (Mon, 05 Feb 2024)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2022-06-29 18:30:53 +0000 (Wed, 29 Jun 2022)");
script_name("Huawei EulerOS: Security Advisory for openssl (EulerOS-SA-2022-2877)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2022 Greenbone AG");
script_family("Huawei EulerOS Local Security Checks");
script_dependencies("gb_huawei_euleros_consolidation.nasl");
script_mandatory_keys("ssh/login/euleros", "ssh/login/rpms", re:"ssh/login/release=EULEROSVIRT\-2\.10\.0");
script_xref(name:"Advisory-ID", value:"EulerOS-SA-2022-2877");
script_xref(name:"URL", value:"https://developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html?secId=EulerOS-SA-2022-2877");
script_tag(name:"summary", value:"The remote host is missing an update for the Huawei EulerOS 'openssl' package(s) announced via the EulerOS-SA-2022-2877 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn't written. In the special case of 'in place' encryption, sixteen bytes of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and DTLS, they are both unaffected. Fixed in OpenSSL 3.0.5 (Affected 3.0.0-3.0.4). Fixed in OpenSSL 1.1.1q (Affected 1.1.1-1.1.1p).(CVE-2022-2097)
In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.4 (Affected 3.0.0,3.0.1,3.0.2,3.0.3). Fixed in OpenSSL 1.1.1p (Affected 1.1.1-1.1.1o). Fixed in OpenSSL 1.0.2zf (Affected 1.0.2-1.0.2ze).(CVE-2022-2068)");
script_tag(name:"affected", value:"'openssl' package(s) on Huawei EulerOS Virtualization release 2.10.0.");
script_tag(name:"solution", value:"Please install the updated package(s).");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"package");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-rpm.inc");
release = rpm_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "EULEROSVIRT-2.10.0") {
if(!isnull(res = isrpmvuln(pkg:"openssl", rpm:"openssl~1.1.1f~8.h30.eulerosv2r10", rls:"EULEROSVIRT-2.10.0"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"openssl-libs", rpm:"openssl-libs~1.1.1f~8.h30.eulerosv2r10", rls:"EULEROSVIRT-2.10.0"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"openssl-perl", rpm:"openssl-perl~1.1.1f~8.h30.eulerosv2r10", rls:"EULEROSVIRT-2.10.0"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
exit(0);
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo