The remote host is missing an update for the Huawei EulerOS 'libsndfile' package(s) announced via the EulerOS-SA-2019-2351 advisory. The package is affected by multiple CVEs, including CVE-2017-12562, CVE-2018-19662, and CVE-2019-3832. The vulnerabilities could allow remote attackers to cause denial of service or have unspecified other impacts
Reporter | Title | Published | Views | Family All 172 |
---|---|---|---|---|
Tenable Nessus | EulerOS Virtualization for ARM 64 3.0.3.0 : libsndfile (EulerOS-SA-2019-2351) | 3 Dec 201900:00 | – | nessus |
Tenable Nessus | EulerOS 2.0 SP5 : libsndfile (EulerOS-SA-2020-2254) | 30 Oct 202000:00 | – | nessus |
Tenable Nessus | FreeBSD : libsndfile -- out-of-bounds read memory access (086c96cd-d0cb-11ea-b922-5404a68ad561) | 30 Jul 202000:00 | – | nessus |
Tenable Nessus | EulerOS 2.0 SP2 : libsndfile (EulerOS-SA-2021-1319) | 22 Feb 202100:00 | – | nessus |
Tenable Nessus | EulerOS Virtualization 3.0.6.6 : libsndfile (EulerOS-SA-2020-2469) | 6 Nov 202000:00 | – | nessus |
Tenable Nessus | Debian DLA-1712-1 : libsndfile security update | 14 Mar 201900:00 | – | nessus |
Tenable Nessus | EulerOS 2.0 SP3 : libsndfile (EulerOS-SA-2020-2094) | 28 Sep 202000:00 | – | nessus |
Tenable Nessus | RHEL 8 : libsndfile (Unpatched Vulnerability) | 11 May 202400:00 | – | nessus |
Tenable Nessus | RHEL 8 : libsndfile (Unpatched Vulnerability) | 3 Jun 202400:00 | – | nessus |
Tenable Nessus | Debian DLA-2418-1 : libsndfile security update | 30 Oct 202000: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.2351");
script_cve_id("CVE-2017-12562", "CVE-2018-19662", "CVE-2019-3832");
script_tag(name:"creation_date", value:"2020-01-23 12:47:51 +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:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
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:"2017-08-09 15:10:07 +0000 (Wed, 09 Aug 2017)");
script_name("Huawei EulerOS: Security Advisory for libsndfile (EulerOS-SA-2019-2351)");
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=EULEROSVIRTARM64\-3\.0\.3\.0");
script_xref(name:"Advisory-ID", value:"EulerOS-SA-2019-2351");
script_xref(name:"URL", value:"https://developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html?secId=EulerOS-SA-2019-2351");
script_tag(name:"summary", value:"The remote host is missing an update for the Huawei EulerOS 'libsndfile' package(s) announced via the EulerOS-SA-2019-2351 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"Heap-based Buffer Overflow in the psf_binheader_writef function in common.c in libsndfile through 1.0.28 allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact.(CVE-2017-12562)
It was discovered the fix for CVE-2018-19758 (libsndfile) was not complete and still allows a read beyond the limits of a buffer in wav_write_header() function in wav.c. A local attacker may use this flaw to make the application crash.(CVE-2019-3832)
An issue was discovered in libsndfile 1.0.28. There is a buffer over-read in the function i2alaw_array in alaw.c that will lead to a denial of service.(CVE-2018-19662)");
script_tag(name:"affected", value:"'libsndfile' package(s) on Huawei EulerOS Virtualization for ARM 64 3.0.3.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 == "EULEROSVIRTARM64-3.0.3.0") {
if(!isnull(res = isrpmvuln(pkg:"libsndfile", rpm:"libsndfile~1.0.28~9.h4.eulerosv2r8", rls:"EULEROSVIRTARM64-3.0.3.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