| Reporter | Title | Published | Views | Family All 29 |
|---|---|---|---|---|
| CVE-2009-0191 | 10 Mar 200920:30 | – | attackerkb | |
| CVE-2009-0836 | 29 May 201815:50 | – | circl | |
| CVE-2009-0837 | 13 Mar 200900:00 | – | circl | |
| Foxit Reader Multiple Vulnerabilities | 9 Mar 200900:00 | – | coresecurity | |
| Multiple PDF products Launch Action Command Code Execution (APSB10-15; CVE-2009-0836; CVE-2010-1240) | 30 Jun 201000:00 | – | checkpoint_advisories | |
| Foxit Reader PDF Files Processing Buffer Overflow (CVE-2009-0837) | 9 Nov 201400:00 | – | checkpoint_advisories | |
| CVE-2009-0191 | 10 Mar 200920:00 | – | cve | |
| CVE-2009-0836 | 10 Mar 200920:00 | – | cve | |
| CVE-2009-0837 | 10 Mar 200920:00 | – | cve | |
| CVE-2009-0191 | 10 Mar 200920:00 | – | cvelist |
| Source | Link |
|---|---|
| security-database | www.security-database.com/detail.php |
| en | www.en.securitylab.ru/nvd/369876.php |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_foxit_reader_mult_vuln_mar09.nasl 5656 2017-03-21 11:03:12Z cfi $
#
# Foxit Reader Multiple Vulnerabilities Mar-09
#
# Authors:
# Nikita MR <[email protected]>
#
# Copyright:
# Copyright (c) 2009 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 execute arbitrary code via
relative and absolute paths and to dereference uninstalled memory.
Impact Level: Application";
tag_affected = "Foxit Reader 2.3 before Build 3902 and 3.0 before Build 1506.";
tag_insight = "- application does not require user confirmation before performing dangerous
actions
- stack based buffer overflow while processing a PDF file containing an
action with overly long filename argument
- error while processing JBIG2 symbol dictionary segment with zero new
symbols";
tag_solution = "Upgrade to the latest version.
http://www.foxitsoftware.com/downloads/";
tag_summary = "The host is installed with Foxit Reader and is prone to
multiple vulnerabilities.";
if(description)
{
script_id(800537);
script_version("$Revision: 5656 $");
script_tag(name:"last_modification", value:"$Date: 2017-03-21 12:03:12 +0100 (Tue, 21 Mar 2017) $");
script_tag(name:"creation_date", value:"2009-03-17 05:28:51 +0100 (Tue, 17 Mar 2009)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_cve_id("CVE-2009-0836", "CVE-2009-0837", "CVE-2009-0191");
script_bugtraq_id(34035);
script_name("Foxit Reader Multiple Vulnerabilities Mar-09");
script_xref(name : "URL" , value : "http://en.securitylab.ru/nvd/369876.php");
script_xref(name : "URL" , value : "http://www.security-database.com/detail.php?alert=CVE-2009-0837");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 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){
exit(0);
}
if(version_is_less(version:foxVer, test_version:"2.3.2008.3902")||
(version_in_range(version:foxVer, test_version:"3.0",
test_version2:"3.0.2009.1505"))){
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