| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2013-0138 | 22 Apr 201303:27 | – | attackerkb | |
| CVE-2013-0138 | 22 Apr 201301:00 | – | cve | |
| CVE-2013-0138 | 22 Apr 201301:00 | – | cvelist | |
| EUVD-2013-0181 | 7 Oct 202500:30 | – | euvd | |
| CVE-2013-0138 | 22 Apr 201303:27 | – | nvd | |
| Memory corruption | 22 Apr 201303:27 | – | prion | |
| CVE-2013-0138 | 22 May 202506:09 | – | redhatcve | |
| BitZipper 2013 memory-corruption vulnerability | 19 Apr 201300:00 | – | cert |
| Source | Link |
|---|---|
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(66555);
script_version("1.3");
script_cvs_date("Date: 2018/06/27 18:42:27");
script_cve_id("CVE-2013-0138");
script_bugtraq_id(59309);
script_xref(name:"CERT", value:"880916");
script_name(english:"BitZipper 2013 < 2013 Update 1 Memory Corruption Vulnerability");
script_summary(english:"Checks version of BitZipper");
script_set_attribute(
attribute:"synopsis",
value:
"The remote Windows host has a data compression tool that is affected
by a memory corruption vulnerability.");
script_set_attribute( attribute:"description", value:
"The version of BitZipper is 2013 prior to update 1 (2013.13.4.16). As
such, it is affected by a memory corruption vulnerability triggered
when handling a crafted ZIP file.
An attacker could exploit this issue by tricking a user into opening a
specially crafted ZIP file, resulting in arbitrary code execution.");
script_set_attribute(attribute:"solution", value:
"Upgrade to BitZipper 2013 Update 1 (2013.13.4.16) or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"vuln_publication_date", value:"2013/04/19");
script_set_attribute(attribute:"patch_publication_date", value:"2013/04/16");
script_set_attribute(attribute:"plugin_publication_date", value:"2013/05/23");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:bitberry_software:bitzipper");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows");
script_copyright(english:"This script is Copyright (C) 2013-2018 Tenable Network Security, Inc.");
script_dependencies("bitzipper_installed.nasl");
script_require_keys("SMB/bitberry_bitzipper/Installed");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
include("smb_func.inc");
appname = "BitZipper";
kb_base = "SMB/bitberry_bitzipper/";
path = get_kb_item_or_exit(kb_base + "Path");
version = get_kb_item_or_exit(kb_base + "Version");
ver = split(version, sep:'.', keep:FALSE);
port = kb_smb_transport();
if(!port) port = 445;
if(ver[0] == 2013 &&
(
ver[1] < 13 ||
(
ver[1] == 13 &&
(
ver[2] < 4 || (ver[2] == 4 && ver[3] < 16)
)
)
)
)
{
if (report_verbosity > 0)
{
report =
'\n Path : ' + path +
'\n Installed version : ' + version +
'\n Fixed : 2013.13.4.16 (2013 Update 1)\n';
security_hole(port:port, extra:report);
}
else security_hole(port);
}
else audit(AUDIT_INST_PATH_NOT_VULN, appname, version, path);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation