This advisory addresses an integer underflow issue in ntfs-3g 2017.3.23, allowing a local attacker to execute arbitrary code via 'libguestfs-winsupport' package(s) on Huawei EulerOS V2.0SP5
Reporter | Title | Published | Views | Family All 87 |
---|---|---|---|---|
![]() | Security fix for the ALT Linux 9 package ntfs-3g version 2:2017.3.23-alt3 | 23 Oct 202000:00 | – | altlinux |
![]() | Low: libguestfs-winsupport | 22 Oct 202018:11 | – | amazon |
![]() | CVE-2019-9755 affecting package ntfs-3g for versions less than 2017.3.23-15 | 9 Apr 202215:39 | – | cbl_mariner |
![]() | CVE-2019-9755 affecting package ntfs-3g for versions less than 2017.3.23-15 | 9 Apr 202215:39 | – | cbl_mariner |
![]() | [SECURITY] [DLA 1724-1] ntfs-3g security update | 22 Mar 201915:01 | – | debian |
![]() | [SECURITY] [DSA 4413-1] ntfs-3g security update | 21 Mar 201920:29 | – | debian |
![]() | [SECURITY] [DSA 4413-1] ntfs-3g security update | 21 Mar 201920:29 | – | debian |
![]() | EulerOS 2.0 SP3 : libguestfs-winsupport (EulerOS-SA-2019-2253) | 8 Nov 201900:00 | – | nessus |
![]() | RHEL 6 : libguestfs-winsupport (Unpatched Vulnerability) | 3 Jun 202400:00 | – | nessus |
![]() | Debian DLA-1724-1 : ntfs-3g security update | 25 Mar 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.2019.2126");
script_cve_id("CVE-2019-9755");
script_tag(name:"creation_date", value:"2020-01-23 12:35:18 +0000 (Thu, 23 Jan 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:"4.4");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:P/I:P/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2019-06-07 17:37:26 +0000 (Fri, 07 Jun 2019)");
script_name("Huawei EulerOS: Security Advisory for libguestfs-winsupport (EulerOS-SA-2019-2126)");
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\.0SP5");
script_xref(name:"Advisory-ID", value:"EulerOS-SA-2019-2126");
script_xref(name:"URL", value:"https://developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html?secId=EulerOS-SA-2019-2126");
script_tag(name:"summary", value:"The remote host is missing an update for the Huawei EulerOS 'libguestfs-winsupport' package(s) announced via the EulerOS-SA-2019-2126 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"An integer underflow issue exists in ntfs-3g 2017.3.23. A local attacker could potentially exploit this by running /bin/ntfs-3g with specially crafted arguments from a specially crafted directory to cause a heap buffer overflow, resulting in a crash or the ability to execute arbitrary code. In installations where /bin/ntfs-3g is a setuid-root binary, this could lead to a local escalation of privileges.(CVE-2019-9755)");
script_tag(name:"affected", value:"'libguestfs-winsupport' package(s) on Huawei EulerOS V2.0SP5.");
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.0SP5") {
if(!isnull(res = isrpmvuln(pkg:"libguestfs-winsupport", rpm:"libguestfs-winsupport~7.2~3.eulerosv2r7", rls:"EULEROS-2.0SP5"))) {
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