The 'wavpack' package(s) in Ubuntu 18.04, 18.10, 19.04 is missing an update, affecting the handling of certain DFF files, possibly leading to a denial of service
Reporter | Title | Published | Views | Family All 70 |
---|---|---|---|---|
UbuntuCve | CVE-2019-11498 | 24 Apr 201900:00 | – | ubuntucve |
RedhatCVE | CVE-2019-11498 | 8 Apr 202005:17 | – | redhatcve |
Tenable Nessus | Fedora 30 : wavpack (2019-52145aa7ca) | 22 May 201900:00 | – | nessus |
Tenable Nessus | EulerOS 2.0 SP8 : wavpack (EulerOS-SA-2019-2122) | 12 Nov 201900:00 | – | nessus |
Tenable Nessus | Ubuntu 18.04 LTS : WavPack vulnerability (USN-3960-1) | 21 Oct 202300:00 | – | nessus |
Tenable Nessus | Fedora 29 : wavpack (2019-b8a704ff4b) | 4 Jun 201900:00 | – | nessus |
Tenable Nessus | SUSE SLED15 / SLES15 Security Update : wavpack (SUSE-SU-2019:2191-1) | 22 Aug 201900:00 | – | nessus |
Tenable Nessus | openSUSE Security Update : wavpack (openSUSE-2019-2067) | 6 Sep 201900:00 | – | nessus |
Tenable Nessus | GLSA-202007-19 : WavPack: Multiple vulnerabilities | 27 Jul 202000:00 | – | nessus |
Tenable Nessus | RHEL 8 : wavpack (Unpatched Vulnerability) | 11 May 202400:00 | – | nessus |
Source | Link |
---|---|
ubuntu | www.ubuntu.com/security/notices/USN-3960-1 |
# 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.12.2019.3960.1");
script_cve_id("CVE-2019-11498");
script_tag(name:"creation_date", value:"2022-08-26 07:43:23 +0000 (Fri, 26 Aug 2022)");
script_version("2024-02-02T05:06:10+0000");
script_tag(name:"last_modification", value:"2024-02-02 05:06:10 +0000 (Fri, 02 Feb 2024)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2019-04-26 16:22:17 +0000 (Fri, 26 Apr 2019)");
script_name("Ubuntu: Security Advisory (USN-3960-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2022 Greenbone AG");
script_family("Ubuntu Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/ubuntu_linux", "ssh/login/packages", re:"ssh/login/release=UBUNTU(18\.04\ LTS|18\.10|19\.04)");
script_xref(name:"Advisory-ID", value:"USN-3960-1");
script_xref(name:"URL", value:"https://ubuntu.com/security/notices/USN-3960-1");
script_tag(name:"summary", value:"The remote host is missing an update for the 'wavpack' package(s) announced via the USN-3960-1 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"It was discovered that WavPack incorrectly handled certain DFF files.
An attacker could possibly use this issue to cause a denial of service.");
script_tag(name:"affected", value:"'wavpack' package(s) on Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04.");
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-deb.inc");
release = dpkg_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "UBUNTU18.04 LTS") {
if(!isnull(res = isdpkgvuln(pkg:"libwavpack1", ver:"5.1.0-2ubuntu1.3", rls:"UBUNTU18.04 LTS"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"wavpack", ver:"5.1.0-2ubuntu1.3", rls:"UBUNTU18.04 LTS"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
if(release == "UBUNTU18.10") {
if(!isnull(res = isdpkgvuln(pkg:"libwavpack1", ver:"5.1.0-4ubuntu0.2", rls:"UBUNTU18.10"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"wavpack", ver:"5.1.0-4ubuntu0.2", rls:"UBUNTU18.10"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
if(release == "UBUNTU19.04") {
if(!isnull(res = isdpkgvuln(pkg:"libwavpack1", ver:"5.1.0-5ubuntu0.1", rls:"UBUNTU19.04"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"wavpack", ver:"5.1.0-5ubuntu0.1", rls:"UBUNTU19.04"))) {
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