Lucene search
K

Nuance PDF Reader Multiple Memory Corruption Vulnerabilities

🗓️ 11 Mar 2013 00:00:00Reported by Copyright (c) 2013 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 19 Views

Nuance PDF Reader Multiple Memory Corruption Vulnerabilities. The host is installed with Nuance PDF Reader and is prone to multiple memory-corruption vulnerabilities

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2013-0113
24 Feb 201311:48
attackerkb
CVE
CVE-2013-0113
24 Feb 201311:00
cve
Cvelist
CVE-2013-0113
24 Feb 201311:00
cvelist
EUVD
EUVD-2013-0156
7 Oct 202500:30
euvd
NVD
CVE-2013-0113
24 Feb 201311:48
nvd
OpenVAS
Nuance PDF Reader Multiple Memory Corruption Vulnerabilities
11 Mar 201300:00
openvas
Prion
Memory corruption
24 Feb 201311:48
prion
RedhatCVE
CVE-2013-0113
22 May 202506:09
redhatcve
CERT
Nuance PDF viewing products contain multiple vulnerabilities
7 Feb 201300:00
cert
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_nuance_pdf_reader_mult_memory_corruption_vuln.nasl 6079 2017-05-08 09:03:33Z teissa $
#
# Nuance PDF Reader Multiple Memory Corruption Vulnerabilities
#
# Authors:
# Arun Kallavi <[email protected]>
#
# Copyright:
# Copyright (c) 2013 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# 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.
###############################################################################

tag_impact = "Successful exploitation allows an attacker to corrupt memory, execute
arbitrary code within the context of the user running the affected
application or failed attempts may cause a denial-of-service.

Impact Level: System/Application";

tag_affected = "Nuance PDF Reader version 7.0";

tag_insight = "Multiple unspecified flaws as user input is not properly
sanitized when handling PDF files.";

tag_solution = "No solution or patch was made available for at least one year
since disclosure of this vulnerability. Likely none will be provided anymore.
General solution options are to upgrade to a newer release, disable respective
features, remove the product or replace the product by another one.";

tag_summary = "The host is installed with Nuance PDF Reader and is prone to
multiple memory-corruption vulnerabilities.";

if(description)
{
  script_id(803329);
  script_version("$Revision: 6079 $");
  script_bugtraq_id(57851);
  script_cve_id("CVE-2013-0113");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"$Date: 2017-05-08 11:03:33 +0200 (Mon, 08 May 2017) $");
  script_tag(name:"creation_date", value:"2013-03-11 15:51:39 +0530 (Mon, 11 Mar 2013)");
  script_name("Nuance PDF Reader Multiple Memory Corruption Vulnerabilities");
  script_xref(name : "URL" , value : "http://www.kb.cert.org/vuls/id/248449");
  script_xref(name : "URL" , value : "http://en.securitylab.ru/nvd/438057.php");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/cve_reference/CVE-2013-0113");

  script_copyright("Copyright (c) 2013 Greenbone Networks GmbH");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
  script_family("General");
  script_dependencies("gb_nuance_pdf_reader_detect_win.nasl");
  script_mandatory_keys("Nuance/PDFReader/Win/Ver");
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name:"solution_type", value:"WillNotFix");
  exit(0);
}

include("version_func.inc");

# Variable Initialization
ReaderVer ="";

# Get the version from KB
ReaderVer = get_kb_item("Nuance/PDFReader/Win/Ver");

# Check for Nuance PDF Editor Version
if(ReaderVer && ReaderVer == "7.00.0000")
{
  security_message(0);
  exit(0);
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

08 May 2017 00:00Current
0.7Low risk
Vulners AI Score0.7
EPSS0.02674
19