| Reporter | Title | Published | Views | Family All 113 |
|---|---|---|---|---|
| CVE-2016-6354 | 21 Sep 201614:00 | – | alpinelinux | |
| Adobe Flex Buffer Overflow Vulnerability | 4 Aug 201600:00 | – | cnvd | |
| Qt qt5-qtwebkit Information Disclosure Vulnerability | 9 Nov 201700:00 | – | cnvd | |
| CVE-2015-8079 | 7 Sep 201720:00 | – | cve | |
| CVE-2016-6354 | 21 Sep 201614:00 | – | cve | |
| CVE-2017-5469 | 11 Jun 201821:00 | – | cve | |
| CVE-2015-8079 | 7 Sep 201720:00 | – | cvelist | |
| CVE-2016-6354 | 21 Sep 201614:00 | – | cvelist | |
| CVE-2017-5469 | 11 Jun 201821:00 | – | cvelist | |
| [SECURITY] [DSA 3653-1] flex security update | 25 Aug 201621:14 | – | debian |
# 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.2016.2397.1");
script_cve_id("CVE-2015-8079", "CVE-2016-6354");
script_tag(name:"creation_date", value:"2021-04-19 00:00:00 +0000 (Mon, 19 Apr 2021)");
script_version("2026-03-10T10:15:11+0000");
script_tag(name:"last_modification", value:"2026-03-10 10:15:11 +0000 (Tue, 10 Mar 2026)");
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.0/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:"2016-09-22 00:58:06 +0000 (Thu, 22 Sep 2016)");
script_name("SUSE: Security Advisory (SUSE-SU-2016:2397-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=(SLES12\.0SP1)");
script_xref(name:"Advisory-ID", value:"SUSE-SU-2016:2397-1");
script_xref(name:"URL", value:"https://www.suse.com/support/update/announcement/2016/suse-su-20162397-1.html");
script_xref(name:"URL", value:"https://bugzilla.suse.com/954210");
script_xref(name:"URL", value:"https://bugzilla.suse.com/990856");
script_xref(name:"URL", value:"https://lists.suse.com/pipermail/sle-security-updates/2016-September/002293.html");
script_tag(name:"summary", value:"The remote host is missing an update for the 'at, bogofilter, cyrus-imapd, flex, kdelibs4, libQtWebKit4, libbonobo, libqt5-qtwebkit, mdbtools, netpbm, openslp, sgmltool, virtuoso' package(s) announced via the SUSE-SU-2016:2397-1 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"Various packages included vulnerable parsers generated by 'flex'.
This update provides a fixed 'flex' package and also rebuilds of packages
that might have security issues caused by the auto generated code.
Flex itself was updated to fix a buffer overflow in the generated scanner
(bsc#990856, CVE-2016-6354)
Packages that were rebuilt with the fixed flex:
- at
- bogofilter
- cyrus-imapd
- kdelibs4
- libQtWebKit4
- libbonobo
- mdbtools
- netpbm
- openslp
- sgmltool
- virtuoso
Also libqt5-qtwebkit received an additional security fix:
- CVE-2015-8079: QtWebKit logs visited URLs to WebpageIcons.db in private browsing mode (bsc#954210).");
script_tag(name:"affected", value:"'at, bogofilter, cyrus-imapd, flex, kdelibs4, libQtWebKit4, libbonobo, libqt5-qtwebkit, mdbtools, netpbm, openslp, sgmltool, virtuoso' package(s) on SUSE Linux Enterprise Desktop 12-SP1, SUSE Linux Enterprise Server 12-SP1, SUSE Linux Enterprise Server for SAP Applications 12-SP1.");
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 == "SLES12.0SP1") {
if(!isnull(res = isrpmvuln(pkg:"at", rpm:"at~3.1.14~7.3", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"flex", rpm:"flex~2.5.37~8.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"flex-32bit", rpm:"flex-32bit~2.5.37~8.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libQtWebKit4-32bit", rpm:"libQtWebKit4-32bit~4.8.6+2.3.3~3.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libQtWebKit4", rpm:"libQtWebKit4~4.8.6+2.3.3~3.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libbonobo", rpm:"libbonobo~2.32.1~16.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libbonobo-32bit", rpm:"libbonobo-32bit~2.32.1~16.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libbonobo-doc", rpm:"libbonobo-doc~2.32.1~16.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libbonobo-lang", rpm:"libbonobo-lang~2.32.1~16.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libkde4-32bit", rpm:"libkde4-32bit~4.12.0~7.3", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libkde4", rpm:"libkde4~4.12.0~7.3", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libkdecore4-32bit", rpm:"libkdecore4-32bit~4.12.0~7.3", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libkdecore4", rpm:"libkdecore4~4.12.0~7.3", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libksuseinstall1-32bit", rpm:"libksuseinstall1-32bit~4.12.0~7.3", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libksuseinstall1", rpm:"libksuseinstall1~4.12.0~7.3", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libnetpbm11", rpm:"libnetpbm11~10.66.3~4.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libnetpbm11-32bit", rpm:"libnetpbm11-32bit~10.66.3~4.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"netpbm", rpm:"netpbm~10.66.3~4.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"openslp", rpm:"openslp~2.0.0~11.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"openslp-32bit", rpm:"openslp-32bit~2.0.0~11.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"openslp-server", rpm:"openslp-server~2.0.0~11.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"perl-Cyrus-IMAP", rpm:"perl-Cyrus-IMAP~2.3.18~40.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"perl-Cyrus-SIEVE-managesieve", rpm:"perl-Cyrus-SIEVE-managesieve~2.3.18~40.1", rls:"SLES12.0SP1"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
exit(0);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation