The update for 'flac' package(s) in SUSE-SU-2019:0920-1 fixes CVE-2017-6888
Reporter | Title | Published | Views | Family All 44 |
---|---|---|---|---|
Tenable Nessus | Fedora 28 : flac (2018-6a378e32c3) | 3 Jan 201900:00 | β | nessus |
Tenable Nessus | SUSE SLED15 / SLES15 Security Update : flac (SUSE-SU-2019:0920-1) | 10 Apr 201900:00 | β | nessus |
Tenable Nessus | EulerOS Virtualization for ARM 64 3.0.6.0 : flac (EulerOS-SA-2020-2052) | 28 Sep 202000:00 | β | nessus |
Tenable Nessus | openSUSE Security Update : flac (openSUSE-2018-408) | 2 May 201800:00 | β | nessus |
Tenable Nessus | Fedora 27 : flac (2018-46f48df07d) | 16 May 201800:00 | β | nessus |
Tenable Nessus | EulerOS Virtualization for ARM 64 3.0.3.0 : flac (EulerOS-SA-2019-2327) | 3 Dec 201900:00 | β | nessus |
Tenable Nessus | openSUSE Security Update : flac (openSUSE-2019-1225) | 18 Apr 201900:00 | β | nessus |
Tenable Nessus | Debian DLA-2514-1 : flac security update | 5 Jan 202100:00 | β | nessus |
Tenable Nessus | Fedora 33 : mingw-flac (2021-ed9c13a1d5) | 25 Feb 202100:00 | β | nessus |
Tenable Nessus | Fedora 32 : mingw-flac (2021-a48ccc6754) | 25 Feb 202100:00 | β | nessus |
# SPDX-FileCopyrightText: 2021 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.4.2019.0920.1");
script_cve_id("CVE-2017-6888");
script_tag(name:"creation_date", value:"2021-06-09 14:57:26 +0000 (Wed, 09 Jun 2021)");
script_version("2024-02-02T14:37:50+0000");
script_tag(name:"last_modification", value:"2024-02-02 14:37:50 +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:L/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:"2018-06-13 12:08:27 +0000 (Wed, 13 Jun 2018)");
script_name("SUSE: Security Advisory (SUSE-SU-2019:0920-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2021 Greenbone AG");
script_family("SuSE Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/suse_sles", "ssh/login/rpms", re:"ssh/login/release=(SLES15\.0)");
script_xref(name:"Advisory-ID", value:"SUSE-SU-2019:0920-1");
script_xref(name:"URL", value:"https://www.suse.com/support/update/announcement/2019/suse-su-20190920-1/");
script_tag(name:"summary", value:"The remote host is missing an update for the 'flac' package(s) announced via the SUSE-SU-2019:0920-1 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"This update for flac fixes the following issues:
CVE-2017-6888: An error in the 'read_metadata_vorbiscomment_()' function
could be exploited to cause a memory leak via a specially crafted FLAC
file (bsc#1091045).");
script_tag(name:"affected", value:"'flac' package(s) on SUSE Linux Enterprise Module for Basesystem 15, SUSE Linux Enterprise Module for Open Buildservice Development Tools 15.");
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 == "SLES15.0") {
if(!isnull(res = isrpmvuln(pkg:"flac-debuginfo", rpm:"flac-debuginfo~1.3.2~3.3.20", rls:"SLES15.0"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"flac-debugsource", rpm:"flac-debugsource~1.3.2~3.3.20", rls:"SLES15.0"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"flac-devel", rpm:"flac-devel~1.3.2~3.3.20", rls:"SLES15.0"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libFLAC++6", rpm:"libFLAC++6~1.3.2~3.3.20", rls:"SLES15.0"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libFLAC++6-debuginfo", rpm:"libFLAC++6-debuginfo~1.3.2~3.3.20", rls:"SLES15.0"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libFLAC8", rpm:"libFLAC8~1.3.2~3.3.20", rls:"SLES15.0"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libFLAC8-debuginfo", rpm:"libFLAC8-debuginfo~1.3.2~3.3.20", rls:"SLES15.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