openSUSE: Security Advisory for unzip (openSUSE-SU-2018:3043-1)
2018-10-06T00:00:00
ID OPENVAS:1361412562310851927 Type openvas Reporter Copyright (C) 2018 Greenbone Networks GmbH Modified 2020-01-31T00:00:00
Description
The remote host is missing an update for the
# Copyright (C) 2018 Greenbone Networks GmbH
# Text descriptions are largely excerpted from the referenced
# advisory, and are Copyright (C) of their respective author(s)
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.851927");
script_version("2020-01-31T08:23:39+0000");
script_tag(name:"last_modification", value:"2020-01-31 08:23:39 +0000 (Fri, 31 Jan 2020)");
script_tag(name:"creation_date", value:"2018-10-06 08:20:39 +0200 (Sat, 06 Oct 2018)");
script_cve_id("CVE-2014-9636", "CVE-2014-9913", "CVE-2015-7696", "CVE-2015-7697", "CVE-2016-9844", "CVE-2018-1000035");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_tag(name:"qod_type", value:"package");
script_name("openSUSE: Security Advisory for unzip (openSUSE-SU-2018:3043-1)");
script_tag(name:"summary", value:"The remote host is missing an update for the 'unzip'
package(s) announced via the referenced 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 unzip fixes the following security issues:
- CVE-2014-9913: Specially crafted zip files could trigger invalid memory
writes possibly resulting in DoS or corruption (bsc#1013993)
- CVE-2015-7696: Specially crafted zip files with password protection
could trigger a crash and lead to denial of service (bsc#950110)
- CVE-2015-7697: Specially crafted zip files could trigger an endless loop
and lead to denial of service (bsc#950111)
- CVE-2016-9844: Specially crafted zip files could trigger invalid memory
writes possibly resulting in DoS or corruption (bsc#1013992)
- CVE-2018-1000035: Prevent heap-based buffer overflow in the processing
of password-protected archives that allowed an attacker to perform a
denial of service or to possibly achieve code execution (bsc#1080074).
- CVE-2014-9636: Prevent denial of service (out-of-bounds read or write
and crash) via an extra field with an uncompressed size smaller than the
compressed field size in a zip archive that advertises STORED method
compression (bsc#914442).
This non-security issue was fixed:
- Allow processing of Windows zip64 archives (Windows archivers set
total_disks field to 0 but per standard, valid values are 1 and higher)
(bnc#910683)
This update was imported from the SUSE:SLE-12:Update update project.
Patch Instructions:
To install this openSUSE Security Update use the SUSE recommended
installation methods
like YaST online_update or 'zypper patch'.
Alternatively you can run the command listed for your product:
- openSUSE Leap 42.3:
zypper in -t patch openSUSE-2018-1124=1");
script_tag(name:"affected", value:"unzip on openSUSE Leap 42.3");
script_tag(name:"solution", value:"Please install the updated package(s).");
script_xref(name:"openSUSE-SU", value:"2018:3043-1");
script_xref(name:"URL", value:"https://lists.opensuse.org/opensuse-security-announce/2018-10/msg00013.html");
script_tag(name:"solution_type", value:"VendorFix");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2018 Greenbone Networks GmbH");
script_family("SuSE Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/suse", "ssh/login/rpms", re:"ssh/login/release=openSUSELeap42\.3");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-rpm.inc");
release = rpm_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "openSUSELeap42.3") {
if(!isnull(res = isrpmvuln(pkg:"unzip", rpm:"unzip~6.00~31.3.1", rls:"openSUSELeap42.3"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"unzip-debuginfo", rpm:"unzip-debuginfo~6.00~31.3.1", rls:"openSUSELeap42.3"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"unzip-debugsource", rpm:"unzip-debugsource~6.00~31.3.1", rls:"openSUSELeap42.3"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"unzip-doc", rpm:"unzip-doc~6.00~31.3.1", rls:"openSUSELeap42.3"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"unzip-rcc", rpm:"unzip-rcc~6.00~31.3.1", rls:"openSUSELeap42.3"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"unzip-rcc-debuginfo", rpm:"unzip-rcc-debuginfo~6.00~31.3.1", rls:"openSUSELeap42.3"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"unzip-rcc-debugsource", rpm:"unzip-rcc-debugsource~6.00~31.3.1", rls:"openSUSELeap42.3"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
exit(0);
{"id": "OPENVAS:1361412562310851927", "type": "openvas", "bulletinFamily": "scanner", "title": "openSUSE: Security Advisory for unzip (openSUSE-SU-2018:3043-1)", "description": "The remote host is missing an update for the ", "published": "2018-10-06T00:00:00", "modified": "2020-01-31T00:00:00", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310851927", "reporter": "Copyright (C) 2018 Greenbone Networks GmbH", "references": ["2018:3043-1", "https://lists.opensuse.org/opensuse-security-announce/2018-10/msg00013.html"], "cvelist": ["CVE-2018-1000035", "CVE-2014-9913", "CVE-2016-9844", "CVE-2014-9636", "CVE-2015-7696", "CVE-2015-7697"], "lastseen": "2020-01-31T17:33:53", "viewCount": 0, "enchantments": {"dependencies": {"references": [{"type": "nessus", "idList": ["EULEROS_SA-2019-2429.NASL", "SUSE_SU-2017-0639-1.NASL", "EULEROS_SA-2020-1462.NASL", "EULEROS_SA-2019-2677.NASL", "SUSE_SU-2018-2978-1.NASL", "EULEROS_SA-2019-2234.NASL", "OPENSUSE-2018-1124.NASL", "FREEBSD_PKG_86C3C66EB2F511E5863AB499BAEBFEAF.NASL", "UBUNTU_USN-2788-1.NASL", "AL2_ALAS-2021-1604.NASL"]}, {"type": "suse", "idList": ["OPENSUSE-SU-2018:1914-1", "OPENSUSE-SU-2018:3043-1"]}, {"type": "openvas", "idList": ["OPENVAS:1361412562311220192429", "OPENVAS:1361412562310703386", "OPENVAS:1361412562310842509", "OPENVAS:1361412562311220192677", "OPENVAS:1361412562311220192234", "OPENVAS:1361412562311220201222", "OPENVAS:1361412562310842527", "OPENVAS:1361412562311220181170", "OPENVAS:1361412562311220201462", "OPENVAS:703386"]}, {"type": "cve", "idList": ["CVE-2015-7696", "CVE-2015-7697", "CVE-2014-9636", "CVE-2018-1000035", "CVE-2016-9844", "CVE-2014-9913"]}, {"type": "amazon", "idList": ["ALAS2-2021-1604"]}, {"type": "ubuntu", "idList": ["USN-2788-2", "USN-4672-1", "USN-2489-1", "USN-2788-1"]}, {"type": "debian", "idList": ["DEBIAN:DLA-330-1:A343E", "DEBIAN:DLA-150-1:8D190", "DEBIAN:DSA-3152-1:1C202", "DEBIAN:DSA-3386-1:F4F22", "DEBIAN:DLA-2082-1:B5C6A", "DEBIAN:DLA-741-1:F212A"]}, {"type": "freebsd", "idList": ["86C3C66E-B2F5-11E5-863A-B499BAEBFEAF", "E543C6F8-ABF2-11E4-8AC7-D050992ECDE8"]}, {"type": "archlinux", "idList": ["ASA-201511-1", "ASA-201503-9"]}, {"type": "cloudfoundry", "idList": ["CFOUNDRY:7EFEF457C59268495EF5F41B32699777", "CFOUNDRY:5954DE1E741BB2E48E0E028078E0D210"]}, {"type": "securityvulns", "idList": ["SECURITYVULNS:DOC:31705", "SECURITYVULNS:VULN:14752", "SECURITYVULNS:DOC:32650"]}, {"type": "fedora", "idList": ["FEDORA:6320160ABEFC", "FEDORA:23AB760BBD0B", "FEDORA:F2DEA60C85FC", "FEDORA:1D4786076F57", "FEDORA:6FB5160EDC21"]}, {"type": "slackware", "idList": ["SSA-2019-060-01"]}, {"type": "gentoo", "idList": ["GLSA-202003-58"]}], "modified": "2020-01-31T17:33:53", "rev": 2}, "score": {"value": 7.1, "vector": "NONE", "modified": "2020-01-31T17:33:53", "rev": 2}, "vulnersScore": 7.1}, "pluginID": "1361412562310851927", "sourceData": "# Copyright (C) 2018 Greenbone Networks GmbH\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (C) of their respective author(s)\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.851927\");\n script_version(\"2020-01-31T08:23:39+0000\");\n script_tag(name:\"last_modification\", value:\"2020-01-31 08:23:39 +0000 (Fri, 31 Jan 2020)\");\n script_tag(name:\"creation_date\", value:\"2018-10-06 08:20:39 +0200 (Sat, 06 Oct 2018)\");\n script_cve_id(\"CVE-2014-9636\", \"CVE-2014-9913\", \"CVE-2015-7696\", \"CVE-2015-7697\", \"CVE-2016-9844\", \"CVE-2018-1000035\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_name(\"openSUSE: Security Advisory for unzip (openSUSE-SU-2018:3043-1)\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'unzip'\n package(s) announced via the referenced advisory.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable package version is present on the target host.\");\n\n script_tag(name:\"insight\", value:\"This update for unzip fixes the following security issues:\n\n - CVE-2014-9913: Specially crafted zip files could trigger invalid memory\n writes possibly resulting in DoS or corruption (bsc#1013993)\n\n - CVE-2015-7696: Specially crafted zip files with password protection\n could trigger a crash and lead to denial of service (bsc#950110)\n\n - CVE-2015-7697: Specially crafted zip files could trigger an endless loop\n and lead to denial of service (bsc#950111)\n\n - CVE-2016-9844: Specially crafted zip files could trigger invalid memory\n writes possibly resulting in DoS or corruption (bsc#1013992)\n\n - CVE-2018-1000035: Prevent heap-based buffer overflow in the processing\n of password-protected archives that allowed an attacker to perform a\n denial of service or to possibly achieve code execution (bsc#1080074).\n\n - CVE-2014-9636: Prevent denial of service (out-of-bounds read or write\n and crash) via an extra field with an uncompressed size smaller than the\n compressed field size in a zip archive that advertises STORED method\n compression (bsc#914442).\n\n This non-security issue was fixed:\n\n - Allow processing of Windows zip64 archives (Windows archivers set\n total_disks field to 0 but per standard, valid values are 1 and higher)\n (bnc#910683)\n\n This update was imported from the SUSE:SLE-12:Update update project.\n\n Patch Instructions:\n\n To install this openSUSE Security Update use the SUSE recommended\n installation methods\n like YaST online_update or 'zypper patch'.\n\n Alternatively you can run the command listed for your product:\n\n - openSUSE Leap 42.3:\n\n zypper in -t patch openSUSE-2018-1124=1\");\n\n script_tag(name:\"affected\", value:\"unzip on openSUSE Leap 42.3\");\n\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_xref(name:\"openSUSE-SU\", value:\"2018:3043-1\");\n script_xref(name:\"URL\", value:\"https://lists.opensuse.org/opensuse-security-announce/2018-10/msg00013.html\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2018 Greenbone Networks GmbH\");\n script_family(\"SuSE Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/suse\", \"ssh/login/rpms\", re:\"ssh/login/release=openSUSELeap42\\.3\");\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\nreport = \"\";\n\nif(release == \"openSUSELeap42.3\") {\n if(!isnull(res = isrpmvuln(pkg:\"unzip\", rpm:\"unzip~6.00~31.3.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"unzip-debuginfo\", rpm:\"unzip-debuginfo~6.00~31.3.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"unzip-debugsource\", rpm:\"unzip-debugsource~6.00~31.3.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"unzip-doc\", rpm:\"unzip-doc~6.00~31.3.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"unzip-rcc\", rpm:\"unzip-rcc~6.00~31.3.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"unzip-rcc-debuginfo\", rpm:\"unzip-rcc-debuginfo~6.00~31.3.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(!isnull(res = isrpmvuln(pkg:\"unzip-rcc-debugsource\", rpm:\"unzip-rcc-debugsource~6.00~31.3.1\", rls:\"openSUSELeap42.3\"))) {\n report += res;\n }\n\n if(report != \"\") {\n security_message(data:report);\n } else if(__pkg_match) {\n exit(99);\n }\n exit(0);\n}\n\nexit(0);\n", "naslFamily": "SuSE Local Security Checks"}
{"suse": [{"lastseen": "2018-10-05T22:29:19", "bulletinFamily": "unix", "cvelist": ["CVE-2018-1000035", "CVE-2014-9913", "CVE-2016-9844", "CVE-2014-9636", "CVE-2015-7696", "CVE-2015-7697"], "description": "This update for unzip fixes the following security issues:\n\n - CVE-2014-9913: Specially crafted zip files could trigger invalid memory\n writes possibly resulting in DoS or corruption (bsc#1013993)\n - CVE-2015-7696: Specially crafted zip files with password protection\n could trigger a crash and lead to denial of service (bsc#950110)\n - CVE-2015-7697: Specially crafted zip files could trigger an endless loop\n and lead to denial of service (bsc#950111)\n - CVE-2016-9844: Specially crafted zip files could trigger invalid memory\n writes possibly resulting in DoS or corruption (bsc#1013992)\n - CVE-2018-1000035: Prevent heap-based buffer overflow in the processing\n of password-protected archives that allowed an attacker to perform a\n denial of service or to possibly achieve code execution (bsc#1080074).\n - CVE-2014-9636: Prevent denial of service (out-of-bounds read or write\n and crash) via an extra field with an uncompressed size smaller than the\n compressed field size in a zip archive that advertises STORED method\n compression (bsc#914442).\n\n This non-security issue was fixed:\n\n - Allow processing of Windows zip64 archives (Windows archivers set\n total_disks field to 0 but per standard, valid values are 1 and higher)\n (bnc#910683)\n\n This update was imported from the SUSE:SLE-12:Update update project.\n\n", "edition": 1, "modified": "2018-10-05T21:18:21", "published": "2018-10-05T21:18:21", "id": "OPENSUSE-SU-2018:3043-1", "href": "http://lists.opensuse.org/opensuse-security-announce/2018-10/msg00013.html", "title": "Security update for unzip (moderate)", "type": "suse", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-07-07T05:24:42", "bulletinFamily": "unix", "cvelist": ["CVE-2018-1000035", "CVE-2014-9636"], "description": "This update for unzip fixes the following issues:\n\n - CVE-2014-9636: Prevent denial of service (out-of-bounds read or write\n and crash) via an extra field with an uncompressed size smaller than the\n compressed field size in a zip archive that advertises STORED method\n compression (bsc#914442)\n - CVE-2018-1000035: Prevent heap-based buffer overflow in the processing\n of password-protected archives that allowed an attacker to perform a\n denial of service or to possibly achieve code execution (bsc#1080074)\n\n This non-security issue was fixed:\n\n +- Allow processing of Windows zip64 archives (Windows archivers set\n total_disks field to 0 but per standard, valid values are 1 and higher)\n (bnc#910683)\n\n This update was imported from the SUSE:SLE-15:Update update project.\n\n", "edition": 1, "modified": "2018-07-07T03:08:17", "published": "2018-07-07T03:08:17", "id": "OPENSUSE-SU-2018:1914-1", "href": "http://lists.opensuse.org/opensuse-security-announce/2018-07/msg00013.html", "title": "Security update for unzip (moderate)", "type": "suse", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}], "nessus": [{"lastseen": "2021-01-20T12:34:01", "description": "This update for unzip fixes the following security issues :\n\n - CVE-2014-9913: Specially crafted zip files could trigger\n invalid memory writes possibly resulting in DoS or\n corruption (bsc#1013993)\n\n - CVE-2015-7696: Specially crafted zip files with password\n protection could trigger a crash and lead to denial of\n service (bsc#950110)\n\n - CVE-2015-7697: Specially crafted zip files could trigger\n an endless loop and lead to denial of service\n (bsc#950111)\n\n - CVE-2016-9844: Specially crafted zip files could trigger\n invalid memory writes possibly resulting in DoS or\n corruption (bsc#1013992)\n\n - CVE-2018-1000035: Prevent heap-based buffer overflow in\n the processing of password-protected archives that\n allowed an attacker to perform a denial of service or to\n possibly achieve code execution (bsc#1080074).\n\n - CVE-2014-9636: Prevent denial of service (out-of-bounds\n read or write and crash) via an extra field with an\n uncompressed size smaller than the compressed field size\n in a zip archive that advertises STORED method\n compression (bsc#914442).\n\nThis non-security issue was fixed :\n\n - Allow processing of Windows zip64 archives (Windows\n archivers set total_disks field to 0 but per standard,\n valid values are 1 and higher) (bnc#910683)\n\nThis update was imported from the SUSE:SLE-12:Update update project.", "edition": 14, "cvss3": {"score": 7.8, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2018-10-09T00:00:00", "title": "openSUSE Security Update : unzip (openSUSE-2018-1124)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-1000035", "CVE-2014-9913", "CVE-2016-9844", "CVE-2014-9636", "CVE-2015-7696", "CVE-2015-7697"], "modified": "2018-10-09T00:00:00", "cpe": ["p-cpe:/a:novell:opensuse:unzip-rcc", "p-cpe:/a:novell:opensuse:unzip", "p-cpe:/a:novell:opensuse:unzip-debugsource", "p-cpe:/a:novell:opensuse:unzip-rcc-debuginfo", "p-cpe:/a:novell:opensuse:unzip-rcc-debugsource", "cpe:/o:novell:opensuse:42.3", "p-cpe:/a:novell:opensuse:unzip-debuginfo"], "id": "OPENSUSE-2018-1124.NASL", "href": "https://www.tenable.com/plugins/nessus/117981", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from openSUSE Security Update openSUSE-2018-1124.\n#\n# The text description of this plugin is (C) SUSE LLC.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(117981);\n script_version(\"1.3\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/19\");\n\n script_cve_id(\"CVE-2014-9636\", \"CVE-2014-9913\", \"CVE-2015-7696\", \"CVE-2015-7697\", \"CVE-2016-9844\", \"CVE-2018-1000035\");\n\n script_name(english:\"openSUSE Security Update : unzip (openSUSE-2018-1124)\");\n script_summary(english:\"Check for the openSUSE-2018-1124 patch\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote openSUSE host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"This update for unzip fixes the following security issues :\n\n - CVE-2014-9913: Specially crafted zip files could trigger\n invalid memory writes possibly resulting in DoS or\n corruption (bsc#1013993)\n\n - CVE-2015-7696: Specially crafted zip files with password\n protection could trigger a crash and lead to denial of\n service (bsc#950110)\n\n - CVE-2015-7697: Specially crafted zip files could trigger\n an endless loop and lead to denial of service\n (bsc#950111)\n\n - CVE-2016-9844: Specially crafted zip files could trigger\n invalid memory writes possibly resulting in DoS or\n corruption (bsc#1013992)\n\n - CVE-2018-1000035: Prevent heap-based buffer overflow in\n the processing of password-protected archives that\n allowed an attacker to perform a denial of service or to\n possibly achieve code execution (bsc#1080074).\n\n - CVE-2014-9636: Prevent denial of service (out-of-bounds\n read or write and crash) via an extra field with an\n uncompressed size smaller than the compressed field size\n in a zip archive that advertises STORED method\n compression (bsc#914442).\n\nThis non-security issue was fixed :\n\n - Allow processing of Windows zip64 archives (Windows\n archivers set total_disks field to 0 but per standard,\n valid values are 1 and higher) (bnc#910683)\n\nThis update was imported from the SUSE:SLE-12:Update update project.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.opensuse.org/show_bug.cgi?id=1013992\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.opensuse.org/show_bug.cgi?id=1013993\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.opensuse.org/show_bug.cgi?id=1080074\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.opensuse.org/show_bug.cgi?id=910683\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.opensuse.org/show_bug.cgi?id=914442\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.opensuse.org/show_bug.cgi?id=950110\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.opensuse.org/show_bug.cgi?id=950111\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected unzip packages.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:unzip\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:unzip-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:unzip-debugsource\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:unzip-rcc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:unzip-rcc-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:unzip-rcc-debugsource\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:opensuse:42.3\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/10/05\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/10/09\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2018-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\", \"Host/cpu\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/SuSE/release\");\nif (isnull(release) || release =~ \"^(SLED|SLES)\") audit(AUDIT_OS_NOT, \"openSUSE\");\nif (release !~ \"^(SUSE42\\.3)$\") audit(AUDIT_OS_RELEASE_NOT, \"openSUSE\", \"42.3\", release);\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nourarch = get_kb_item(\"Host/cpu\");\nif (!ourarch) audit(AUDIT_UNKNOWN_ARCH);\nif (ourarch !~ \"^(i586|i686|x86_64)$\") audit(AUDIT_ARCH_NOT, \"i586 / i686 / x86_64\", ourarch);\n\nflag = 0;\n\nif ( rpm_check(release:\"SUSE42.3\", reference:\"unzip-6.00-31.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE42.3\", reference:\"unzip-debuginfo-6.00-31.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE42.3\", reference:\"unzip-debugsource-6.00-31.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE42.3\", reference:\"unzip-rcc-6.00-31.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE42.3\", reference:\"unzip-rcc-debuginfo-6.00-31.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE42.3\", reference:\"unzip-rcc-debugsource-6.00-31.3.1\") ) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"unzip-rcc / unzip-rcc-debuginfo / unzip-rcc-debugsource / unzip / etc\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-03-01T06:57:28", "description": "This update for unzip fixes the following security issues :\n\nCVE-2014-9913: Specially crafted zip files could trigger invalid\nmemory writes possibly resulting in DoS or corruption (bsc#1013993)\n\nCVE-2015-7696: Specially crafted zip files with password protection\ncould trigger a crash and lead to denial of service (bsc#950110)\n\nCVE-2015-7697: Specially crafted zip files could trigger an endless\nloop and lead to denial of service (bsc#950111)\n\nCVE-2016-9844: Specially crafted zip files could trigger invalid\nmemory writes possibly resulting in DoS or corruption (bsc#1013992)\n\nCVE-2018-1000035: Prevent heap-based buffer overflow in the processing\nof password-protected archives that allowed an attacker to perform a\ndenial of service or to possibly achieve code execution (bsc#1080074).\n\nCVE-2014-9636: Prevent denial of service (out-of-bounds read or write\nand crash) via an extra field with an uncompressed size smaller than\nthe compressed field size in a zip archive that advertises STORED\nmethod compression (bsc#914442).\n\nThe update package also includes non-security fixes. See advisory for\ndetails.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the SUSE security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 22, "cvss3": {"score": 7.8, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2018-10-03T00:00:00", "title": "SUSE SLED12 / SLES12 Security Update : unzip (SUSE-SU-2018:2978-1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-1000035", "CVE-2014-9913", "CVE-2016-9844", "CVE-2014-9636", "CVE-2015-7696", "CVE-2015-7697"], "modified": "2021-03-02T00:00:00", "cpe": ["p-cpe:/a:novell:suse_linux:unzip-debugsource", "cpe:/o:novell:suse_linux:12", "p-cpe:/a:novell:suse_linux:unzip", "p-cpe:/a:novell:suse_linux:unzip-debuginfo"], "id": "SUSE_SU-2018-2978-1.NASL", "href": "https://www.tenable.com/plugins/nessus/117902", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from SUSE update advisory SUSE-SU-2018:2978-1.\n# The text itself is copyright (C) SUSE.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(117902);\n script_version(\"1.3\");\n script_cvs_date(\"Date: 2019/09/10 13:51:49\");\n\n script_cve_id(\"CVE-2014-9636\", \"CVE-2014-9913\", \"CVE-2015-7696\", \"CVE-2015-7697\", \"CVE-2016-9844\", \"CVE-2018-1000035\");\n script_bugtraq_id(71825);\n\n script_name(english:\"SUSE SLED12 / SLES12 Security Update : unzip (SUSE-SU-2018:2978-1)\");\n script_summary(english:\"Checks rpm output for the updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote SUSE host is missing one or more security updates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"This update for unzip fixes the following security issues :\n\nCVE-2014-9913: Specially crafted zip files could trigger invalid\nmemory writes possibly resulting in DoS or corruption (bsc#1013993)\n\nCVE-2015-7696: Specially crafted zip files with password protection\ncould trigger a crash and lead to denial of service (bsc#950110)\n\nCVE-2015-7697: Specially crafted zip files could trigger an endless\nloop and lead to denial of service (bsc#950111)\n\nCVE-2016-9844: Specially crafted zip files could trigger invalid\nmemory writes possibly resulting in DoS or corruption (bsc#1013992)\n\nCVE-2018-1000035: Prevent heap-based buffer overflow in the processing\nof password-protected archives that allowed an attacker to perform a\ndenial of service or to possibly achieve code execution (bsc#1080074).\n\nCVE-2014-9636: Prevent denial of service (out-of-bounds read or write\nand crash) via an extra field with an uncompressed size smaller than\nthe compressed field size in a zip archive that advertises STORED\nmethod compression (bsc#914442).\n\nThe update package also includes non-security fixes. See advisory for\ndetails.\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the SUSE security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=1013992\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=1013993\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=1080074\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=910683\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=914442\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=950110\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=950111\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2014-9636/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2014-9913/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2015-7696/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2015-7697/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2016-9844/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2018-1000035/\"\n );\n # https://www.suse.com/support/update/announcement/2018/suse-su-20182978-1/\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e66d8fc8\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"To install this SUSE Security Update use the SUSE recommended\ninstallation methods like YaST online_update or 'zypper patch'.\n\nAlternatively you can run the command listed for your product :\n\nSUSE Linux Enterprise Server 12-SP3:zypper in -t patch\nSUSE-SLE-SERVER-12-SP3-2018-2117=1\n\nSUSE Linux Enterprise Desktop 12-SP3:zypper in -t patch\nSUSE-SLE-DESKTOP-12-SP3-2018-2117=1\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/RL:OF/RC:ND\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:unzip\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:unzip-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:unzip-debugsource\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:suse_linux:12\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2015/02/06\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/10/02\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/10/03\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/cpu\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/SuSE/release\");\nif (isnull(release) || release !~ \"^(SLED|SLES)\") audit(AUDIT_OS_NOT, \"SUSE\");\nos_ver = pregmatch(pattern: \"^(SLE(S|D)\\d+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"SUSE\");\nos_ver = os_ver[1];\nif (! preg(pattern:\"^(SLED12|SLES12)$\", string:os_ver)) audit(AUDIT_OS_NOT, \"SUSE SLED12 / SLES12\", \"SUSE \" + os_ver);\n\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (cpu !~ \"^i[3-6]86$\" && \"x86_64\" >!< cpu && \"s390x\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"SUSE \" + os_ver, cpu);\n\nsp = get_kb_item(\"Host/SuSE/patchlevel\");\nif (isnull(sp)) sp = \"0\";\nif (os_ver == \"SLES12\" && (! preg(pattern:\"^(3)$\", string:sp))) audit(AUDIT_OS_NOT, \"SLES12 SP3\", os_ver + \" SP\" + sp);\nif (os_ver == \"SLED12\" && (! preg(pattern:\"^(3)$\", string:sp))) audit(AUDIT_OS_NOT, \"SLED12 SP3\", os_ver + \" SP\" + sp);\n\n\nflag = 0;\nif (rpm_check(release:\"SLES12\", sp:\"3\", reference:\"unzip-6.00-33.8.1\")) flag++;\nif (rpm_check(release:\"SLES12\", sp:\"3\", reference:\"unzip-debuginfo-6.00-33.8.1\")) flag++;\nif (rpm_check(release:\"SLES12\", sp:\"3\", reference:\"unzip-debugsource-6.00-33.8.1\")) flag++;\nif (rpm_check(release:\"SLED12\", sp:\"3\", cpu:\"x86_64\", reference:\"unzip-6.00-33.8.1\")) flag++;\nif (rpm_check(release:\"SLED12\", sp:\"3\", cpu:\"x86_64\", reference:\"unzip-debuginfo-6.00-33.8.1\")) flag++;\nif (rpm_check(release:\"SLED12\", sp:\"3\", cpu:\"x86_64\", reference:\"unzip-debugsource-6.00-33.8.1\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"unzip\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-07T09:00:56", "description": "According to the versions of the unzip package installed, the EulerOS\ninstallation on the remote host is affected by the following\nvulnerabilities :\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (heap-based buffer over-read and\n application crash) or possibly execute arbitrary code\n via a crafted password-protected ZIP archive, possibly\n related to an Extra-Field size value.(CVE-2015-7696)\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (infinite loop) via empty bzip2 data\n in a ZIP archive.(CVE-2015-7697)\n\n - A heap-based buffer overflow exists in Info-Zip UnZip\n version <= 6.00 in the processing of password-protected\n archives that allows an attacker to perform a denial of\n service or to possibly achieve code\n execution.(CVE-2018-1000035)\n\n - Buffer overflow in the list_files function in list.c in\n Info-Zip UnZip 6.0 allows remote attackers to cause a\n denial of service (crash) via vectors related to the\n compression method.(CVE-2014-9913)\n\n - Buffer overflow in the zi_short function in zipinfo.c\n in Info-Zip UnZip 6.0 allows remote attackers to cause\n a denial of service (crash) via a large compression\n method value in the central directory file\n header.(CVE-2016-9844)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the EulerOS security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 9, "cvss3": {"score": 7.8, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-12-04T00:00:00", "title": "EulerOS 2.0 SP2 : unzip (EulerOS-SA-2019-2429)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-1000035", "CVE-2014-9913", "CVE-2016-9844", "CVE-2015-7696", "CVE-2015-7697"], "modified": "2019-12-04T00:00:00", "cpe": ["p-cpe:/a:huawei:euleros:unzip", "cpe:/o:huawei:euleros:2.0"], "id": "EULEROS_SA-2019-2429.NASL", "href": "https://www.tenable.com/plugins/nessus/131583", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(131583);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/06\");\n\n script_cve_id(\n \"CVE-2014-9913\",\n \"CVE-2015-7696\",\n \"CVE-2015-7697\",\n \"CVE-2016-9844\",\n \"CVE-2018-1000035\"\n );\n\n script_name(english:\"EulerOS 2.0 SP2 : unzip (EulerOS-SA-2019-2429)\");\n script_summary(english:\"Checks the rpm output for the updated packages.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote EulerOS host is missing multiple security updates.\");\n script_set_attribute(attribute:\"description\", value:\n\"According to the versions of the unzip package installed, the EulerOS\ninstallation on the remote host is affected by the following\nvulnerabilities :\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (heap-based buffer over-read and\n application crash) or possibly execute arbitrary code\n via a crafted password-protected ZIP archive, possibly\n related to an Extra-Field size value.(CVE-2015-7696)\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (infinite loop) via empty bzip2 data\n in a ZIP archive.(CVE-2015-7697)\n\n - A heap-based buffer overflow exists in Info-Zip UnZip\n version <= 6.00 in the processing of password-protected\n archives that allows an attacker to perform a denial of\n service or to possibly achieve code\n execution.(CVE-2018-1000035)\n\n - Buffer overflow in the list_files function in list.c in\n Info-Zip UnZip 6.0 allows remote attackers to cause a\n denial of service (crash) via vectors related to the\n compression method.(CVE-2014-9913)\n\n - Buffer overflow in the zi_short function in zipinfo.c\n in Info-Zip UnZip 6.0 allows remote attackers to cause\n a denial of service (crash) via a large compression\n method value in the central directory file\n header.(CVE-2016-9844)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the EulerOS security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\");\n # https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2019-2429\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?7953c8da\");\n script_set_attribute(attribute:\"solution\", value:\n\"Update the affected unzip packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:POC/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:P/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2018-1000035\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/12/04\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/12/04\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:huawei:euleros:unzip\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:huawei:euleros:2.0\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Huawei Local Security Checks\");\n\n script_copyright(english:\"This script is Copyright (C) 2019-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/EulerOS/release\", \"Host/EulerOS/rpm-list\", \"Host/EulerOS/sp\");\n script_exclude_keys(\"Host/EulerOS/uvp_version\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\n\nrelease = get_kb_item(\"Host/EulerOS/release\");\nif (isnull(release) || release !~ \"^EulerOS\") audit(AUDIT_OS_NOT, \"EulerOS\");\nif (release !~ \"^EulerOS release 2\\.0(\\D|$)\") audit(AUDIT_OS_NOT, \"EulerOS 2.0\");\n\nsp = get_kb_item(\"Host/EulerOS/sp\");\nif (isnull(sp) || sp !~ \"^(2)$\") audit(AUDIT_OS_NOT, \"EulerOS 2.0 SP2\");\n\nuvp = get_kb_item(\"Host/EulerOS/uvp_version\");\nif (!empty_or_null(uvp)) audit(AUDIT_OS_NOT, \"EulerOS 2.0 SP2\", \"EulerOS UVP \" + uvp);\n\nif (!get_kb_item(\"Host/EulerOS/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\" && \"aarch64\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"EulerOS\", cpu);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_ARCH_NOT, \"i686 / x86_64\", cpu);\n\nflag = 0;\n\npkgs = [\"unzip-6.0-15.h6\"];\n\nforeach (pkg in pkgs)\n if (rpm_check(release:\"EulerOS-2.0\", sp:\"2\", reference:pkg)) flag++;\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\n extra : rpm_report_get()\n );\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"unzip\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-20T14:47:19", "description": "This update for unzip fixes the following issues :\n\n - CVE-2014-9913: Specially crafted zip files could trigger\n invalid memory writes possibly resulting in DoS or\n corruption (bsc#1013993)\n\n - CVE-2015-7696: Specially crafted zip files with password\n protection could trigger a crash and lead to denial of\n service (bsc#950110)\n\n - CVE-2015-7697: Specially crafted zip files could trigger\n an endless loop and lead to denial of service\n (bsc#950111)\n\n - CVE-2016-9844: Specially crafted zip files could trigger\n invalid memory writes possibly resulting in DoS or\n corruption (bsc#1013992)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the SUSE security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 24, "cvss3": {"score": 4.0, "vector": "AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"}, "published": "2017-03-10T00:00:00", "title": "SUSE SLES11 Security Update : unzip (SUSE-SU-2017:0639-1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2014-9913", "CVE-2016-9844", "CVE-2015-7696", "CVE-2015-7697"], "modified": "2017-03-10T00:00:00", "cpe": ["cpe:/o:novell:suse_linux:11", "p-cpe:/a:novell:suse_linux:unzip"], "id": "SUSE_SU-2017-0639-1.NASL", "href": "https://www.tenable.com/plugins/nessus/97654", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from SUSE update advisory SUSE-SU-2017:0639-1.\n# The text itself is copyright (C) SUSE.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(97654);\n script_version(\"3.8\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/19\");\n\n script_cve_id(\"CVE-2014-9913\", \"CVE-2015-7696\", \"CVE-2015-7697\", \"CVE-2016-9844\");\n\n script_name(english:\"SUSE SLES11 Security Update : unzip (SUSE-SU-2017:0639-1)\");\n script_summary(english:\"Checks rpm output for the updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote SUSE host is missing one or more security updates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"This update for unzip fixes the following issues :\n\n - CVE-2014-9913: Specially crafted zip files could trigger\n invalid memory writes possibly resulting in DoS or\n corruption (bsc#1013993)\n\n - CVE-2015-7696: Specially crafted zip files with password\n protection could trigger a crash and lead to denial of\n service (bsc#950110)\n\n - CVE-2015-7697: Specially crafted zip files could trigger\n an endless loop and lead to denial of service\n (bsc#950111)\n\n - CVE-2016-9844: Specially crafted zip files could trigger\n invalid memory writes possibly resulting in DoS or\n corruption (bsc#1013992)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the SUSE security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=1013992\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=1013993\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=950110\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.suse.com/show_bug.cgi?id=950111\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2014-9913/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2015-7696/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2015-7697/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.suse.com/security/cve/CVE-2016-9844/\"\n );\n # https://www.suse.com/support/update/announcement/2017/suse-su-20170639-1/\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?3c6cd522\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"To install this SUSE Security Update use YaST online_update.\nAlternatively you can run the command listed for your product :\n\nSUSE Linux Enterprise Server 11-SP4:zypper in -t patch\nslessp4-unzip-13006=1\n\nTo bring your system up-to-date, use 'zypper patch'.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:U/RL:O/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:unzip\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:suse_linux:11\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2015/11/06\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2017/03/06\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2017/03/10\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2017-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/cpu\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/SuSE/release\");\nif (isnull(release) || release !~ \"^(SLED|SLES)\") audit(AUDIT_OS_NOT, \"SUSE\");\nos_ver = pregmatch(pattern: \"^(SLE(S|D)\\d+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"SUSE\");\nos_ver = os_ver[1];\nif (! preg(pattern:\"^(SLES11)$\", string:os_ver)) audit(AUDIT_OS_NOT, \"SUSE SLES11\", \"SUSE \" + os_ver);\n\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (cpu !~ \"^i[3-6]86$\" && \"x86_64\" >!< cpu && \"s390x\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"SUSE \" + os_ver, cpu);\n\nsp = get_kb_item(\"Host/SuSE/patchlevel\");\nif (isnull(sp)) sp = \"0\";\nif (os_ver == \"SLES11\" && (! preg(pattern:\"^(4)$\", string:sp))) audit(AUDIT_OS_NOT, \"SLES11 SP4\", os_ver + \" SP\" + sp);\n\n\nflag = 0;\nif (rpm_check(release:\"SLES11\", sp:\"4\", reference:\"unzip-6.00-11.17.1\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());\n else security_warning(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"unzip\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-07T09:01:43", "description": "According to the versions of the unzip package installed, the EulerOS\ninstallation on the remote host is affected by the following\nvulnerabilities :\n\n - A heap-based buffer overflow exists in Info-Zip UnZip\n version <= 6.00 in the processing of password-protected\n archives that allows an attacker to perform a denial of\n service or to possibly achieve code\n execution.(CVE-2018-1000035)\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (heap-based buffer over-read and\n application crash) or possibly execute arbitrary code\n via a crafted password-protected ZIP archive, possibly\n related to an Extra-Field size value.(CVE-2015-7696)\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (infinite loop) via empty bzip2 data\n in a ZIP archive.(CVE-2015-7697)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the EulerOS security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 10, "cvss3": {"score": 7.8, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-12-18T00:00:00", "title": "EulerOS 2.0 SP3 : unzip (EulerOS-SA-2019-2677)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-1000035", "CVE-2015-7696", "CVE-2015-7697"], "modified": "2019-12-18T00:00:00", "cpe": ["p-cpe:/a:huawei:euleros:unzip", "cpe:/o:huawei:euleros:2.0"], "id": "EULEROS_SA-2019-2677.NASL", "href": "https://www.tenable.com/plugins/nessus/132212", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(132212);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/06\");\n\n script_cve_id(\n \"CVE-2015-7696\",\n \"CVE-2015-7697\",\n \"CVE-2018-1000035\"\n );\n\n script_name(english:\"EulerOS 2.0 SP3 : unzip (EulerOS-SA-2019-2677)\");\n script_summary(english:\"Checks the rpm output for the updated packages.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote EulerOS host is missing multiple security updates.\");\n script_set_attribute(attribute:\"description\", value:\n\"According to the versions of the unzip package installed, the EulerOS\ninstallation on the remote host is affected by the following\nvulnerabilities :\n\n - A heap-based buffer overflow exists in Info-Zip UnZip\n version <= 6.00 in the processing of password-protected\n archives that allows an attacker to perform a denial of\n service or to possibly achieve code\n execution.(CVE-2018-1000035)\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (heap-based buffer over-read and\n application crash) or possibly execute arbitrary code\n via a crafted password-protected ZIP archive, possibly\n related to an Extra-Field size value.(CVE-2015-7696)\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (infinite loop) via empty bzip2 data\n in a ZIP archive.(CVE-2015-7697)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the EulerOS security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\");\n # https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2019-2677\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?1fdc3bf4\");\n script_set_attribute(attribute:\"solution\", value:\n\"Update the affected unzip packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:POC/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:P/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2018-1000035\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/12/18\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/12/18\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:huawei:euleros:unzip\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:huawei:euleros:2.0\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Huawei Local Security Checks\");\n\n script_copyright(english:\"This script is Copyright (C) 2019-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/EulerOS/release\", \"Host/EulerOS/rpm-list\", \"Host/EulerOS/sp\");\n script_exclude_keys(\"Host/EulerOS/uvp_version\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\n\nrelease = get_kb_item(\"Host/EulerOS/release\");\nif (isnull(release) || release !~ \"^EulerOS\") audit(AUDIT_OS_NOT, \"EulerOS\");\nif (release !~ \"^EulerOS release 2\\.0(\\D|$)\") audit(AUDIT_OS_NOT, \"EulerOS 2.0\");\n\nsp = get_kb_item(\"Host/EulerOS/sp\");\nif (isnull(sp) || sp !~ \"^(3)$\") audit(AUDIT_OS_NOT, \"EulerOS 2.0 SP3\");\n\nuvp = get_kb_item(\"Host/EulerOS/uvp_version\");\nif (!empty_or_null(uvp)) audit(AUDIT_OS_NOT, \"EulerOS 2.0 SP3\", \"EulerOS UVP \" + uvp);\n\nif (!get_kb_item(\"Host/EulerOS/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\" && \"aarch64\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"EulerOS\", cpu);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_ARCH_NOT, \"i686 / x86_64\", cpu);\n\nflag = 0;\n\npkgs = [\"unzip-6.0-15.h7\"];\n\nforeach (pkg in pkgs)\n if (rpm_check(release:\"EulerOS-2.0\", sp:\"3\", reference:pkg)) flag++;\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\n extra : rpm_report_get()\n );\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"unzip\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-02-26T09:22:33", "description": "The version of unzip installed on the remote host is prior to 6.0-43. It is, therefore, affected by multiple\nvulnerabilities as referenced in the ALAS2-2021-1604 advisory.\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (infinite loop) via empty bzip2\n data in a ZIP archive. (CVE-2015-7697)\n\n - Buffer overflow in the zi_short function in zipinfo.c in Info-Zip UnZip 6.0 allows remote attackers to\n cause a denial of service (crash) via a large compression method value in the central directory file\n header. (CVE-2016-9844)\n\n - A heap-based buffer overflow exists in Info-Zip UnZip version <= 6.00 in the processing of password-\n protected archives that allows an attacker to perform a denial of service or to possibly achieve code\n execution. (CVE-2018-1000035)\n\nNote that Nessus has not tested for this issue but has instead relied only on the application's self-reported version\nnumber.", "edition": 2, "cvss3": {"score": 7.8, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2021-02-19T00:00:00", "title": "Amazon Linux 2 : unzip (ALAS-2021-1604)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-1000035", "CVE-2016-9844", "CVE-2015-7697"], "modified": "2021-02-19T00:00:00", "cpe": ["p-cpe:/a:amazon:linux:unzip-debuginfo", "p-cpe:/a:amazon:linux:unzip", "cpe:/o:amazon:linux:2"], "id": "AL2_ALAS-2021-1604.NASL", "href": "https://www.tenable.com/plugins/nessus/146632", "sourceData": "##\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from Amazon Linux 2 Security Advisory ALAS-2021-1604.\n##\n\ninclude('compat.inc');\n\nif (description)\n{\n script_id(146632);\n script_version(\"1.3\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/02/25\");\n\n script_cve_id(\"CVE-2015-7697\", \"CVE-2016-9844\", \"CVE-2018-1000035\");\n script_bugtraq_id(76863, 94728);\n script_xref(name:\"ALAS\", value:\"2021-1604\");\n\n script_name(english:\"Amazon Linux 2 : unzip (ALAS-2021-1604)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote Amazon Linux 2 host is missing a security update.\");\n script_set_attribute(attribute:\"description\", value:\n\"The version of unzip installed on the remote host is prior to 6.0-43. It is, therefore, affected by multiple\nvulnerabilities as referenced in the ALAS2-2021-1604 advisory.\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (infinite loop) via empty bzip2\n data in a ZIP archive. (CVE-2015-7697)\n\n - Buffer overflow in the zi_short function in zipinfo.c in Info-Zip UnZip 6.0 allows remote attackers to\n cause a denial of service (crash) via a large compression method value in the central directory file\n header. (CVE-2016-9844)\n\n - A heap-based buffer overflow exists in Info-Zip UnZip version <= 6.00 in the processing of password-\n protected archives that allows an attacker to perform a denial of service or to possibly achieve code\n execution. (CVE-2018-1000035)\n\nNote that Nessus has not tested for this issue but has instead relied only on the application's self-reported version\nnumber.\");\n script_set_attribute(attribute:\"see_also\", value:\"https://alas.aws.amazon.com/AL2/ALAS-2021-1604.html\");\n script_set_attribute(attribute:\"see_also\", value:\"https://access.redhat.com/security/cve/CVE-2015-7697\");\n script_set_attribute(attribute:\"see_also\", value:\"https://access.redhat.com/security/cve/CVE-2016-9844\");\n script_set_attribute(attribute:\"see_also\", value:\"https://access.redhat.com/security/cve/CVE-2018-1000035\");\n script_set_attribute(attribute:\"solution\", value:\n\"Run 'yum update unzip' to update your system.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:POC/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:P/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2018-1000035\");\n\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2015/09/07\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2021/02/17\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2021/02/19\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:unzip\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:amazon:linux:unzip-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:amazon:linux:2\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Amazon Linux Local Security Checks\");\n\n script_copyright(english:\"This script is Copyright (C) 2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/AmazonLinux/release\", \"Host/AmazonLinux/rpm-list\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\n\nrelease = get_kb_item(\"Host/AmazonLinux/release\");\nif (isnull(release) || !strlen(release)) audit(AUDIT_OS_NOT, \"Amazon Linux\");\nos_ver = pregmatch(pattern: \"^AL(A|\\d)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Amazon Linux\");\nos_ver = os_ver[1];\nif (os_ver != \"2\")\n{\n if (os_ver == 'A') os_ver = 'AMI';\n audit(AUDIT_OS_NOT, \"Amazon Linux 2\", \"Amazon Linux \" + os_ver);\n}\n\nif (!get_kb_item(\"Host/AmazonLinux/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\npkgs = [\n {'reference':'unzip-6.0-43.amzn2', 'cpu':'aarch64', 'release':'AL2'},\n {'reference':'unzip-6.0-43.amzn2', 'cpu':'i686', 'release':'AL2'},\n {'reference':'unzip-6.0-43.amzn2', 'cpu':'x86_64', 'release':'AL2'},\n {'reference':'unzip-debuginfo-6.0-43.amzn2', 'cpu':'aarch64', 'release':'AL2'},\n {'reference':'unzip-debuginfo-6.0-43.amzn2', 'cpu':'i686', 'release':'AL2'},\n {'reference':'unzip-debuginfo-6.0-43.amzn2', 'cpu':'x86_64', 'release':'AL2'}\n];\n\nflag = 0;\nforeach package_array ( pkgs ) {\n reference = NULL;\n release = NULL;\n cpu = NULL;\n el_string = NULL;\n rpm_spec_vers_cmp = NULL;\n allowmaj = NULL;\n if (!empty_or_null(package_array['reference'])) reference = package_array['reference'];\n if (!empty_or_null(package_array['release'])) release = package_array['release'];\n if (!empty_or_null(package_array['cpu'])) cpu = package_array['cpu'];\n if (!empty_or_null(package_array['el_string'])) el_string = package_array['el_string'];\n if (!empty_or_null(package_array['rpm_spec_vers_cmp'])) rpm_spec_vers_cmp = package_array['rpm_spec_vers_cmp'];\n if (!empty_or_null(package_array['allowmaj'])) allowmaj = package_array['allowmaj'];\n if (reference && release) {\n if (rpm_check(release:release, cpu:cpu, reference:reference, el_string:el_string, rpm_spec_vers_cmp:rpm_spec_vers_cmp, allowmaj:allowmaj)) flag++;\n }\n}\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\n extra : rpm_report_get()\n );\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"unzip / unzip-debuginfo\");\n}", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-07T09:03:53", "description": "According to the versions of the unzip package installed, the EulerOS\nVirtualization installation on the remote host is affected by the\nfollowing vulnerabilities :\n\n - A heap-based buffer overflow exists in Info-Zip UnZip\n version <= 6.00 in the processing of password-protected\n archives that allows an attacker to perform a denial of\n service or to possibly achieve code\n execution.(CVE-2018-1000035)\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (infinite loop) via empty bzip2 data\n in a ZIP archive.(CVE-2015-7697)\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (heap-based buffer over-read and\n application crash) or possibly execute arbitrary code\n via a crafted password-protected ZIP archive, possibly\n related to an Extra-Field size value.(CVE-2015-7696)\n\n - Info-ZIP UnZip 6.0 mishandles the overlapping of files\n inside a ZIP container, leading to denial of service\n (resource consumption), aka a 'better zip bomb'\n issue.(CVE-2019-13232)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the EulerOS security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 5, "cvss3": {"score": 7.8, "vector": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2020-04-16T00:00:00", "title": "EulerOS Virtualization 3.0.2.2 : unzip (EulerOS-SA-2020-1462)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-1000035", "CVE-2015-7696", "CVE-2019-13232", "CVE-2015-7697"], "modified": "2020-04-16T00:00:00", "cpe": ["cpe:/o:huawei:euleros:uvp:3.0.2.2", "p-cpe:/a:huawei:euleros:unzip"], "id": "EULEROS_SA-2020-1462.NASL", "href": "https://www.tenable.com/plugins/nessus/135624", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(135624);\n script_version(\"1.4\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/06\");\n\n script_cve_id(\n \"CVE-2015-7696\",\n \"CVE-2015-7697\",\n \"CVE-2018-1000035\",\n \"CVE-2019-13232\"\n );\n\n script_name(english:\"EulerOS Virtualization 3.0.2.2 : unzip (EulerOS-SA-2020-1462)\");\n script_summary(english:\"Checks the rpm output for the updated packages.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote EulerOS Virtualization host is missing multiple security\nupdates.\");\n script_set_attribute(attribute:\"description\", value:\n\"According to the versions of the unzip package installed, the EulerOS\nVirtualization installation on the remote host is affected by the\nfollowing vulnerabilities :\n\n - A heap-based buffer overflow exists in Info-Zip UnZip\n version <= 6.00 in the processing of password-protected\n archives that allows an attacker to perform a denial of\n service or to possibly achieve code\n execution.(CVE-2018-1000035)\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (infinite loop) via empty bzip2 data\n in a ZIP archive.(CVE-2015-7697)\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (heap-based buffer over-read and\n application crash) or possibly execute arbitrary code\n via a crafted password-protected ZIP archive, possibly\n related to an Extra-Field size value.(CVE-2015-7696)\n\n - Info-ZIP UnZip 6.0 mishandles the overlapping of files\n inside a ZIP container, leading to denial of service\n (resource consumption), aka a 'better zip bomb'\n issue.(CVE-2019-13232)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the EulerOS security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\");\n # https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2020-1462\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?d35245df\");\n script_set_attribute(attribute:\"solution\", value:\n\"Update the affected unzip packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:POC/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:P/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2018-1000035\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2020/04/16\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2020/04/16\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:huawei:euleros:unzip\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:huawei:euleros:uvp:3.0.2.2\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Huawei Local Security Checks\");\n\n script_copyright(english:\"This script is Copyright (C) 2020-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/cpu\", \"Host/EulerOS/release\", \"Host/EulerOS/rpm-list\", \"Host/EulerOS/uvp_version\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\n\nrelease = get_kb_item(\"Host/EulerOS/release\");\nif (isnull(release) || release !~ \"^EulerOS\") audit(AUDIT_OS_NOT, \"EulerOS\");\nuvp = get_kb_item(\"Host/EulerOS/uvp_version\");\nif (uvp != \"3.0.2.2\") audit(AUDIT_OS_NOT, \"EulerOS Virtualization 3.0.2.2\");\nif (!get_kb_item(\"Host/EulerOS/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\" && \"aarch64\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"EulerOS\", cpu);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_ARCH_NOT, \"i686 / x86_64\", cpu);\n\nflag = 0;\n\npkgs = [\"unzip-6.0-19.h8.eulerosv2r7\"];\n\nforeach (pkg in pkgs)\n if (rpm_check(release:\"EulerOS-2.0\", reference:pkg)) flag++;\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\n extra : rpm_report_get()\n );\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"unzip\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-07T09:00:03", "description": "According to the versions of the unzip package installed, the EulerOS\ninstallation on the remote host is affected by the following\nvulnerabilities :\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (heap-based buffer over-read and\n application crash) or possibly execute arbitrary code\n via a crafted password-protected ZIP archive, possibly\n related to an Extra-Field size value.(CVE-2015-7696)\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (infinite loop) via empty bzip2 data\n in a ZIP archive.(CVE-2015-7697)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the EulerOS security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 11, "published": "2019-11-08T00:00:00", "title": "EulerOS 2.0 SP5 : unzip (EulerOS-SA-2019-2234)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "modified": "2019-11-08T00:00:00", "cpe": ["p-cpe:/a:huawei:euleros:unzip", "cpe:/o:huawei:euleros:2.0"], "id": "EULEROS_SA-2019-2234.NASL", "href": "https://www.tenable.com/plugins/nessus/130696", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(130696);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/06\");\n\n script_cve_id(\n \"CVE-2015-7696\",\n \"CVE-2015-7697\"\n );\n\n script_name(english:\"EulerOS 2.0 SP5 : unzip (EulerOS-SA-2019-2234)\");\n script_summary(english:\"Checks the rpm output for the updated packages.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote EulerOS host is missing multiple security updates.\");\n script_set_attribute(attribute:\"description\", value:\n\"According to the versions of the unzip package installed, the EulerOS\ninstallation on the remote host is affected by the following\nvulnerabilities :\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (heap-based buffer over-read and\n application crash) or possibly execute arbitrary code\n via a crafted password-protected ZIP archive, possibly\n related to an Extra-Field size value.(CVE-2015-7696)\n\n - Info-ZIP UnZip 6.0 allows remote attackers to cause a\n denial of service (infinite loop) via empty bzip2 data\n in a ZIP archive.(CVE-2015-7697)\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the EulerOS security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\");\n # https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2019-2234\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?f6982090\");\n script_set_attribute(attribute:\"solution\", value:\n\"Update the affected unzip packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/10/29\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/11/08\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:huawei:euleros:unzip\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:huawei:euleros:2.0\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Huawei Local Security Checks\");\n\n script_copyright(english:\"This script is Copyright (C) 2019-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/EulerOS/release\", \"Host/EulerOS/rpm-list\", \"Host/EulerOS/sp\");\n script_exclude_keys(\"Host/EulerOS/uvp_version\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\n\nrelease = get_kb_item(\"Host/EulerOS/release\");\nif (isnull(release) || release !~ \"^EulerOS\") audit(AUDIT_OS_NOT, \"EulerOS\");\nif (release !~ \"^EulerOS release 2\\.0(\\D|$)\") audit(AUDIT_OS_NOT, \"EulerOS 2.0\");\n\nsp = get_kb_item(\"Host/EulerOS/sp\");\nif (isnull(sp) || sp !~ \"^(5)$\") audit(AUDIT_OS_NOT, \"EulerOS 2.0 SP5\");\n\nuvp = get_kb_item(\"Host/EulerOS/uvp_version\");\nif (!empty_or_null(uvp)) audit(AUDIT_OS_NOT, \"EulerOS 2.0 SP5\", \"EulerOS UVP \" + uvp);\n\nif (!get_kb_item(\"Host/EulerOS/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\" && \"aarch64\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"EulerOS\", cpu);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_ARCH_NOT, \"i686 / x86_64\", cpu);\n\nflag = 0;\n\npkgs = [\"unzip-6.0-19.h7.eulerosv2r7\"];\n\nforeach (pkg in pkgs)\n if (rpm_check(release:\"EulerOS-2.0\", sp:\"5\", reference:pkg)) flag++;\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\n extra : rpm_report_get()\n );\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"unzip\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-12T09:49:17", "description": "Two vulnerabilities have been found in unzip, a de-archiver for .zip\nfiles. The Common Vulnerabilities and Exposures project identifies the\nfollowing problems :\n\n - CVE-2015-7696\n Gustavo Grieco discovered that unzip incorrectly handled\n certain password protected archives. If a user or\n automated system were tricked into processing a\n specially crafted zip archive, an attacker could\n possibly execute arbitrary code.\n\n - CVE-2015-7697\n Gustavo Grieco discovered that unzip incorrectly handled\n certain malformed archives. If a user or automated\n system were tricked into processing a specially crafted\n zip archive, an attacker could possibly cause unzip to\n hang, resulting in a denial of service.", "edition": 22, "published": "2015-11-02T00:00:00", "title": "Debian DSA-3386-1 : unzip - security update", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "modified": "2015-11-02T00:00:00", "cpe": ["cpe:/o:debian:debian_linux:8.0", "p-cpe:/a:debian:debian_linux:unzip", "cpe:/o:debian:debian_linux:7.0"], "id": "DEBIAN_DSA-3386.NASL", "href": "https://www.tenable.com/plugins/nessus/86680", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Debian Security Advisory DSA-3386. The text \n# itself is copyright (C) Software in the Public Interest, Inc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(86680);\n script_version(\"2.8\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2015-7696\", \"CVE-2015-7697\");\n script_xref(name:\"DSA\", value:\"3386\");\n\n script_name(english:\"Debian DSA-3386-1 : unzip - security update\");\n script_summary(english:\"Checks dpkg output for the updated package\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Debian host is missing a security-related update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Two vulnerabilities have been found in unzip, a de-archiver for .zip\nfiles. The Common Vulnerabilities and Exposures project identifies the\nfollowing problems :\n\n - CVE-2015-7696\n Gustavo Grieco discovered that unzip incorrectly handled\n certain password protected archives. If a user or\n automated system were tricked into processing a\n specially crafted zip archive, an attacker could\n possibly execute arbitrary code.\n\n - CVE-2015-7697\n Gustavo Grieco discovered that unzip incorrectly handled\n certain malformed archives. If a user or automated\n system were tricked into processing a specially crafted\n zip archive, an attacker could possibly cause unzip to\n hang, resulting in a denial of service.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802160\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802162\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://security-tracker.debian.org/tracker/CVE-2015-7696\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://security-tracker.debian.org/tracker/CVE-2015-7697\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://packages.debian.org/source/wheezy/unzip\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://packages.debian.org/source/jessie/unzip\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.debian.org/security/2015/dsa-3386\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"Upgrade the unzip packages.\n\nFor the oldstable distribution (wheezy), these problems have been\nfixed in version 6.0-8+deb7u4.\n\nFor the stable distribution (jessie), these problems have been fixed\nin version 6.0-16+deb8u1.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:debian:debian_linux:unzip\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:debian:debian_linux:7.0\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:debian:debian_linux:8.0\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2015/10/31\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2015/11/02\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2015-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Debian Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/Debian/release\", \"Host/Debian/dpkg-l\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"debian_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/Debian/release\")) audit(AUDIT_OS_NOT, \"Debian\");\nif (!get_kb_item(\"Host/Debian/dpkg-l\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\nif (deb_check(release:\"7.0\", prefix:\"unzip\", reference:\"6.0-8+deb7u4\")) flag++;\nif (deb_check(release:\"8.0\", prefix:\"unzip\", reference:\"6.0-16+deb8u1\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:deb_report_get());\n else security_warning(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-03-17T22:39:14", "description": "An update of the unzip package has been released.", "edition": 8, "cvss3": {"score": 5.9, "vector": "AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "published": "2019-02-07T00:00:00", "title": "Photon OS 1.0: Unzip PHSA-2016-0013", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "modified": "2019-02-07T00:00:00", "cpe": ["p-cpe:/a:vmware:photonos:unzip", "cpe:/o:vmware:photonos:1.0"], "id": "PHOTONOS_PHSA-2016-0013_UNZIP.NASL", "href": "https://www.tenable.com/plugins/nessus/121657", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\n\n# The descriptive text and package checks in this plugin were\n# extracted from VMware Security Advisory PHSA-2016-0013. The text\n# itself is copyright (C) VMware, Inc.\n\n\ninclude('compat.inc');\n\nif (description)\n{\n script_id(121657);\n script_version(\"1.2\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2019/02/07\");\n\n script_cve_id(\"CVE-2015-7696\", \"CVE-2015-7697\");\n\n script_name(english:\"Photon OS 1.0: Unzip PHSA-2016-0013\");\n script_summary(english:\"Checks the rpm output for the updated packages.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote PhotonOS host is missing multiple security updates.\");\n script_set_attribute(attribute:\"description\", value:\n\"An update of the unzip package has been released.\");\n script_set_attribute(attribute:\"see_also\", value:\"https://github.com/vmware/photon/wiki/Security-Updates-13.md\");\n script_set_attribute(attribute:\"solution\", value:\n\"Update the affected Linux packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:U/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2015-7696\");\n\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2016/12/07\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2016/12/07\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/02/07\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:vmware:photonos:unzip\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:vmware:photonos:1.0\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"PhotonOS Local Security Checks\");\n\n script_copyright(english:\"This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/PhotonOS/release\", \"Host/PhotonOS/rpm-list\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\n\nrelease = get_kb_item(\"Host/PhotonOS/release\");\nif (isnull(release) || release !~ \"^VMware Photon\") audit(AUDIT_OS_NOT, \"PhotonOS\");\nif (release !~ \"^VMware Photon (?:Linux|OS) 1\\.0(\\D|$)\") audit(AUDIT_OS_NOT, \"PhotonOS 1.0\");\n\nif (!get_kb_item(\"Host/PhotonOS/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"PhotonOS\", cpu);\n\nflag = 0;\n\nif (rpm_check(release:\"PhotonOS-1.0\", reference:\"unzip-6.0-7.ph1\")) flag++;\nif (rpm_check(release:\"PhotonOS-1.0\", reference:\"unzip-6.0-7.ph1\")) flag++;\nif (rpm_check(release:\"PhotonOS-1.0\", reference:\"unzip-debuginfo-6.0-7.ph1\")) flag++;\nif (rpm_check(release:\"PhotonOS-1.0\", reference:\"unzip-debuginfo-6.0-7.ph1\")) flag++;\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_WARNING,\n extra : rpm_report_get()\n );\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"unzip\");\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "openvas": [{"lastseen": "2020-01-27T18:39:12", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-1000035", "CVE-2014-9913", "CVE-2016-9844", "CVE-2015-7696", "CVE-2015-7697"], "description": "The remote host is missing an update for the Huawei EulerOS\n ", "modified": "2020-01-23T00:00:00", "published": "2020-01-23T00:00:00", "id": "OPENVAS:1361412562311220192429", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562311220192429", "type": "openvas", "title": "Huawei EulerOS: Security Advisory for unzip (EulerOS-SA-2019-2429)", "sourceData": "# Copyright (C) 2020 Greenbone Networks GmbH\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (C) the respective author(s)\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.1.2.2019.2429\");\n script_version(\"2020-01-23T12:55:28+0000\");\n script_cve_id(\"CVE-2014-9913\", \"CVE-2015-7696\", \"CVE-2015-7697\", \"CVE-2016-9844\", \"CVE-2018-1000035\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"last_modification\", value:\"2020-01-23 12:55:28 +0000 (Thu, 23 Jan 2020)\");\n script_tag(name:\"creation_date\", value:\"2020-01-23 12:55:28 +0000 (Thu, 23 Jan 2020)\");\n script_name(\"Huawei EulerOS: Security Advisory for unzip (EulerOS-SA-2019-2429)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2020 Greenbone Networks GmbH\");\n script_family(\"Huawei EulerOS Local Security Checks\");\n script_dependencies(\"gb_huawei_euleros_consolidation.nasl\");\n script_mandatory_keys(\"ssh/login/euleros\", \"ssh/login/rpms\", re:\"ssh/login/release=EULEROS-2\\.0SP2\");\n\n script_xref(name:\"EulerOS-SA\", value:\"2019-2429\");\n script_xref(name:\"URL\", value:\"https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2019-2429\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the Huawei EulerOS\n 'unzip' package(s) announced via the EulerOS-SA-2019-2429 advisory.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable package version is present on the target host.\");\n\n script_tag(name:\"insight\", value:\"Info-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) or possibly execute arbitrary code via a crafted password-protected ZIP archive, possibly related to an Extra-Field size value.(CVE-2015-7696)\n\nInfo-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (infinite loop) via empty bzip2 data in a ZIP archive.(CVE-2015-7697)\n\nA heap-based buffer overflow exists in Info-Zip UnZip version = 6.00 in the processing of password-protected archives that allows an attacker to perform a denial of service or to possibly achieve code execution.(CVE-2018-1000035)\n\nBuffer overflow in the list_files function in list.c in Info-Zip UnZip 6.0 allows remote attackers to cause a denial of service (crash) via vectors related to the compression method.(CVE-2014-9913)\n\nBuffer overflow in the zi_short function in zipinfo.c in Info-Zip UnZip 6.0 allows remote attackers to cause a denial of service (crash) via a large compression method value in the central directory file header.(CVE-2016-9844)\");\n\n script_tag(name:\"affected\", value:\"'unzip' package(s) on Huawei EulerOS V2.0SP2.\");\n\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\nreport = \"\";\n\nif(release == \"EULEROS-2.0SP2\") {\n\n if(!isnull(res = isrpmvuln(pkg:\"unzip\", rpm:\"unzip~6.0~15.h6\", rls:\"EULEROS-2.0SP2\"))) {\n report += res;\n }\n\n if(report != \"\") {\n security_message(data:report);\n } else if (__pkg_match) {\n exit(99);\n }\n exit(0);\n}\n\nexit(0);", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-01-27T18:39:02", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-1000035", "CVE-2015-7696", "CVE-2015-7697"], "description": "The remote host is missing an update for the Huawei EulerOS\n ", "modified": "2020-01-23T00:00:00", "published": "2020-01-23T00:00:00", "id": "OPENVAS:1361412562311220192677", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562311220192677", "type": "openvas", "title": "Huawei EulerOS: Security Advisory for unzip (EulerOS-SA-2019-2677)", "sourceData": "# Copyright (C) 2020 Greenbone Networks GmbH\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (C) the respective author(s)\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.1.2.2019.2677\");\n script_version(\"2020-01-23T13:13:31+0000\");\n script_cve_id(\"CVE-2015-7696\", \"CVE-2015-7697\", \"CVE-2018-1000035\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"last_modification\", value:\"2020-01-23 13:13:31 +0000 (Thu, 23 Jan 2020)\");\n script_tag(name:\"creation_date\", value:\"2020-01-23 13:13:31 +0000 (Thu, 23 Jan 2020)\");\n script_name(\"Huawei EulerOS: Security Advisory for unzip (EulerOS-SA-2019-2677)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2020 Greenbone Networks GmbH\");\n script_family(\"Huawei EulerOS Local Security Checks\");\n script_dependencies(\"gb_huawei_euleros_consolidation.nasl\");\n script_mandatory_keys(\"ssh/login/euleros\", \"ssh/login/rpms\", re:\"ssh/login/release=EULEROS-2\\.0SP3\");\n\n script_xref(name:\"EulerOS-SA\", value:\"2019-2677\");\n script_xref(name:\"URL\", value:\"https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2019-2677\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the Huawei EulerOS\n 'unzip' package(s) announced via the EulerOS-SA-2019-2677 advisory.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable package version is present on the target host.\");\n\n script_tag(name:\"insight\", value:\"A heap-based buffer overflow exists in Info-Zip UnZip version = 6.00 in the processing of password-protected archives that allows an attacker to perform a denial of service or to possibly achieve code execution.(CVE-2018-1000035)\n\nInfo-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) or possibly execute arbitrary code via a crafted password-protected ZIP archive, possibly related to an Extra-Field size value.(CVE-2015-7696)\n\nInfo-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (infinite loop) via empty bzip2 data in a ZIP archive.(CVE-2015-7697)\");\n\n script_tag(name:\"affected\", value:\"'unzip' package(s) on Huawei EulerOS V2.0SP3.\");\n\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\nreport = \"\";\n\nif(release == \"EULEROS-2.0SP3\") {\n\n if(!isnull(res = isrpmvuln(pkg:\"unzip\", rpm:\"unzip~6.0~15.h7\", rls:\"EULEROS-2.0SP3\"))) {\n report += res;\n }\n\n if(report != \"\") {\n security_message(data:report);\n } else if (__pkg_match) {\n exit(99);\n }\n exit(0);\n}\n\nexit(0);", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-04-17T16:57:09", "bulletinFamily": "scanner", "cvelist": ["CVE-2018-1000035", "CVE-2015-7696", "CVE-2019-13232", "CVE-2015-7697"], "description": "The remote host is missing an update for the Huawei EulerOS\n ", "modified": "2020-04-16T00:00:00", "published": "2020-04-16T00:00:00", "id": "OPENVAS:1361412562311220201462", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562311220201462", "type": "openvas", "title": "Huawei EulerOS: Security Advisory for unzip (EulerOS-SA-2020-1462)", "sourceData": "# Copyright (C) 2020 Greenbone Networks GmbH\n# Some text descriptions might be excerpted from the referenced\n# advisories, and are Copyright (C) by the respective right holder(s)\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.1.2.2020.1462\");\n script_version(\"2020-04-16T05:55:56+0000\");\n script_cve_id(\"CVE-2015-7696\", \"CVE-2015-7697\", \"CVE-2018-1000035\", \"CVE-2019-13232\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"last_modification\", value:\"2020-04-16 05:55:56 +0000 (Thu, 16 Apr 2020)\");\n script_tag(name:\"creation_date\", value:\"2020-04-16 05:55:56 +0000 (Thu, 16 Apr 2020)\");\n script_name(\"Huawei EulerOS: Security Advisory for unzip (EulerOS-SA-2020-1462)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2020 Greenbone Networks GmbH\");\n script_family(\"Huawei EulerOS Local Security Checks\");\n script_dependencies(\"gb_huawei_euleros_consolidation.nasl\");\n script_mandatory_keys(\"ssh/login/euleros\", \"ssh/login/rpms\", re:\"ssh/login/release=EULEROSVIRT-3\\.0\\.2\\.2\");\n\n script_xref(name:\"EulerOS-SA\", value:\"2020-1462\");\n script_xref(name:\"URL\", value:\"https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2020-1462\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the Huawei EulerOS\n 'unzip' package(s) announced via the EulerOS-SA-2020-1462 advisory.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable package version is present on the target host.\");\n\n script_tag(name:\"insight\", value:\"A heap-based buffer overflow exists in Info-Zip UnZip version = 6.00 in the processing of password-protected archives that allows an attacker to perform a denial of service or to possibly achieve code execution.(CVE-2018-1000035)\n\nInfo-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (infinite loop) via empty bzip2 data in a ZIP archive.(CVE-2015-7697)\n\nInfo-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) or possibly execute arbitrary code via a crafted password-protected ZIP archive, possibly related to an Extra-Field size value.(CVE-2015-7696)\n\nInfo-ZIP UnZip 6.0 mishandles the overlapping of files inside a ZIP container, leading to denial of service (resource consumption), aka a 'better zip bomb' issue.(CVE-2019-13232)\");\n\n script_tag(name:\"affected\", value:\"'unzip' package(s) on Huawei EulerOS Virtualization 3.0.2.2.\");\n\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\nreport = \"\";\n\nif(release == \"EULEROSVIRT-3.0.2.2\") {\n\n if(!isnull(res = isrpmvuln(pkg:\"unzip\", rpm:\"unzip~6.0~19.h8.eulerosv2r7\", rls:\"EULEROSVIRT-3.0.2.2\"))) {\n report += res;\n }\n\n if(report != \"\") {\n security_message(data:report);\n } else if (__pkg_match) {\n exit(99);\n }\n exit(0);\n}\n\nexit(0);", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2017-07-24T12:53:04", "bulletinFamily": "scanner", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "Two vulnerabilities have been\nfound in unzip, a de-archiver for .zip files. The Common Vulnerabilities and\nExposures project identifies the following problems:\n\nCVE-2015-7696 \nGustavo Grieco discovered that unzip incorrectly handled certain\npassword protected archives. If a user or automated system were\ntricked into processing a specially crafted zip archive, an attacker\ncould possibly execute arbitrary code.\n\nCVE-2015-7697 \nGustavo Grieco discovered that unzip incorrectly handled certain\nmalformed archives. If a user or automated system were tricked into\nprocessing a specially crafted zip archive, an attacker could\npossibly cause unzip to hang, resulting in a denial of service.", "modified": "2017-07-07T00:00:00", "published": "2015-10-31T00:00:00", "id": "OPENVAS:703386", "href": "http://plugins.openvas.org/nasl.php?oid=703386", "type": "openvas", "title": "Debian Security Advisory DSA 3386-1 (unzip - security update)", "sourceData": "# OpenVAS Vulnerability Test\n# $Id: deb_3386.nasl 6609 2017-07-07 12:05:59Z cfischer $\n# Auto-generated from advisory DSA 3386-1 using nvtgen 1.0\n# Script version: 1.0\n#\n# Author:\n# Greenbone Networks\n#\n# Copyright:\n# Copyright (c) 2015 Greenbone Networks GmbH http://greenbone.net\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (c) the respective author(s)\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n#\n\n\nif(description)\n{\n script_id(703386);\n script_version(\"$Revision: 6609 $\");\n script_cve_id(\"CVE-2015-7696\", \"CVE-2015-7697\");\n script_name(\"Debian Security Advisory DSA 3386-1 (unzip - security update)\");\n script_tag(name: \"last_modification\", value: \"$Date: 2017-07-07 14:05:59 +0200 (Fri, 07 Jul 2017) $\");\n script_tag(name: \"creation_date\", value: \"2015-10-31 00:00:00 +0100 (Sat, 31 Oct 2015)\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name: \"solution_type\", value: \"VendorFix\");\n script_tag(name: \"qod_type\", value: \"package\");\n\n script_xref(name: \"URL\", value: \"http://www.debian.org/security/2015/dsa-3386.html\");\n\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"Copyright (c) 2015 Greenbone Networks GmbH http://greenbone.net\");\n script_family(\"Debian Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/debian_linux\", \"ssh/login/packages\");\n script_tag(name: \"affected\", value: \"unzip on Debian Linux\");\n script_tag(name: \"insight\", value: \"InfoZIP's unzip program. With the\nexception of multi-volume archives (ie, .ZIP files that are split across several\ndisks using PKZIP's /& option), this can handle any file produced either by PKZIP,\nor the corresponding InfoZIP zip program.\");\n script_tag(name: \"solution\", value: \"For the oldstable distribution (wheezy),\nthese problems have been fixed in version 6.0-8+deb7u4.\n\nFor the stable distribution (jessie), these problems have been fixed in\nversion 6.0-16+deb8u1.\n\nFor the testing distribution (stretch), these problems have been fixed\nin version 6.0-19.\n\nFor the unstable distribution (sid), these problems have been fixed in\nversion 6.0-19.\n\nWe recommend that you upgrade your unzip packages.\");\n script_tag(name: \"summary\", value: \"Two vulnerabilities have been\nfound in unzip, a de-archiver for .zip files. The Common Vulnerabilities and\nExposures project identifies the following problems:\n\nCVE-2015-7696 \nGustavo Grieco discovered that unzip incorrectly handled certain\npassword protected archives. If a user or automated system were\ntricked into processing a specially crafted zip archive, an attacker\ncould possibly execute arbitrary code.\n\nCVE-2015-7697 \nGustavo Grieco discovered that unzip incorrectly handled certain\nmalformed archives. If a user or automated system were tricked into\nprocessing a specially crafted zip archive, an attacker could\npossibly cause unzip to hang, resulting in a denial of service.\");\n script_tag(name: \"vuldetect\", value: \"This check tests the installed\nsoftware version using the apt package manager.\");\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-deb.inc\");\n\nres = \"\";\nreport = \"\";\nif ((res = isdpkgvuln(pkg:\"unzip\", ver:\"6.0-8+deb7u4\", rls_regex:\"DEB7.[0-9]+\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"unzip\", ver:\"6.0-19\", rls_regex:\"DEB9.[0-9]+\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"unzip\", ver:\"6.0-16+deb8u1\", rls_regex:\"DEB8.[0-9]+\")) != NULL) {\n report += res;\n}\n\nif (report != \"\") {\n security_message(data:report);\n} else if (__pkg_match) {\n exit(99); # Not vulnerable.\n}\n", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2019-05-29T18:36:09", "bulletinFamily": "scanner", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "The remote host is missing an update for the ", "modified": "2019-03-13T00:00:00", "published": "2015-10-30T00:00:00", "id": "OPENVAS:1361412562310842509", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310842509", "type": "openvas", "title": "Ubuntu Update for unzip USN-2788-1", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Ubuntu Update for unzip USN-2788-1\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2015 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.842509\");\n script_version(\"$Revision: 14140 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-13 13:26:09 +0100 (Wed, 13 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2015-10-30 07:57:45 +0100 (Fri, 30 Oct 2015)\");\n script_cve_id(\"CVE-2015-7696\", \"CVE-2015-7697\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_name(\"Ubuntu Update for unzip USN-2788-1\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'unzip'\n package(s) announced via the referenced advisory.\");\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on the target host.\");\n script_tag(name:\"insight\", value:\"Gustavo Grieco discovered that unzip\nincorrectly handled certain password protected archives. If a user or automated\nsystem were tricked into processing a specially crafted zip archive, an attacker\ncould possibly execute arbitrary code. (CVE-2015-7696)\n\nGustavo Grieco discovered that unzip incorrectly handled certain malformed\narchives. If a user or automated system were tricked into processing a\nspecially crafted zip archive, an attacker could possibly cause unzip to\nhang, resulting in a denial of service. (CVE-2015-7697)\");\n script_tag(name:\"affected\", value:\"unzip on Ubuntu 15.10,\n Ubuntu 15.04,\n Ubuntu 14.04 LTS,\n Ubuntu 12.04 LTS\");\n script_tag(name:\"solution\", value:\"Please Install the Updated Packages.\");\n script_xref(name:\"USN\", value:\"2788-1\");\n script_xref(name:\"URL\", value:\"http://www.ubuntu.com/usn/usn-2788-1/\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2015 Greenbone Networks GmbH\");\n script_family(\"Ubuntu Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/ubuntu_linux\", \"ssh/login/packages\", re:\"ssh/login/release=UBUNTU(15\\.04|14\\.04 LTS|12\\.04 LTS|15\\.10)\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-deb.inc\");\n\nrelease = dpkg_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"UBUNTU15.04\")\n{\n\n if ((res = isdpkgvuln(pkg:\"unzip\", ver:\"6.0-13ubuntu3.1\", rls:\"UBUNTU15.04\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n\n\nif(release == \"UBUNTU14.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"unzip\", ver:\"6.0-9ubuntu1.4\", rls:\"UBUNTU14.04 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n\n\nif(release == \"UBUNTU12.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"unzip\", ver:\"6.0-4ubuntu2.4\", rls:\"UBUNTU12.04 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n\n\nif(release == \"UBUNTU15.10\")\n{\n\n if ((res = isdpkgvuln(pkg:\"unzip\", ver:\"6.0-17ubuntu1.1\", rls:\"UBUNTU15.10\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-03-14T16:51:21", "bulletinFamily": "scanner", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "The remote host is missing an update for the Huawei EulerOS\n ", "modified": "2020-03-13T00:00:00", "published": "2020-03-13T00:00:00", "id": "OPENVAS:1361412562311220201222", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562311220201222", "type": "openvas", "title": "Huawei EulerOS: Security Advisory for unzip (EulerOS-SA-2020-1222)", "sourceData": "# Copyright (C) 2020 Greenbone Networks GmbH\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (C) the respective author(s)\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.1.2.2020.1222\");\n script_version(\"2020-03-13T07:15:38+0000\");\n script_cve_id(\"CVE-2015-7696\", \"CVE-2015-7697\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"last_modification\", value:\"2020-03-13 07:15:38 +0000 (Fri, 13 Mar 2020)\");\n script_tag(name:\"creation_date\", value:\"2020-03-13 07:15:38 +0000 (Fri, 13 Mar 2020)\");\n script_name(\"Huawei EulerOS: Security Advisory for unzip (EulerOS-SA-2020-1222)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2020 Greenbone Networks GmbH\");\n script_family(\"Huawei EulerOS Local Security Checks\");\n script_dependencies(\"gb_huawei_euleros_consolidation.nasl\");\n script_mandatory_keys(\"ssh/login/euleros\", \"ssh/login/rpms\", re:\"ssh/login/release=EULEROSVIRTARM64-3\\.0\\.2\\.0\");\n\n script_xref(name:\"EulerOS-SA\", value:\"2020-1222\");\n script_xref(name:\"URL\", value:\"https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2020-1222\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the Huawei EulerOS\n 'unzip' package(s) announced via the EulerOS-SA-2020-1222 advisory.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable package version is present on the target host.\");\n\n script_tag(name:\"insight\", value:\"Info-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (infinite loop) via empty bzip2 data in a ZIP archive.(CVE-2015-7697)\n\n\nInfo-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) or possibly execute arbitrary code via a crafted password-protected ZIP archive, possibly related to an Extra-Field size value.(CVE-2015-7696)\");\n\n script_tag(name:\"affected\", value:\"'unzip' package(s) on Huawei EulerOS Virtualization for ARM 64 3.0.2.0.\");\n\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\nreport = \"\";\n\nif(release == \"EULEROSVIRTARM64-3.0.2.0\") {\n\n if(!isnull(res = isrpmvuln(pkg:\"unzip\", rpm:\"unzip~6.0~19.h7\", rls:\"EULEROSVIRTARM64-3.0.2.0\"))) {\n report += res;\n }\n\n if(report != \"\") {\n security_message(data:report);\n } else if (__pkg_match) {\n exit(99);\n }\n exit(0);\n}\n\nexit(0);", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-29T18:36:44", "bulletinFamily": "scanner", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "The remote host is missing an update for the ", "modified": "2019-03-13T00:00:00", "published": "2015-11-10T00:00:00", "id": "OPENVAS:1361412562310842527", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310842527", "type": "openvas", "title": "Ubuntu Update for unzip USN-2788-2", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Ubuntu Update for unzip USN-2788-2\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (C) 2015 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.842527\");\n script_version(\"$Revision: 14140 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-13 13:26:09 +0100 (Wed, 13 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2015-11-10 06:11:20 +0100 (Tue, 10 Nov 2015)\");\n script_cve_id(\"CVE-2015-7696\", \"CVE-2015-7697\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_name(\"Ubuntu Update for unzip USN-2788-2\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'unzip'\n package(s) announced via the referenced advisory.\");\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on the target host.\");\n script_tag(name:\"insight\", value:\"USN-2788-1 fixed vulnerabilities in unzip.\nOne of the security patches caused a regression when extracting 0-byte files. This\nupdate fixes the problem.\n\nWe apologize for the inconvenience.\n\nOriginal advisory details:\n\nGustavo Grieco discovered that unzip incorrectly handled certain password\nprotected archives. If a user or automated system were tricked into\nprocessing a specially crafted zip archive, an attacker could possibly\nexecute arbitrary code. (CVE-2015-7696)\nGustavo Grieco discovered that unzip incorrectly handled certain malformed\narchives. If a user or automated system were tricked into processing a\nspecially crafted zip archive, an attacker could possibly cause unzip to\nhang, resulting in a denial of service. (CVE-2015-7697)\");\n script_tag(name:\"affected\", value:\"unzip on Ubuntu 15.10,\n Ubuntu 15.04,\n Ubuntu 14.04 LTS,\n Ubuntu 12.04 LTS\");\n script_tag(name:\"solution\", value:\"Please Install the Updated Packages.\");\n script_xref(name:\"USN\", value:\"2788-2\");\n script_xref(name:\"URL\", value:\"http://www.ubuntu.com/usn/usn-2788-2/\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2015 Greenbone Networks GmbH\");\n script_family(\"Ubuntu Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/ubuntu_linux\", \"ssh/login/packages\", re:\"ssh/login/release=UBUNTU(15\\.04|14\\.04 LTS|12\\.04 LTS|15\\.10)\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-deb.inc\");\n\nrelease = dpkg_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"UBUNTU15.04\")\n{\n\n if ((res = isdpkgvuln(pkg:\"unzip\", ver:\"6.0-13ubuntu3.2\", rls:\"UBUNTU15.04\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n\n\nif(release == \"UBUNTU14.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"unzip\", ver:\"6.0-9ubuntu1.5\", rls:\"UBUNTU14.04 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n\n\nif(release == \"UBUNTU12.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"unzip\", ver:\"6.0-4ubuntu2.5\", rls:\"UBUNTU12.04 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n\n\nif(release == \"UBUNTU15.10\")\n{\n\n if ((res = isdpkgvuln(pkg:\"unzip\", ver:\"6.0-17ubuntu1.2\", rls:\"UBUNTU15.10\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-01-27T18:36:45", "bulletinFamily": "scanner", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "The remote host is missing an update for the Huawei EulerOS\n ", "modified": "2020-01-23T00:00:00", "published": "2020-01-23T00:00:00", "id": "OPENVAS:1361412562311220192234", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562311220192234", "type": "openvas", "title": "Huawei EulerOS: Security Advisory for unzip (EulerOS-SA-2019-2234)", "sourceData": "# Copyright (C) 2020 Greenbone Networks GmbH\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (C) the respective author(s)\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.1.2.2019.2234\");\n script_version(\"2020-01-23T12:42:19+0000\");\n script_cve_id(\"CVE-2015-7696\", \"CVE-2015-7697\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"last_modification\", value:\"2020-01-23 12:42:19 +0000 (Thu, 23 Jan 2020)\");\n script_tag(name:\"creation_date\", value:\"2020-01-23 12:42:19 +0000 (Thu, 23 Jan 2020)\");\n script_name(\"Huawei EulerOS: Security Advisory for unzip (EulerOS-SA-2019-2234)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2020 Greenbone Networks GmbH\");\n script_family(\"Huawei EulerOS Local Security Checks\");\n script_dependencies(\"gb_huawei_euleros_consolidation.nasl\");\n script_mandatory_keys(\"ssh/login/euleros\", \"ssh/login/rpms\", re:\"ssh/login/release=EULEROS-2\\.0SP5\");\n\n script_xref(name:\"EulerOS-SA\", value:\"2019-2234\");\n script_xref(name:\"URL\", value:\"https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2019-2234\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the Huawei EulerOS\n 'unzip' package(s) announced via the EulerOS-SA-2019-2234 advisory.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable package version is present on the target host.\");\n\n script_tag(name:\"insight\", value:\"Info-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) or possibly execute arbitrary code via a crafted password-protected ZIP archive, possibly related to an Extra-Field size value.(CVE-2015-7696)\n\nInfo-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (infinite loop) via empty bzip2 data in a ZIP archive.(CVE-2015-7697)\");\n\n script_tag(name:\"affected\", value:\"'unzip' package(s) on Huawei EulerOS V2.0SP5.\");\n\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\nreport = \"\";\n\nif(release == \"EULEROS-2.0SP5\") {\n\n if(!isnull(res = isrpmvuln(pkg:\"unzip\", rpm:\"unzip~6.0~19.h7.eulerosv2r7\", rls:\"EULEROS-2.0SP5\"))) {\n report += res;\n }\n\n if(report != \"\") {\n security_message(data:report);\n } else if (__pkg_match) {\n exit(99);\n }\n exit(0);\n}\n\nexit(0);", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-29T18:36:51", "bulletinFamily": "scanner", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "Two vulnerabilities have been\nfound in unzip, a de-archiver for .zip files. The Common Vulnerabilities and\nExposures project identifies the following problems:\n\nCVE-2015-7696\nGustavo Grieco discovered that unzip incorrectly handled certain\npassword protected archives. If a user or automated system were\ntricked into processing a specially crafted zip archive, an attacker\ncould possibly execute arbitrary code.\n\nCVE-2015-7697\nGustavo Grieco discovered that unzip incorrectly handled certain\nmalformed archives. If a user or automated system were tricked into\nprocessing a specially crafted zip archive, an attacker could\npossibly cause unzip to hang, resulting in a denial of service.", "modified": "2019-03-18T00:00:00", "published": "2015-10-31T00:00:00", "id": "OPENVAS:1361412562310703386", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310703386", "type": "openvas", "title": "Debian Security Advisory DSA 3386-1 (unzip - security update)", "sourceData": "# OpenVAS Vulnerability Test\n# $Id: deb_3386.nasl 14278 2019-03-18 14:47:26Z cfischer $\n# Auto-generated from advisory DSA 3386-1 using nvtgen 1.0\n# Script version: 1.0\n#\n# Author:\n# Greenbone Networks\n#\n# Copyright:\n# Copyright (c) 2015 Greenbone Networks GmbH http://greenbone.net\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (c) the respective author(s)\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n#\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.703386\");\n script_version(\"$Revision: 14278 $\");\n script_cve_id(\"CVE-2015-7696\", \"CVE-2015-7697\");\n script_name(\"Debian Security Advisory DSA 3386-1 (unzip - security update)\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-18 15:47:26 +0100 (Mon, 18 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2015-10-31 00:00:00 +0100 (Sat, 31 Oct 2015)\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\n\n script_xref(name:\"URL\", value:\"http://www.debian.org/security/2015/dsa-3386.html\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2015 Greenbone Networks GmbH http://greenbone.net\");\n script_family(\"Debian Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/debian_linux\", \"ssh/login/packages\", re:\"ssh/login/release=DEB(7|9|8)\");\n script_tag(name:\"affected\", value:\"unzip on Debian Linux\");\n script_tag(name:\"solution\", value:\"For the oldstable distribution (wheezy),\nthese problems have been fixed in version 6.0-8+deb7u4.\n\nFor the stable distribution (jessie), these problems have been fixed in\nversion 6.0-16+deb8u1.\n\nFor the testing distribution (stretch), these problems have been fixed\nin version 6.0-19.\n\nFor the unstable distribution (sid), these problems have been fixed in\nversion 6.0-19.\n\nWe recommend that you upgrade your unzip packages.\");\n script_tag(name:\"summary\", value:\"Two vulnerabilities have been\nfound in unzip, a de-archiver for .zip files. The Common Vulnerabilities and\nExposures project identifies the following problems:\n\nCVE-2015-7696\nGustavo Grieco discovered that unzip incorrectly handled certain\npassword protected archives. If a user or automated system were\ntricked into processing a specially crafted zip archive, an attacker\ncould possibly execute arbitrary code.\n\nCVE-2015-7697\nGustavo Grieco discovered that unzip incorrectly handled certain\nmalformed archives. If a user or automated system were tricked into\nprocessing a specially crafted zip archive, an attacker could\npossibly cause unzip to hang, resulting in a denial of service.\");\n script_tag(name:\"vuldetect\", value:\"This check tests the installed\nsoftware version using the apt package manager.\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-deb.inc\");\n\nres = \"\";\nreport = \"\";\nif((res = isdpkgvuln(pkg:\"unzip\", ver:\"6.0-8+deb7u4\", rls:\"DEB7\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"unzip\", ver:\"6.0-19\", rls:\"DEB9\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"unzip\", ver:\"6.0-16+deb8u1\", rls:\"DEB8\")) != NULL) {\n report += res;\n}\n\nif(report != \"\") {\n security_message(data:report);\n} else if (__pkg_match) {\n exit(99);\n}", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-01-27T18:33:01", "bulletinFamily": "scanner", "cvelist": ["CVE-2014-9913", "CVE-2016-9844"], "description": "The remote host is missing an update for the Huawei EulerOS\n ", "modified": "2020-01-23T00:00:00", "published": "2020-01-23T00:00:00", "id": "OPENVAS:1361412562311220181170", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562311220181170", "type": "openvas", "title": "Huawei EulerOS: Security Advisory for unzip (EulerOS-SA-2018-1170)", "sourceData": "# Copyright (C) 2020 Greenbone Networks GmbH\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (C) the respective author(s)\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.1.2.2018.1170\");\n script_version(\"2020-01-23T11:15:51+0000\");\n script_cve_id(\"CVE-2014-9913\", \"CVE-2016-9844\");\n script_tag(name:\"cvss_base\", value:\"2.1\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:L/AC:L/Au:N/C:N/I:N/A:P\");\n script_tag(name:\"last_modification\", value:\"2020-01-23 11:15:51 +0000 (Thu, 23 Jan 2020)\");\n script_tag(name:\"creation_date\", value:\"2020-01-23 11:15:51 +0000 (Thu, 23 Jan 2020)\");\n script_name(\"Huawei EulerOS: Security Advisory for unzip (EulerOS-SA-2018-1170)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2020 Greenbone Networks GmbH\");\n script_family(\"Huawei EulerOS Local Security Checks\");\n script_dependencies(\"gb_huawei_euleros_consolidation.nasl\");\n script_mandatory_keys(\"ssh/login/euleros\", \"ssh/login/rpms\", re:\"ssh/login/release=EULEROS-2\\.0SP3\");\n\n script_xref(name:\"EulerOS-SA\", value:\"2018-1170\");\n script_xref(name:\"URL\", value:\"https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2018-1170\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the Huawei EulerOS\n 'unzip' package(s) announced via the EulerOS-SA-2018-1170 advisory.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable package version is present on the target host.\");\n\n script_tag(name:\"insight\", value:\"Buffer overflow in the list_files function in list.c in Info-Zip UnZip 6.0 allows remote attackers to cause a denial of service (crash) via vectors related to the compression method.(CVE-2014-9913)\n\nBuffer overflow in the zi_short function in zipinfo.c in Info-Zip UnZip 6.0 allows remote attackers to cause a denial of service (crash) via a large compression method value in the central directory file header.(CVE-2016-9844)\");\n\n script_tag(name:\"affected\", value:\"'unzip' package(s) on Huawei EulerOS V2.0SP3.\");\n\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"package\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\nreport = \"\";\n\nif(release == \"EULEROS-2.0SP3\") {\n\n if(!isnull(res = isrpmvuln(pkg:\"unzip\", rpm:\"unzip~6.0~15.h2\", rls:\"EULEROS-2.0SP3\"))) {\n report += res;\n }\n\n if(report != \"\") {\n security_message(data:report);\n } else if (__pkg_match) {\n exit(99);\n }\n exit(0);\n}\n\nexit(0);", "cvss": {"score": 2.1, "vector": "AV:L/AC:L/Au:N/C:N/I:N/A:P"}}], "cve": [{"lastseen": "2021-02-02T06:21:29", "description": "Info-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) or possibly execute arbitrary code via a crafted password-protected ZIP archive, possibly related to an Extra-Field size value.", "edition": 5, "cvss3": {}, "published": "2015-11-06T18:59:00", "title": "CVE-2015-7696", "type": "cve", "cwe": ["CWE-119"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "PARTIAL", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 6.8, "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 6.4, "obtainUserPrivilege": false}, "cvelist": ["CVE-2015-7696"], "modified": "2019-12-16T20:24:00", "cpe": ["cpe:/o:canonical:ubuntu_linux:15.04", "cpe:/o:debian:debian_linux:8.0", "cpe:/o:canonical:ubuntu_linux:12.04", "cpe:/o:canonical:ubuntu_linux:15.10", "cpe:/a:unzip_project:unzip:6.0", "cpe:/o:debian:debian_linux:7.0", "cpe:/o:canonical:ubuntu_linux:14.04"], "id": "CVE-2015-7696", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-7696", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}, "cpe23": ["cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:15.04:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:15.10:*:*:*:*:*:*:*", "cpe:2.3:a:unzip_project:unzip:6.0:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:lts:*:*:*", "cpe:2.3:o:debian:debian_linux:7.0:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*"]}, {"lastseen": "2021-02-02T06:14:37", "description": "Buffer overflow in the list_files function in list.c in Info-Zip UnZip 6.0 allows remote attackers to cause a denial of service (crash) via vectors related to the compression method.", "edition": 5, "cvss3": {"exploitabilityScore": 2.5, "cvssV3": {"baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "LOCAL", "availabilityImpact": "LOW", "integrityImpact": "NONE", "baseScore": 4.0, "privilegesRequired": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "userInteraction": "NONE", "version": "3.0"}, "impactScore": 1.4}, "published": "2017-01-18T17:59:00", "title": "CVE-2014-9913", "type": "cve", "cwe": ["CWE-119"], "bulletinFamily": "NVD", "cvss2": {"severity": "LOW", "exploitabilityScore": 3.9, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "NONE", "availabilityImpact": "PARTIAL", "integrityImpact": "NONE", "baseScore": 2.1, "vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0", "accessVector": "LOCAL", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2014-9913"], "modified": "2019-12-16T20:24:00", "cpe": ["cpe:/a:unzip_project:unzip:6.0"], "id": "CVE-2014-9913", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-9913", "cvss": {"score": 2.1, "vector": "AV:L/AC:L/Au:N/C:N/I:N/A:P"}, "cpe23": ["cpe:2.3:a:unzip_project:unzip:6.0:*:*:*:*:*:*:*"]}, {"lastseen": "2021-02-02T06:52:22", "description": "A heap-based buffer overflow exists in Info-Zip UnZip version <= 6.00 in the processing of password-protected archives that allows an attacker to perform a denial of service or to possibly achieve code execution.", "edition": 10, "cvss3": {"exploitabilityScore": 1.8, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "baseScore": 7.8, "privilegesRequired": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "userInteraction": "REQUIRED", "version": "3.0"}, "impactScore": 5.9}, "published": "2018-02-09T23:29:00", "title": "CVE-2018-1000035", "type": "cve", "cwe": ["CWE-787"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "PARTIAL", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 6.8, "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 6.4, "obtainUserPrivilege": false}, "cvelist": ["CVE-2018-1000035"], "modified": "2020-08-24T17:37:00", "cpe": ["cpe:/a:unzip_project:unzip:6.00"], "id": "CVE-2018-1000035", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-1000035", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}, "cpe23": ["cpe:2.3:a:unzip_project:unzip:6.00:*:*:*:*:*:*:*"]}, {"lastseen": "2021-02-02T06:21:29", "description": "Info-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (infinite loop) via empty bzip2 data in a ZIP archive.", "edition": 5, "cvss3": {}, "published": "2015-11-06T18:59:00", "title": "CVE-2015-7697", "type": "cve", "cwe": ["CWE-399"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "PARTIAL", "integrityImpact": "NONE", "baseScore": 4.3, "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2015-7697"], "modified": "2019-12-16T20:24:00", "cpe": ["cpe:/o:canonical:ubuntu_linux:15.04", "cpe:/o:debian:debian_linux:8.0", "cpe:/o:canonical:ubuntu_linux:12.04", "cpe:/o:canonical:ubuntu_linux:15.10", "cpe:/a:unzip_project:unzip:6.0", "cpe:/o:debian:debian_linux:7.0", "cpe:/o:canonical:ubuntu_linux:14.04"], "id": "CVE-2015-7697", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-7697", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}, "cpe23": ["cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:15.04:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:15.10:*:*:*:*:*:*:*", "cpe:2.3:a:unzip_project:unzip:6.0:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:lts:*:*:*", "cpe:2.3:o:debian:debian_linux:7.0:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*"]}, {"lastseen": "2021-02-02T06:28:14", "description": "Buffer overflow in the zi_short function in zipinfo.c in Info-Zip UnZip 6.0 allows remote attackers to cause a denial of service (crash) via a large compression method value in the central directory file header.", "edition": 5, "cvss3": {"exploitabilityScore": 2.5, "cvssV3": {"baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "LOCAL", "availabilityImpact": "LOW", "integrityImpact": "NONE", "baseScore": 4.0, "privilegesRequired": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "userInteraction": "NONE", "version": "3.0"}, "impactScore": 1.4}, "published": "2017-01-18T17:59:00", "title": "CVE-2016-9844", "type": "cve", "cwe": ["CWE-119"], "bulletinFamily": "NVD", "cvss2": {"severity": "LOW", "exploitabilityScore": 3.9, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "NONE", "availabilityImpact": "PARTIAL", "integrityImpact": "NONE", "baseScore": 2.1, "vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0", "accessVector": "LOCAL", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2016-9844"], "modified": "2019-12-16T20:24:00", "cpe": ["cpe:/a:unzip_project:unzip:6.0"], "id": "CVE-2016-9844", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-9844", "cvss": {"score": 2.1, "vector": "AV:L/AC:L/Au:N/C:N/I:N/A:P"}, "cpe23": ["cpe:2.3:a:unzip_project:unzip:6.0:*:*:*:*:*:*:*"]}, {"lastseen": "2021-02-02T06:14:36", "description": "unzip 6.0 allows remote attackers to cause a denial of service (out-of-bounds read or write and crash) via an extra field with an uncompressed size smaller than the compressed field size in a zip archive that advertises STORED method compression.", "edition": 5, "cvss3": {}, "published": "2015-02-06T15:59:00", "title": "CVE-2014-9636", "type": "cve", "cwe": ["CWE-119"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "NONE", "availabilityImpact": "PARTIAL", "integrityImpact": "NONE", "baseScore": 5.0, "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2014-9636"], "modified": "2019-12-16T20:24:00", "cpe": ["cpe:/o:fedoraproject:fedora:21", "cpe:/o:canonical:ubuntu_linux:12.04", "cpe:/o:canonical:ubuntu_linux:14.10", "cpe:/o:fedoraproject:fedora:20", "cpe:/a:unzip_project:unzip:6.0", "cpe:/o:canonical:ubuntu_linux:10.04", "cpe:/o:debian:debian_linux:7.0", "cpe:/o:canonical:ubuntu_linux:14.04"], "id": "CVE-2014-9636", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-9636", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:N/A:P"}, "cpe23": ["cpe:2.3:o:fedoraproject:fedora:21:*:*:*:*:*:*:*", "cpe:2.3:o:fedoraproject:fedora:20:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:10.04:*:*:*:lts:*:*:*", "cpe:2.3:a:unzip_project:unzip:6.0:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:lts:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:14.10:*:*:*:*:*:*:*", "cpe:2.3:o:debian:debian_linux:7.0:*:*:*:*:*:*:*", "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*"]}], "amazon": [{"lastseen": "2021-02-20T03:29:41", "bulletinFamily": "unix", "cvelist": ["CVE-2018-1000035", "CVE-2016-9844", "CVE-2015-7697"], "description": "**Issue Overview:**\n\nInfo-ZIP UnZip 6.0 allows remote attackers to cause a denial of service (infinite loop) via empty bzip2 data in a ZIP archive. ([CVE-2015-7697 __](<https://access.redhat.com/security/cve/CVE-2015-7697>))\n\nBuffer overflow in the zi_short function in zipinfo.c in Info-Zip UnZip 6.0 allows remote attackers to cause a denial of service (crash) via a large compression method value in the central directory file header. ([CVE-2016-9844 __](<https://access.redhat.com/security/cve/CVE-2016-9844>))\n\nA heap-based buffer overflow exists in Info-Zip UnZip version <= 6.00 in the processing of password-protected archives that allows an attacker to perform a denial of service or to possibly achieve code execution. ([CVE-2018-1000035 __](<https://access.redhat.com/security/cve/CVE-2018-1000035>))\n\n \n**Affected Packages:** \n\n\nunzip\n\n \n**Issue Correction:** \nRun _yum update unzip_ to update your system. \n\n\n \n\n\n**New Packages:**\n \n \n aarch64: \n unzip-6.0-43.amzn2.aarch64 \n unzip-debuginfo-6.0-43.amzn2.aarch64 \n \n i686: \n unzip-6.0-43.amzn2.i686 \n unzip-debuginfo-6.0-43.amzn2.i686 \n \n src: \n unzip-6.0-43.amzn2.src \n \n x86_64: \n unzip-6.0-43.amzn2.x86_64 \n unzip-debuginfo-6.0-43.amzn2.x86_64 \n \n \n", "edition": 1, "modified": "2021-02-17T18:14:00", "published": "2021-02-17T18:14:00", "id": "ALAS2-2021-1604", "href": "https://alas.aws.amazon.com/AL2/ALAS-2021-1604.html", "title": "Important: unzip", "type": "amazon", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "ubuntu": [{"lastseen": "2020-07-02T11:40:20", "bulletinFamily": "unix", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "USN-2788-1 fixed vulnerabilities in unzip. One of the security patches \ncaused a regression when extracting 0-byte files. This update fixes the \nproblem.\n\nWe apologize for the inconvenience.\n\nOriginal advisory details:\n\nGustavo Grieco discovered that unzip incorrectly handled certain password \nprotected archives. If a user or automated system were tricked into \nprocessing a specially crafted zip archive, an attacker could possibly \nexecute arbitrary code. (CVE-2015-7696)\n\nGustavo Grieco discovered that unzip incorrectly handled certain malformed \narchives. If a user or automated system were tricked into processing a \nspecially crafted zip archive, an attacker could possibly cause unzip to \nhang, resulting in a denial of service. (CVE-2015-7697)", "edition": 5, "modified": "2015-11-09T00:00:00", "published": "2015-11-09T00:00:00", "id": "USN-2788-2", "href": "https://ubuntu.com/security/notices/USN-2788-2", "title": "unzip regression", "type": "ubuntu", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-07-02T11:36:13", "bulletinFamily": "unix", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "Gustavo Grieco discovered that unzip incorrectly handled certain password \nprotected archives. If a user or automated system were tricked into \nprocessing a specially crafted zip archive, an attacker could possibly \nexecute arbitrary code. (CVE-2015-7696)\n\nGustavo Grieco discovered that unzip incorrectly handled certain malformed \narchives. If a user or automated system were tricked into processing a \nspecially crafted zip archive, an attacker could possibly cause unzip to \nhang, resulting in a denial of service. (CVE-2015-7697)", "edition": 5, "modified": "2015-10-29T00:00:00", "published": "2015-10-29T00:00:00", "id": "USN-2788-1", "href": "https://ubuntu.com/security/notices/USN-2788-1", "title": "unzip vulnerabilities", "type": "ubuntu", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-12-17T00:50:48", "bulletinFamily": "unix", "cvelist": ["CVE-2018-1000035", "CVE-2014-9913", "CVE-2016-9844", "CVE-2018-18384", "CVE-2019-13232"], "description": "Rene Freingruber discovered that unzip incorrectly handled certain \nspecially crafted password protected ZIP archives. If a user or automated \nsystem using unzip were tricked into opening a specially crafted zip file, \nan attacker could exploit this to cause a crash, resulting in a denial of \nservice. (CVE-2018-1000035)\n\nAntonio Carista discovered that unzip incorrectly handled certain \nspecially crafted ZIP archives. If a user or automated system using unzip \nwere tricked into opening a specially crafted zip file, an attacker could \nexploit this to cause a crash, resulting in a denial of service. This \nissue only affected Ubuntu 12.04 ESM and Ubuntu 14.04 ESM. \n(CVE-2018-18384)\n\nIt was discovered that unzip incorrectly handled certain specially crafted \nZIP archives. If a user or automated system using unzip were tricked into \nopening a specially crafted zip file, an attacker could exploit this to \ncause resource consumption, resulting in a denial of service. \n(CVE-2019-13232)\n\nMartin Carpenter discovered that unzip incorrectly handled certain \nspecially crafted ZIP archives. If a user or automated system using unzip \nwere tricked into opening a specially crafted zip file, an attacker could \nexploit this to cause a crash, resulting in a denial of service. This \nissue only affected Ubuntu 12.04 ESM, Ubuntu 14.04 ESM and Ubuntu 16.04 \nLTS. (CVE-2014-9913)\n\nAlexis Vanden Eijnde discovered that unzip incorrectly handled certain \nspecially crafted ZIP archives. If a user or automated system using unzip \nwere tricked into opening a specially crafted zip file, an attacker could \nexploit this to cause a crash, resulting in a denial of service. This \nissue only affected Ubuntu 12.04 ESM, Ubuntu 14.04 ESM and Ubuntu 16.04 \nLTS. (CVE-2016-9844)", "edition": 1, "modified": "2020-12-16T00:00:00", "published": "2020-12-16T00:00:00", "id": "USN-4672-1", "href": "https://ubuntu.com/security/notices/USN-4672-1", "title": "unzip vulnerabilities", "type": "ubuntu", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-07-02T11:45:19", "bulletinFamily": "unix", "cvelist": ["CVE-2014-9636"], "description": "Michal Zalewski discovered that unzip incorrectly handled certain \nmalformed zip archives. If a user or automated system were tricked into \nprocessing a specially crafted zip archive, an attacker could possibly \nexecute arbitrary code.", "edition": 5, "modified": "2015-02-03T00:00:00", "published": "2015-02-03T00:00:00", "id": "USN-2489-1", "href": "https://ubuntu.com/security/notices/USN-2489-1", "title": "unzip vulnerability", "type": "ubuntu", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:N/A:P"}}], "archlinux": [{"lastseen": "2016-09-02T18:44:43", "bulletinFamily": "unix", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "- CVE-2015-7696 (arbitrary code execution)\n\nA heap buffer overflow triggered by unzipping a file with password that\ncan lead to arbitrary code execution.\n\n- CVE-2015-7697 (denial of service)\n\nA denial of service with a file that never finishes unzipping.", "modified": "2015-11-03T00:00:00", "published": "2015-11-03T00:00:00", "id": "ASA-201511-1", "href": "https://lists.archlinux.org/pipermail/arch-security/2015-November/000429.html", "type": "archlinux", "title": "unzip: multiple issues", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2016-09-02T18:44:38", "bulletinFamily": "unix", "cvelist": ["CVE-2014-9636"], "description": "A buffer overflow (out-of-bounds read or write) in test_compr_eb() in\nextract.c was found in the way unzip handled an extra field with an\nuncompressed size smaller than the compressed field size in a zip\narchive that advertises STORED method compression. A specially crafted\nZip archive could cause unzip to crash or, possibly, execute arbitrary code.", "modified": "2015-03-15T00:00:00", "published": "2015-03-15T00:00:00", "id": "ASA-201503-9", "href": "https://lists.archlinux.org/pipermail/arch-security/2015-March/000250.html", "type": "archlinux", "title": "unzip: arbitrary code execution", "cvss": {"score": 5.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:NONE/A:PARTIAL/"}}], "securityvulns": [{"lastseen": "2018-08-31T11:11:02", "bulletinFamily": "software", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "\r\n\r\n==========================================================================\r\nUbuntu Security Notice USN-2788-1\r\nOctober 29, 2015\r\n\r\nunzip vulnerabilities\r\n==========================================================================\r\n\r\nA security issue affects these releases of Ubuntu and its derivatives:\r\n\r\n- Ubuntu 15.10\r\n- Ubuntu 15.04\r\n- Ubuntu 14.04 LTS\r\n- Ubuntu 12.04 LTS\r\n\r\nSummary:\r\n\r\nunzip could be made to crash or run programs as your login if it opened a\r\nspecially crafted file.\r\n\r\nSoftware Description:\r\n- unzip: De-archiver for .zip files\r\n\r\nDetails:\r\n\r\nGustavo Grieco discovered that unzip incorrectly handled certain password\r\nprotected archives. If a user or automated system were tricked into\r\nprocessing a specially crafted zip archive, an attacker could possibly\r\nexecute arbitrary code. (CVE-2015-7696)\r\n\r\nGustavo Grieco discovered that unzip incorrectly handled certain malformed\r\narchives. If a user or automated system were tricked into processing a\r\nspecially crafted zip archive, an attacker could possibly cause unzip to\r\nhang, resulting in a denial of service. (CVE-2015-7697)\r\n\r\nUpdate instructions:\r\n\r\nThe problem can be corrected by updating your system to the following\r\npackage versions:\r\n\r\nUbuntu 15.10:\r\n unzip 6.0-17ubuntu1.1\r\n\r\nUbuntu 15.04:\r\n unzip 6.0-13ubuntu3.1\r\n\r\nUbuntu 14.04 LTS:\r\n unzip 6.0-9ubuntu1.4\r\n\r\nUbuntu 12.04 LTS:\r\n unzip 6.0-4ubuntu2.4\r\n\r\nIn general, a standard system update will make all the necessary changes.\r\n\r\nReferences:\r\n http://www.ubuntu.com/usn/usn-2788-1\r\n CVE-2015-7696, CVE-2015-7697\r\n\r\nPackage Information:\r\n https://launchpad.net/ubuntu/+source/unzip/6.0-17ubuntu1.1\r\n https://launchpad.net/ubuntu/+source/unzip/6.0-13ubuntu3.1\r\n https://launchpad.net/ubuntu/+source/unzip/6.0-9ubuntu1.4\r\n https://launchpad.net/ubuntu/+source/unzip/6.0-4ubuntu2.4\r\n\r\n\r\n\r\n\r\n-- \r\nubuntu-security-announce mailing list\r\nubuntu-security-announce@lists.ubuntu.com\r\nModify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-security-announce\r\n\r\n", "edition": 1, "modified": "2015-11-01T00:00:00", "published": "2015-11-01T00:00:00", "id": "SECURITYVULNS:DOC:32650", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:32650", "title": "[USN-2788-1] unzip vulnerabilities", "type": "securityvulns", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-08-31T11:10:03", "bulletinFamily": "software", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "DoS, code execution.", "edition": 1, "modified": "2015-11-01T00:00:00", "published": "2015-11-01T00:00:00", "id": "SECURITYVULNS:VULN:14752", "href": "https://vulners.com/securityvulns/SECURITYVULNS:VULN:14752", "title": "unzip security vulneravilities", "type": "securityvulns", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-08-31T11:10:57", "bulletinFamily": "software", "cvelist": ["CVE-2014-9636", "CVE-2014-8139"], "description": "\r\n\r\n-----BEGIN PGP SIGNED MESSAGE-----\r\nHash: SHA512\r\n\r\n- -------------------------------------------------------------------------\r\nDebian Security Advisory DSA-3152-1 security@debian.org\r\nhttp://www.debian.org/security/ Salvatore Bonaccorso\r\nFebruary 03, 2015 http://www.debian.org/security/faq\r\n- -------------------------------------------------------------------------\r\n\r\nPackage : unzip\r\nCVE ID : CVE-2014-9636\r\nDebian Bug : 776589\r\n\r\nA flaw was found in the test_compr_eb() function allowing out-of-bounds\r\nread and write access to memory locations. By carefully crafting a\r\ncorrupt ZIP archive an attacker can trigger a heap overflow, resulting\r\nin application crash or possibly having other unspecified impact.\r\n\r\nFor the stable distribution (wheezy), this problem has been fixed in\r\nversion 6.0-8+deb7u2. Additionally this update corrects a defective\r\npatch applied to address CVE-2014-8139, which caused a regression with\r\nexecutable jar files.\r\n\r\nFor the unstable distribution (sid), this problem has been fixed in\r\nversion 6.0-15. The defective patch applied to address CVE-2014-8139 was\r\ncorrected in version 6.0-16.\r\n\r\nWe recommend that you upgrade your unzip packages.\r\n\r\nFurther information about Debian Security Advisories, how to apply\r\nthese updates to your system and frequently asked questions can be\r\nfound at: https://www.debian.org/security/\r\n\r\nMailing list: debian-security-announce@lists.debian.org\r\n-----BEGIN PGP SIGNATURE-----\r\nVersion: GnuPG v1\r\n\r\niQIcBAEBCgAGBQJU0OMCAAoJEAVMuPMTQ89Eal0P/2E2h2at+DLB3Xn4+p6Hh2uD\r\nO4Lrhw8iN77KY2Jo/EmsVd22MiL8fqQgKTj0FA7ruydABYlkdB9R6aoRQJZf4ifm\r\nW2ojedQzC2UHKzhlW0OuzQn9GjoeuCQ9Mj3K3xu0DDfrEkIrxWKwqWgWNOTxDnPW\r\nr5RoyA6rKX70rd9aLWd7jI77S/e6lq0jHM2Fc8tG5kQ58pkzViV5bKU1yhPazQBr\r\nmN3leJUrM+K55+IcxbuXYIP/F4cr3WrQntmj0oaLSJWKpmWsJ6z40ViMitREKMA4\r\nOZoAAsctkBLfeEyHPHwBz3KfsmhMMWXf8o4nikHzzkC/9jYZ5+5R+PVC/IJb6lnG\r\nSYOD07fjFMrwO39SSbf6oGW7ivuS62zPTqvEGUnloYe04ezKa7JzXMtNBfsWr7Ax\r\ngcnF63u8vEC6/TvliStIL7vSXHm5XX/4HllUoZcvpnXkQMBZG/Ol5Pju/lo5PGIi\r\n6UTBAjlqYJMq2RSrVcmdS3Bksh3rznVwDkLB6b6t8B8dT065mjxFsYFTQY049xBU\r\nrFK8rbWtjHttmO/LJxbQYj0GtKl5IccmNcrw02S2wSFtmz+e/L5Fevhwd7NHWTRg\r\nOfgEZdKGtTEhkJ5sI3j7fk5XyFVG9hgz0LPts+OWIvIcavj64T403R4bb8XFh/OH\r\n1nMrjOl6pdw+qr12h8vK\r\n=0h2b\r\n-----END PGP SIGNATURE-----\r\n\r\n", "edition": 1, "modified": "2015-02-11T00:00:00", "published": "2015-02-11T00:00:00", "id": "SECURITYVULNS:DOC:31705", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:31705", "title": "[SECURITY] [DSA 3152-1] unzip security update", "type": "securityvulns", "cvss": {"score": 5.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:NONE/A:PARTIAL/"}}], "debian": [{"lastseen": "2020-08-12T01:07:34", "bulletinFamily": "unix", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "- -------------------------------------------------------------------------\nDebian Security Advisory DSA-3386-1 security@debian.org\nhttps://www.debian.org/security/ Laszlo Boszormenyi (GCS)\nOctober 31, 2015 https://www.debian.org/security/faq\n- -------------------------------------------------------------------------\n\nPackage : unzip\nCVE ID : CVE-2015-7696 CVE-2015-7697\nDebian Bug : 802160 802162\n\nTwo vulnerabilities have been found in unzip, a de-archiver for .zip\nfiles. The Common Vulnerabilities and Exposures project identifies the\nfollowing problems:\n\nCVE-2015-7696\n\n Gustavo Grieco discovered that unzip incorrectly handled certain\n password protected archives. If a user or automated system were\n tricked into processing a specially crafted zip archive, an attacker\n could possibly execute arbitrary code.\n\nCVE-2015-7697\n\n Gustavo Grieco discovered that unzip incorrectly handled certain\n malformed archives. If a user or automated system were tricked into\n processing a specially crafted zip archive, an attacker could\n possibly cause unzip to hang, resulting in a denial of service.\n\nFor the oldstable distribution (wheezy), these problems have been fixed\nin version 6.0-8+deb7u4.\n\nFor the stable distribution (jessie), these problems have been fixed in\nversion 6.0-16+deb8u1.\n\nFor the testing distribution (stretch), these problems have been fixed\nin version 6.0-19.\n\nFor the unstable distribution (sid), these problems have been fixed in\nversion 6.0-19.\n\nWe recommend that you upgrade your unzip packages.\n\nFurther information about Debian Security Advisories, how to apply\nthese updates to your system and frequently asked questions can be\nfound at: https://www.debian.org/security/\n\nMailing list: debian-security-announce@lists.debian.org\n", "edition": 6, "modified": "2015-10-31T14:36:52", "published": "2015-10-31T14:36:52", "id": "DEBIAN:DSA-3386-1:F4F22", "href": "https://lists.debian.org/debian-security-announce/debian-security-announce-2015/msg00286.html", "title": "[SECURITY] [DSA 3386-1] unzip security update", "type": "debian", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-10-09T00:57:49", "bulletinFamily": "unix", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "Package : unzip\nVersion : 6.0-4+deb6u3\nCVE ID : CVE-2015-7696 CVE-2015-7697\nDebian Bug : 802160 802162\n\nGustavo Grieco discovered with a fuzzer that unzip was vulnerable to a\nheap overflow and to a denial of service with specially crafted\npassword-protected ZIP archives.\n\nFor the Debian 6 squeeze, these issues haven been fixed in unzip\n6.0-4+deb6u3.\n\n-- \nRapha\u00ebl Hertzog \u25c8 Debian Developer\n\nSupport Debian LTS: http://www.freexian.com/services/debian-lts.html\nLearn to master Debian: http://debian-handbook.info/get/\n", "edition": 8, "modified": "2015-10-22T09:43:27", "published": "2015-10-22T09:43:27", "id": "DEBIAN:DLA-330-1:A343E", "href": "https://lists.debian.org/debian-lts-announce/2015/debian-lts-announce-201510/msg00008.html", "title": "[SECURITY] [DLA 330-1] unzip security update", "type": "debian", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-30T02:22:31", "bulletinFamily": "unix", "cvelist": ["CVE-2014-9913", "CVE-2016-9844"], "description": "Package : unzip\nVersion : 6.0-8+deb7u6\nCVE ID : CVE-2014-9913 CVE-2016-9844\nDebian Bug : 847485 847486\n\n"unzip -l" (CVE-2014-9913) and "zipinfo" (CVE-2016-9844) were vulnerable\nto buffer overflows when provided malformed or maliciously-crafted ZIP\nfiles.\n\nFor Debian 7 "Wheezy", these problems have been fixed in version\n6.0-8+deb7u6.\n\nWe recommend that you upgrade your unzip packages.\n\nFurther information about Debian LTS security advisories, how to apply\nthese updates to your system and frequently asked questions can be\nfound at: https://wiki.debian.org/LTS\n\n-- \nRapha\u00ebl Hertzog \u25c8 Debian Developer\n\nSupport Debian LTS: http://www.freexian.com/services/debian-lts.html\nLearn to master Debian: http://debian-handbook.info/get/\n", "edition": 2, "modified": "2016-12-13T15:33:14", "published": "2016-12-13T15:33:14", "id": "DEBIAN:DLA-741-1:F212A", "href": "https://lists.debian.org/debian-lts-announce/2016/debian-lts-announce-201612/msg00016.html", "title": "[SECURITY] [DLA 741-1] unzip security update", "type": "debian", "cvss": {"score": 2.1, "vector": "AV:L/AC:L/Au:N/C:N/I:N/A:P"}}, {"lastseen": "2020-08-12T00:51:39", "bulletinFamily": "unix", "cvelist": ["CVE-2018-1000035"], "description": "Package : unzip\nVersion : 6.0-16+deb8u6\nCVE ID : CVE-2018-1000035\n\n\nAn issue has been found in unzip, a de-archiver for .zip files.\nWhile processing a password protected archive, a heap-based buffer \noverflow could happen, that allows an attacker to perform a denial of \nservice or to possibly achieve code execution.\n\n\n\nFor Debian 8 "Jessie", this problem has been fixed in version \n6.0-16+deb8u6.\n\n\nWe recommend that you upgrade your unzip packages.\n\nFurther information about Debian LTS security advisories, how to apply\nthese updates to your system and frequently asked questions can be\nfound at: https://wiki.debian.org/LTS\n\n", "edition": 5, "modified": "2020-01-28T21:20:32", "published": "2020-01-28T21:20:32", "id": "DEBIAN:DLA-2082-1:B5C6A", "href": "https://lists.debian.org/debian-lts-announce/2020/debian-lts-announce-202001/msg00026.html", "title": "[SECURITY] [DLA 2082-1] unzip security update", "type": "debian", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-02-06T14:32:21", "bulletinFamily": "unix", "cvelist": ["CVE-2014-9636", "CVE-2014-8139"], "description": "- -------------------------------------------------------------------------\nDebian Security Advisory DSA-3152-1 security@debian.org\nhttp://www.debian.org/security/ Salvatore Bonaccorso\nFebruary 03, 2015 http://www.debian.org/security/faq\n- -------------------------------------------------------------------------\n\nPackage : unzip\nCVE ID : CVE-2014-9636\nDebian Bug : 776589\n\nA flaw was found in the test_compr_eb() function allowing out-of-bounds\nread and write access to memory locations. By carefully crafting a\ncorrupt ZIP archive an attacker can trigger a heap overflow, resulting\nin application crash or possibly having other unspecified impact.\n\nFor the stable distribution (wheezy), this problem has been fixed in\nversion 6.0-8+deb7u2. Additionally this update corrects a defective\npatch applied to address CVE-2014-8139, which caused a regression with\nexecutable jar files.\n\nFor the unstable distribution (sid), this problem has been fixed in\nversion 6.0-15. The defective patch applied to address CVE-2014-8139 was\ncorrected in version 6.0-16.\n\nWe recommend that you upgrade your unzip packages.\n\nFurther information about Debian Security Advisories, how to apply\nthese updates to your system and frequently asked questions can be\nfound at: https://www.debian.org/security/\n\nMailing list: debian-security-announce@lists.debian.org\n", "edition": 3, "modified": "2015-02-03T15:04:56", "published": "2015-02-03T15:04:56", "id": "DEBIAN:DSA-3152-1:1C202", "href": "https://lists.debian.org/debian-security-announce/debian-security-announce-2015/msg00035.html", "title": "[SECURITY] [DSA 3152-1] unzip security update", "type": "debian", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-08-12T01:00:44", "bulletinFamily": "unix", "cvelist": ["CVE-2014-9636", "CVE-2014-8139"], "description": "Package : unzip\nVersion : 6.0-4+deb6u2\nCVE ID : CVE-2014-8139 CVE-2014-9636\nDebian Bug : 775640 776589\n\nA flaw was found in the test_compr_eb() function allowing out-of-bounds\nread and write access to memory locations. By carefully crafting a\ncorrupt ZIP archive an attacker can trigger a heap overflow, resulting\nin application crash or possibly having other unspecified impact.\n\nAdditionally this update corrects a defective patch applied to address \nCVE-2014-8139, which caused a regression with executable jar files.\n\n", "edition": 9, "modified": "2015-02-07T14:00:36", "published": "2015-02-07T14:00:36", "id": "DEBIAN:DLA-150-1:8D190", "href": "https://lists.debian.org/debian-lts-announce/2015/debian-lts-announce-201502/msg00003.html", "title": "[SECURITY] [DLA 150-1] unzip security update", "type": "debian", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "freebsd": [{"lastseen": "2019-05-29T18:32:53", "bulletinFamily": "unix", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "\nGustavo Grieco reports:\n\nTwo issues were found in unzip 6.0:\n * A heap overflow triggered by unzipping a file with password\n\t (e.g unzip -p -P x sigsegv.zip).\n * A denegation of service with a file that never finishes unzipping\n\t (e.g. unzip sigxcpu.zip).\n\n", "edition": 4, "modified": "2015-09-26T00:00:00", "published": "2015-09-26T00:00:00", "id": "86C3C66E-B2F5-11E5-863A-B499BAEBFEAF", "href": "https://vuxml.freebsd.org/freebsd/86c3c66e-b2f5-11e5-863a-b499baebfeaf.html", "title": "unzip -- multiple vulnerabilities", "type": "freebsd", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-29T18:33:20", "bulletinFamily": "unix", "cvelist": ["CVE-2014-9636"], "description": "\nUbuntu Security Notice USN-2489-1 reports:\n\nMichal Zalewski discovered that unzip incorrectly handled\n\t certain malformed zip archives. If a user or automated system\n\t were tricked into processing a specially crafted zip archive,\n\t an attacker could possibly execute arbitrary code.\n\n", "edition": 4, "modified": "2014-11-02T00:00:00", "published": "2014-11-02T00:00:00", "id": "E543C6F8-ABF2-11E4-8AC7-D050992ECDE8", "href": "https://vuxml.freebsd.org/freebsd/e543c6f8-abf2-11e4-8ac7-d050992ecde8.html", "title": "unzip -- out of boundary access issues in test_compr_eb", "type": "freebsd", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:N/A:P"}}], "cloudfoundry": [{"lastseen": "2019-05-29T18:32:55", "bulletinFamily": "software", "cvelist": ["CVE-2015-7696", "CVE-2015-7697"], "description": "USN-2788-1 and USN-2788-2 unzip vulnerability\n\n# \n\nMedium\n\n# Vendor\n\nunzip\n\n# Versions Affected\n\n * Ubuntu 14.04 \n\n# Description\n\nGustavo Grieco discovered that unzip incorrectly handled certain password protected archives. If a user or automated system were tricked into processing a specially crafted zip archive, an attacker could possibly execute arbitrary code. (CVE-2015-7696)\n\nGustavo Grieco discovered that unzip incorrectly handled certain malformed archives. If a user or automated system were tricked into processing a specially crafted zip archive, an attacker could possibly cause unzip to hang, resulting in a denial of service. (CVE-2015-7697)\n\nThe Cloud Foundry project released a BOSH stemcell version 3130 that has the patched version of the Linux kernel. A new Cloud Foundry rootfs was also released, cflinuxfs2 v.1.17.0, that has the patches.\n\n# Affected Products and Versions\n\n_Severity is medium unless otherwise noted. \n_\n\n * All versions of Cloud Foundry BOSH stemcells prior to 3130 have versions of the kernel vulnerable to USN-2806-1. \n * All versions of Cloud Foundry cflinuxfs2 prior to v.1.17.0. \n\n# Mitigation\n\nUsers of affected versions should apply the following mitigation:\n\n * The Cloud Foundry project recommends that Cloud Foundry deployments run with BOSH stemcells 3130 or later versions and cflinuxfs2 v.1.17.0 or later versions. \n\n# Credit\n\nGustavo Grieco\n\n# References\n\n * <http://www.ubuntu.com/usn/usn-2788-1>\n * <https://bosh.io/stemcells>\n * <https://github.com/cloudfoundry/cf-release>\n", "edition": 5, "modified": "2015-11-24T00:00:00", "published": "2015-11-24T00:00:00", "id": "CFOUNDRY:7EFEF457C59268495EF5F41B32699777", "href": "https://www.cloudfoundry.org/blog/usn-2788-1-and-usn-2788-2/", "title": "USN-2788-1 and USN-2788-2 unzip vulnerability | Cloud Foundry", "type": "cloudfoundry", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-02-10T23:28:13", "bulletinFamily": "software", "cvelist": ["CVE-2018-1000035", "CVE-2014-9913", "CVE-2016-9844", "CVE-2018-18384", "CVE-2019-13232"], "description": "## Severity\n\nLow\n\n## Vendor\n\nCanonical Ubuntu\n\n## Versions Affected\n\n * Canonical Ubuntu 14.04\n * Canonical Ubuntu 16.04\n * Canonical Ubuntu 18.04\n\n## Description\n\nRene Freingruber discovered that unzip incorrectly handled certain specially crafted password protected ZIP archives. If a user or automated system using unzip were tricked into opening a specially crafted zip file, an attacker could exploit this to cause a crash, resulting in a denial of service. (CVE-2018-1000035)\n\nAntonio Carista discovered that unzip incorrectly handled certain specially crafted ZIP archives. If a user or automated system using unzip were tricked into opening a specially crafted zip file, an attacker could exploit this to cause a crash, resulting in a denial of service. This issue only affected Ubuntu 12.04 ESM and Ubuntu 14.04 ESM. (CVE-2018-18384)\n\nIt was discovered that unzip incorrectly handled certain specially crafted ZIP archives. If a user or automated system using unzip were tricked into opening a specially crafted zip file, an attacker could exploit this to cause resource consumption, resulting in a denial of service. (CVE-2019-13232)\n\nMartin Carpenter discovered that unzip incorrectly handled certain specially crafted ZIP archives. If a user or automated system using unzip were tricked into opening a specially crafted zip file, an attacker could exploit this to cause a crash, resulting in a denial of service. This issue only affected Ubuntu 12.04 ESM, Ubuntu 14.04 ESM and Ubuntu 16.04 LTS. (CVE-2014-9913)\n\nAlexis Vanden Eijnde discovered that unzip incorrectly handled certain specially crafted ZIP archives. If a user or automated system using unzip were tricked into opening a specially crafted zip file, an attacker could exploit this to cause a crash, resulting in a denial of service. This issue only affected Ubuntu 12.04 ESM, Ubuntu 14.04 ESM and Ubuntu 16.04 LTS. (CVE-2016-9844)\n\nCVEs contained in this USN include: CVE-2014-9913, CVE-2016-9844, CVE-2018-1000035, CVE-2018-18384, CVE-2019-13232.\n\n## Affected Cloud Foundry Products and Versions\n\n_Severity is low unless otherwise noted._\n\n * cflinuxfs3 \n * All versions prior to 0.217.0\n * Xenial Stemcells \n * 315.x versions prior to 315.204\n * 456.x versions prior to 456.131\n * 621.x versions prior to 621.95\n * All other stemcells not listed.\n * CF Deployment \n * All versions prior to 16.0.0\n\n## Mitigation\n\nUsers of affected products are strongly encouraged to follow the mitigations below. The Cloud Foundry project recommends upgrading the following releases:\n\n * cflinuxfs3 \n * Upgrade All versions to 0.217.0 or greater\n * Xenial Stemcells \n * Upgrade 315.x versions to 315.204 or greater\n * Upgrade 456.x versions to 456.131 or greater\n * Upgrade 621.x versions to 621.95 or greater\n * All other stemcells should be upgraded to the latest version available on [bosh.io](<https://bosh.io/stemcells>).\n * CF Deployment \n * Upgrade All versions to 16.0.0 or greater\n\n## References\n\n * [USN Notice](<https://usn.ubuntu.com/4672-1/>)\n * [CVE-2014-9913](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9913>)\n * [CVE-2016-9844](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9844>)\n * [CVE-2018-1000035](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000035>)\n * [CVE-2018-18384](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-18384>)\n * [CVE-2019-13232](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13232>)\n\n## History\n\n2021-02-10: Initial vulnerability report published.\n", "edition": 1, "modified": "2021-02-10T00:00:00", "published": "2021-02-10T00:00:00", "id": "CFOUNDRY:5954DE1E741BB2E48E0E028078E0D210", "href": "https://www.cloudfoundry.org/blog/usn-4672-1/", "title": "USN-4672-1: unzip vulnerabilities | Cloud Foundry", "type": "cloudfoundry", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "slackware": [{"lastseen": "2020-10-25T16:36:17", "bulletinFamily": "unix", "cvelist": ["CVE-2014-8139", "CVE-2014-8140", "CVE-2014-8141", "CVE-2016-9844", "CVE-2018-1000035", "CVE-2018-18384"], "description": "New infozip packages are available for Slackware 14.0, 14.1, 14.2, and -current\nto fix security issues.\n\n\nHere are the details from the Slackware 14.2 ChangeLog:\n\npatches/packages/infozip-6.0-i586-4_slack14.2.txz: Rebuilt.\n Added some patches that should fix extracting archives with non-latin\n characters in the filenames. Thanks to saahriktu.\n This update also fixes various security issues in zip and unzip.\n For more information, see:\n https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8139\n https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8140\n https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8141\n https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9844\n https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-18384\n https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000035\n (* Security fix *)\n\nWhere to find the new packages:\n\nThanks to the friendly folks at the OSU Open Source Lab\n(http://osuosl.org) for donating FTP and rsync hosting\nto the Slackware project! :-)\n\nAlso see the \"Get Slack\" section on http://slackware.com for\nadditional mirror sites near you.\n\nUpdated package for Slackware 14.0:\nftp://ftp.slackware.com/pub/slackware/slackware-14.0/patches/packages/infozip-6.0-i486-2_slack14.0.txz\n\nUpdated package for Slackware x86_64 14.0:\nftp://ftp.slackware.com/pub/slackware/slackware64-14.0/patches/packages/infozip-6.0-x86_64-2_slack14.0.txz\n\nUpdated package for Slackware 14.1:\nftp://ftp.slackware.com/pub/slackware/slackware-14.1/patches/packages/infozip-6.0-i486-4_slack14.1.txz\n\nUpdated package for Slackware x86_64 14.1:\nftp://ftp.slackware.com/pub/slackware/slackware64-14.1/patches/packages/infozip-6.0-x86_64-4_slack14.1.txz\n\nUpdated package for Slackware 14.2:\nftp://ftp.slackware.com/pub/slackware/slackware-14.2/patches/packages/infozip-6.0-i586-4_slack14.2.txz\n\nUpdated package for Slackware x86_64 14.2:\nftp://ftp.slackware.com/pub/slackware/slackware64-14.2/patches/packages/infozip-6.0-x86_64-4_slack14.2.txz\n\nUpdated package for Slackware -current:\nftp://ftp.slackware.com/pub/slackware/slackware-current/slackware/a/infozip-6.0-i586-5.txz\n\nUpdated package for Slackware x86_64 -current:\nftp://ftp.slackware.com/pub/slackware/slackware64-current/slackware64/a/infozip-6.0-x86_64-5.txz\n\n\nMD5 signatures:\n\nSlackware 14.0 package:\n004d16da6ecb62eeae7d68313abac08c infozip-6.0-i486-2_slack14.0.txz\n\nSlackware x86_64 14.0 package:\n3985ddc5de60621e481121d33871e093 infozip-6.0-x86_64-2_slack14.0.txz\n\nSlackware 14.1 package:\n0185f2a6c53317e58040a05a84b2f4cc infozip-6.0-i486-4_slack14.1.txz\n\nSlackware x86_64 14.1 package:\n37c2682c08bf1ed5390ac31d02e97d98 infozip-6.0-x86_64-4_slack14.1.txz\n\nSlackware 14.2 package:\nb71c38eb5a09dee8c0e51bbc0e4b6d85 infozip-6.0-i586-4_slack14.2.txz\n\nSlackware x86_64 14.2 package:\n0d7239ab3d27aab1935ce6e16583ecfd infozip-6.0-x86_64-4_slack14.2.txz\n\nSlackware -current package:\n72e1c36d80be26a77fc1938b17f59538 a/infozip-6.0-i586-5.txz\n\nSlackware x86_64 -current package:\n4111b0985a0909907d2a13e99abb5ccd a/infozip-6.0-x86_64-5.txz\n\n\nInstallation instructions:\n\nUpgrade the package as root:\n > upgradepkg infozip-6.0-i586-4_slack14.2.txz", "modified": "2019-03-01T20:58:06", "published": "2019-03-01T20:58:06", "id": "SSA-2019-060-01", "href": "http://www.slackware.com/security/viewer.php?l=slackware-security&y=2019&m=slackware-security.453326", "type": "slackware", "title": "[slackware-security] infozip", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "fedora": [{"lastseen": "2020-12-21T08:17:53", "bulletinFamily": "unix", "cvelist": ["CVE-2016-9844"], "description": "The unzip utility is used to list, test, or extract files from a zip archive. Zip archives are commonly found on MS-DOS systems. The zip utility, included in the zip package, creates zip archives. Zip and unzip are both compatible with archives created by PKWARE(R)'s PKZIP for MS-DOS, but the programs' options and default behaviors do differ in some respects. Install the unzip package if you need to list, test or extract files from a zip archive. ", "modified": "2016-12-16T21:08:20", "published": "2016-12-16T21:08:20", "id": "FEDORA:6320160ABEFC", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 25 Update: unzip-6.0-31.fc25", "cvss": {"score": 2.1, "vector": "AV:L/AC:L/Au:N/C:N/I:N/A:P"}}, {"lastseen": "2020-12-21T08:17:53", "bulletinFamily": "unix", "cvelist": ["CVE-2016-9844"], "description": "The unzip utility is used to list, test, or extract files from a zip archive. Zip archives are commonly found on MS-DOS systems. The zip utility, included in the zip package, creates zip archives. Zip and unzip are both compatible with archives created by PKWARE(R)'s PKZIP for MS-DOS, but the programs' options and default behaviors do differ in some respects. Install the unzip package if you need to list, test or extract files from a zip archive. ", "modified": "2016-12-16T22:24:27", "published": "2016-12-16T22:24:27", "id": "FEDORA:23AB760BBD0B", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 24 Update: unzip-6.0-31.fc24", "cvss": {"score": 2.1, "vector": "AV:L/AC:L/Au:N/C:N/I:N/A:P"}}, {"lastseen": "2020-12-21T08:17:54", "bulletinFamily": "unix", "cvelist": ["CVE-2018-1000035"], "description": "The unzip utility is used to list, test, or extract files from a zip archive. Zip archives are commonly found on MS-DOS systems. The zip utility, included in the zip package, creates zip archives. Zip and unzip are both compatible with archives created by PKWARE(R)'s PKZIP for MS-DOS, but the programs' options and default behaviors do differ in some respects. Install the unzip package if you need to list, test or extract files from a zip archive. ", "modified": "2018-03-06T17:36:06", "published": "2018-03-06T17:36:06", "id": "FEDORA:1D4786076F57", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 27 Update: unzip-6.0-37.fc27", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-12-21T08:17:52", "bulletinFamily": "unix", "cvelist": ["CVE-2014-9636"], "description": "The unzip utility is used to list, test, or extract files from a zip archive. Zip archives are commonly found on MS-DOS systems. The zip utility, included in the zip package, creates zip archives. Zip and unzip are both compatible with archives created by PKWARE(R)'s PKZIP for MS-DOS, but the programs' options and default behaviors do differ in some respects. Install the unzip package if you need to list, test or extract files from a zip archive. ", "modified": "2015-01-28T19:58:39", "published": "2015-01-28T19:58:39", "id": "FEDORA:6FB5160EDC21", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 21 Update: unzip-6.0-18.fc21", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:N/A:P"}}, {"lastseen": "2020-12-21T08:17:52", "bulletinFamily": "unix", "cvelist": ["CVE-2014-9636"], "description": "The unzip utility is used to list, test, or extract files from a zip archive. Zip archives are commonly found on MS-DOS systems. The zip utility, included in the zip package, creates zip archives. Zip and unzip are both compatible with archives created by PKWARE(R)'s PKZIP for MS-DOS, but the programs' options and default behaviors do differ in some respects. Install the unzip package if you need to list, test or extract files from a zip archive. ", "modified": "2015-01-30T04:35:06", "published": "2015-01-30T04:35:06", "id": "FEDORA:F2DEA60C85FC", "href": "", "type": "fedora", "title": "[SECURITY] Fedora 20 Update: unzip-6.0-15.fc20", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:N/I:N/A:P"}}], "gentoo": [{"lastseen": "2020-03-26T22:37:47", "bulletinFamily": "unix", "cvelist": ["CVE-2018-1000035", "CVE-2019-13232"], "description": "### Background\n\nInfo-ZIP\u2019s UnZip is a tool to list and extract files inside PKZIP compressed files. \n\n### Description\n\nMultiple vulnerabilities have been discovered in UnZip. Please review the CVE identifiers referenced below for details. \n\n### Impact\n\nA remote attacker could entice a user to open a specially crafted ZIP archive using UnZip, possibly resulting in execution of arbitrary code with the privileges of the process or a Denial of Service condition. \n\n### Workaround\n\nThere is no known workaround at this time.\n\n### Resolution\n\nAll UnZip users should upgrade to the latest version:\n \n \n # emerge --sync\n # emerge --ask --oneshot --verbose \">=app-arch/unzip-6.0_p25\"", "edition": 1, "modified": "2020-03-26T00:00:00", "published": "2020-03-26T00:00:00", "id": "GLSA-202003-58", "href": "https://security.gentoo.org/glsa/202003-58", "title": "UnZip: User-assisted execution of arbitrary code", "type": "gentoo", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}]}