Huawei EulerOS security update for libss
Reporter | Title | Published | Views | Family All 98 |
---|---|---|---|---|
![]() | [SECURITY] Fedora 31 Update: libssh-0.9.3-1.fc31 | 18 Dec 201901:56 | – | fedora |
![]() | [SECURITY] Fedora 30 Update: libssh-0.9.3-1.fc30 | 3 Jan 202020:36 | – | fedora |
![]() | CVE-2019-14889 | 10 Dec 201923:15 | – | osv |
![]() | libssh - security update | 17 Dec 201900:00 | – | osv |
![]() | RHSA-2020:4545 Red Hat Security Advisory: libssh security, bug fix, and enhancement update | 16 Sep 202404:23 | – | osv |
![]() | libssh - security update | 29 May 202300:00 | – | osv |
![]() | Moderate: libssh security, bug fix, and enhancement update | 3 Nov 202012:14 | – | osv |
![]() | OPENSUSE-SU-2024:10998-1 libssh-config-0.9.6-1.2 on GA media | 15 Jun 202400:00 | – | osv |
![]() | Fedora 31 : libssh (2019-8b0ad69829) | 18 Dec 201900:00 | – | nessus |
![]() | Ubuntu 16.04 LTS / 18.04 LTS : libssh vulnerability (USN-4219-1) | 12 Dec 201900:00 | – | nessus |
Source | Link |
---|---|
developer | www.developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html |
# SPDX-FileCopyrightText: 2020 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.2020.1164");
script_cve_id("CVE-2019-14889");
script_tag(name:"creation_date", value:"2020-02-25 13:57:41 +0000 (Tue, 25 Feb 2020)");
script_version("2024-02-05T14:36:56+0000");
script_tag(name:"last_modification", value:"2024-02-05 14:36:56 +0000 (Mon, 05 Feb 2024)");
script_tag(name:"cvss_base", value:"9.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2019-12-23 17:25:06 +0000 (Mon, 23 Dec 2019)");
script_name("Huawei EulerOS: Security Advisory for libssh (EulerOS-SA-2020-1164)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2020 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=EULEROS\-2\.0SP8");
script_xref(name:"Advisory-ID", value:"EulerOS-SA-2020-1164");
script_xref(name:"URL", value:"https://developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html?secId=EulerOS-SA-2020-1164");
script_tag(name:"summary", value:"The remote host is missing an update for the Huawei EulerOS 'libssh' package(s) announced via the EulerOS-SA-2020-1164 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"A flaw was found with the libssh API function ssh_scp_new() in versions before 0.9.3 and before 0.8.8. When the libssh SCP client connects to a server, the scp command, which includes a user-provided path, is executed on the server-side. In case the library is used in a way where users can influence the third parameter of the function, it would become possible for an attacker to inject arbitrary commands, leading to a compromise of the remote target.(CVE-2019-14889)");
script_tag(name:"affected", value:"'libssh' package(s) on Huawei EulerOS V2.0SP8.");
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 == "EULEROS-2.0SP8") {
if(!isnull(res = isrpmvuln(pkg:"libssh", rpm:"libssh~0.8.3~3.h3.eulerosv2r8", rls:"EULEROS-2.0SP8"))) {
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