| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| Adobe Digital Editions 2.0.0 'rmsdk_wrapper.dll' Memory Corruption (APSB13-20) | 28 Jan 201400:00 | – | nessus | |
| CVE-2013-1377 | 31 Jul 201301:00 | – | cve | |
| CVE-2013-1377 | 31 Jul 201301:00 | – | cvelist | |
| CVE-2013-1377 | 31 Jul 201313:20 | – | nvd | |
| Memory corruption | 31 Jul 201313:20 | – | prion | |
| CVE-2013-1377 | 22 May 202504:13 | – | redhatcve | |
| Adobe Digital Editions嵌入式字体处理内存破坏漏洞(CVE-2013-1377) | 5 Aug 201300:00 | – | seebug |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(72172);
script_version("1.4");
script_cvs_date("Date: 2019/11/26");
script_cve_id("CVE-2013-1377");
script_bugtraq_id(61528);
script_name(english:"Adobe Digital Editions 2.0.0 Memory Corruption (Mac OS X)");
script_summary(english:"Checks version of Adobe Digital Editions on Mac OS X");
script_set_attribute(attribute:"synopsis", value:
"The version of Adobe Digital Editions on the remote Mac OS X host
is affected by a memory corruption vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of Adobe Digital Editions installed on the remote
Mac OS X host is 2.0.0. It is, therefore, affected by a memory
corruption vulnerability related to handling embedded font streams,
such as those in PDF files, that could allow denial of service
attacks and possibly arbitrary code execution.");
script_set_attribute(attribute:"see_also", value:"http://www.adobe.com/support/security/bulletins/apsb13-20.html");
script_set_attribute(attribute:"solution", value:
"Upgrade to Adobe Digital Editions 2.0.1 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2013-1377");
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/07/30");
script_set_attribute(attribute:"patch_publication_date", value:"2013/07/30");
script_set_attribute(attribute:"plugin_publication_date", value:"2014/01/28");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:adobe:digital_editions");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"MacOS X Local Security Checks");
script_copyright(english:"This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("macosx_adobe_digital_editions_installed.nbin");
script_require_keys("Host/local_checks_enabled", "Host/MacOSX/Version", "MacOSX/Adobe Digital Editions/Version");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
os = get_kb_item("Host/MacOSX/Version");
if (!os) audit(AUDIT_OS_NOT, "Mac OS X");
version = get_kb_item_or_exit("MacOSX/Adobe Digital Editions/Version");
ver_ui = get_kb_item("MacOSX/Adobe Digital Editions/Version_UI");
fixed_version = "2.0.1 (2.0.1.78765)";
# Affected :
# 2.0
if (version == "2.0")
{
if (report_verbosity > 0)
{
if (ver_ui)
report =
'\n Installed version : ' + version + ' ('+ver_ui+')' +
'\n Fixed version : ' + fixed_version + '\n';
else
report =
'\n Installed version : ' + version +
'\n Fixed version : ' + fixed_version + '\n';
security_hole(port:0, extra:report);
}
else security_hole(0);
}
else audit(AUDIT_INST_VER_NOT_VULN, "Adobe Digital Editions", version);
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