Lucene search
K

Foxit Reader Arbitrary Command Execution Vulnerability

🗓️ 13 Apr 2010 00:00:00Reported by Copyright (c) 2010 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 22 Views

Foxit Reader Arbitrary Command Execution Vulnerability. Application prone to arbitrary code execution

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2010-1239
31 Mar 201000:00
circl
CVE
CVE-2010-1239
5 Apr 201015:15
cve
Cvelist
CVE-2010-1239
5 Apr 201015:15
cvelist
EUVD
EUVD-2010-1269
7 Oct 202500:30
euvd
Tenable Nessus
Foxit Reader < 3.2.1 Arbitrary Program Execution
2 Apr 201000:00
nessus
NVD
CVE-2010-1239
5 Apr 201015:30
nvd
OpenVAS
Foxit Reader Arbitrary Command Execution Vulnerability
13 Apr 201000:00
openvas
Prion
Sql injection
5 Apr 201015:30
prion
RedhatCVE
CVE-2010-1239
22 May 202512:35
redhatcve
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_foxit_reader_code_exec_vuln.nasl 5306 2017-02-16 09:00:16Z teissa $
#
# Foxit Reader Arbitrary Command Execution Vulnerability
#
# Authors:
# Antu Sanadi <[email protected]>
#
# Copyright:
# Copyright (c) 2010 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 will let attacker to execute arbitrary code or crash an
  affected application.
  Impact Level: Application";
tag_affected = "Foxit Reader version prior to 3.2.1.0401";
tag_insight = "The flaw exists due to error in hadling 'PDF' files which runs executable
  embedded program inside a PDF automatically without asking for user permission.";
tag_solution = "Upgrade to the version 3.2.1.0401 or later,
  For updates refer to http://www.foxitsoftware.com/downloads/";
tag_summary = "The host is installed with Foxit Reader and is prone to
  arbitrary command execution vulnerability.";

if(description)
{
  script_id(801313);
  script_version("$Revision: 5306 $");
  script_tag(name:"last_modification", value:"$Date: 2017-02-16 10:00:16 +0100 (Thu, 16 Feb 2017) $");
  script_tag(name:"creation_date", value:"2010-04-13 16:55:19 +0200 (Tue, 13 Apr 2010)");
  script_cve_id("CVE-2010-1239");
  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_name("Foxit Reader Arbitrary Command Execution Vulnerability");
  script_xref(name : "URL" , value : "http://www.kb.cert.org/vuls/id/570177");
  script_xref(name : "URL" , value : "http://www.foxitsoftware.com/pdf/reader/security.htm#0401");
  script_xref(name : "URL" , value : "http://blog.didierstevens.com/2010/03/29/escape-from-pdf/");
  script_xref(name : "URL" , value : "http://blog.didierstevens.com/2010/03/31/escape-from-foxit-reader/");

  script_tag(name:"qod_type", value:"executable_version");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2010 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("gb_foxit_reader_detect.nasl");
  script_require_keys("Foxit/Reader/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);
  exit(0);
}


include("version_func.inc");

foxVer = get_kb_item("Foxit/Reader/Ver");
if(foxVer)
{
  if(version_is_less(version:foxVer,test_version:"3.2.1.0401")){
    security_message(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

16 Feb 2017 00:00Current
1Low risk
Vulners AI Score1
EPSS0.04996
22