The remote host is missing an update for the Debian 'pillow' package(s) announced via the DSA-3499-1 advisory. Multiple security vulnerabilities have been found in Pillow, a Python imaging library, which may result in denial of service or the execution of arbitrary code if a malformed FLI, PCD or Tiff files is processed. We recommend that you upgrade your pillow packages
Reporter | Title | Published | Views | Family All 80 |
---|---|---|---|---|
![]() | [SECURITY] [DSA 3499-1] pillow security update | 28 Feb 201622:14 | – | debian |
![]() | [SECURITY] [DLA 422-1] python-imaging security update | 21 Feb 201614:05 | – | debian |
![]() | Debian DSA-3499-1 : pillow - security update | 29 Feb 201600:00 | – | nessus |
![]() | EulerOS Virtualization for ARM 64 3.0.2.0 : python-pillow (EulerOS-SA-2020-1244) | 13 Mar 202000:00 | – | nessus |
![]() | EulerOS 2.0 SP5 : python-pillow (EulerOS-SA-2019-2226) | 8 Nov 201900:00 | – | nessus |
![]() | Fedora 23 : python-pillow-3.0.0-2.fc23 (2016-4b06195979) | 4 Mar 201600:00 | – | nessus |
![]() | openSUSE Security Update : python-Pillow (openSUSE-2016-339) | 16 Mar 201600:00 | – | nessus |
![]() | Fedora 22 : python-pillow-2.8.2-4.fc22 (2016-4d00dca15a) | 4 Mar 201600:00 | – | nessus |
![]() | Ubuntu 14.04 LTS : Pillow vulnerabilities (USN-3090-1) | 28 Sep 201600:00 | – | nessus |
![]() | Ubuntu 12.04 LTS : python-imaging vulnerabilities (USN-3080-1) | 16 Sep 201600:00 | – | nessus |
Source | Link |
---|---|
security-tracker | www.security-tracker.debian.org/tracker/DSA-3499 |
debian | www.debian.org/security/2016/DSA-3499-1 |
# SPDX-FileCopyrightText: 2016 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.0.703499");
script_cve_id("CVE-2016-0740", "CVE-2016-0775", "CVE-2016-2533");
script_tag(name:"creation_date", value:"2016-03-08 07:08:01 +0000 (Tue, 08 Mar 2016)");
script_version("2024-02-02T05:06:05+0000");
script_tag(name:"last_modification", value:"2024-02-02 05:06:05 +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.0/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:"2016-04-17 14:09:29 +0000 (Sun, 17 Apr 2016)");
script_name("Debian: Security Advisory (DSA-3499-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("Debian Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/debian_linux", "ssh/login/packages", re:"ssh/login/release=DEB8");
script_xref(name:"Advisory-ID", value:"DSA-3499-1");
script_xref(name:"URL", value:"https://www.debian.org/security/2016/DSA-3499-1");
script_xref(name:"URL", value:"https://security-tracker.debian.org/tracker/DSA-3499");
script_tag(name:"summary", value:"The remote host is missing an update for the Debian 'pillow' package(s) announced via the DSA-3499-1 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"Multiple security vulnerabilities have been found in Pillow, a Python imaging library, which may result in denial of service or the execution of arbitrary code if a malformed FLI, PCD or Tiff files is processed.
For the oldstable distribution (wheezy), this problem has been fixed in version 1.1.7-4+deb7u2 of the python-imaging source package.
For the stable distribution (jessie), this problem has been fixed in version 2.6.1-2+deb8u2.
For the testing distribution (stretch), this problem has been fixed in version 3.1.1-1.
For the unstable distribution (sid), this problem has been fixed in version 3.1.1-1.
We recommend that you upgrade your pillow packages.");
script_tag(name:"affected", value:"'pillow' package(s) on Debian 8.");
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 == "DEB8") {
if(!isnull(res = isdpkgvuln(pkg:"python-imaging", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"python-imaging-tk", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"python-pil", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"python-pil-dbg", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"python-pil-doc", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"python-pil.imagetk", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"python-pil.imagetk-dbg", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"python-sane", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"python-sane-dbg", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"python3-pil", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"python3-pil-dbg", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"python3-pil.imagetk", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"python3-pil.imagetk-dbg", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"python3-sane", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"python3-sane-dbg", ver:"2.6.1-2+deb8u2", rls:"DEB8"))) {
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