Lucene search

K
openvasCopyright (c) 2010 Greenbone Networks GmbHOPENVAS:801313
HistoryApr 13, 2010 - 12:00 a.m.

Foxit Reader Arbitrary Command Execution Vulnerability

2010-04-1300:00:00
Copyright (c) 2010 Greenbone Networks GmbH
plugins.openvas.org
6

0.027 Low

EPSS

Percentile

90.5%

The host is installed with Foxit Reader and is prone to
arbitrary command execution vulnerability.

###############################################################################
# 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);
  }
}

0.027 Low

EPSS

Percentile

90.5%

Related for OPENVAS:801313