Huawei EulerOS: Security Advisory for openssl (EulerOS-SA-2022-2525)
🗓️ 10 Oct 2022 00:00:00Reported by Copyright (C) 2022 Greenbone AGType
openvas🔗 plugins.openvas.org👁 22 Views
| Reporter | Title | Published | Views | Family All 1328 |
|---|---|---|---|---|
| PT-2021-6436 · Oracle +8 · Mysql Server +7 | 15 Nov 202100:00 | – | ptsecurity | |
| PT-2021-6437 · Oracle +8 · Mysql Server +7 | 15 Nov 202100:00 | – | ptsecurity | |
| PT-2021-6438 · Mysql Server +7 · Mysql Server +7 | 15 Nov 202100:00 | – | ptsecurity | |
| PT-2021-6439 · Oracle +1 · Mysql Cluster +1 | 1 Sep 202100:00 | – | ptsecurity | |
| PT-2021-6441 · Oracle +1 · Mysql Cluster +1 | 1 Sep 202100:00 | – | ptsecurity | |
| PT-2021-6442 · Oracle +1 · Mysql Cluster +1 | 23 Jul 202100:00 | – | ptsecurity | |
| PT-2021-6566 · Oracle +11 · Mysql Server +10 | 20 Jul 202100:00 | – | ptsecurity | |
| PT-2021-6585 · Oracle +11 · Mysql Server +10 | 20 Jul 202100:00 | – | ptsecurity | |
| PT-2021-6612 · Node.Js +7 · Node.Js +7 | 16 Aug 202100:00 | – | ptsecurity | |
| PT-2021-6615 · Node.Js +6 · Node.Js +6 | 16 Aug 202100:00 | – | ptsecurity |
10
| 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.2525");
script_cve_id("CVE-2022-0778", "CVE-2022-1292");
script_tag(name:"creation_date", value:"2022-10-10 07:55:28 +0000 (Mon, 10 Oct 2022)");
script_version("2025-08-15T05:40:49+0000");
script_tag(name:"last_modification", value:"2025-08-15 05:40:49 +0000 (Fri, 15 Aug 2025)");
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:N/I:N/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2025-08-11 17:19:56 +0000 (Mon, 11 Aug 2025)");
script_name("Huawei EulerOS: Security Advisory for openssl (EulerOS-SA-2022-2525)");
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\-3\.0\.6\.6");
script_xref(name:"Advisory-ID", value:"EulerOS-SA-2022-2525");
script_xref(name:"URL", value:"https://developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html?secId=EulerOS-SA-2022-2525");
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-2525 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"The c_rehash script does not properly sanitise shell metacharacters to prevent command injection.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.3 (Affected 3.0.0,3.0.1,3.0.2).Fixed in OpenSSL 1.1.1o (Affected 1.1.1-1.1.1n).Fixed in OpenSSL 1.0.2ze (Affected 1.0.2-1.0.2zd).(CVE-2022-1292)
A flaw was found in OpenSSL. It is possible to trigger an infinite loop by crafting a certificate that has invalid elliptic curve parameters. Since certificate parsing happens before verification of the certificate signature, any process that parses an externally supplied certificate may be subject to a denial of service attack.(CVE-2022-0778)");
script_tag(name:"affected", value:"'openssl' package(s) on Huawei EulerOS Virtualization 3.0.6.6.");
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-3.0.6.6") {
if(!isnull(res = isrpmvuln(pkg:"openssl", rpm:"openssl~1.0.2k~16.h16.eulerosv2r7", rls:"EULEROSVIRT-3.0.6.6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"openssl-devel", rpm:"openssl-devel~1.0.2k~16.h16.eulerosv2r7", rls:"EULEROSVIRT-3.0.6.6"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"openssl-libs", rpm:"openssl-libs~1.0.2k~16.h16.eulerosv2r7", rls:"EULEROSVIRT-3.0.6.6"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
exit(0);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
15 Aug 2025 00:00Current
7.3High risk
Vulners AI Score7.3
CVSS 210
CVSS 3.17.5 - 9.8
EPSS0.82612
SSVC