Foxit Reader Multiple Denial of Service Vulnerabilities (Jun 2009)
🗓️ 30 Jun 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType
openvas🔗 plugins.openvas.org👁 27 Views
| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| CVE-2009-0690 | 23 Jun 200921:21 | – | cve | |
| CVE-2009-0691 | 23 Jun 200921:21 | – | cve | |
| CVE-2009-0690 | 23 Jun 200921:21 | – | cvelist | |
| CVE-2009-0691 | 23 Jun 200921:21 | – | cvelist | |
| EUVD-2009-0690 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2009-0691 | 7 Oct 202500:30 | – | euvd | |
| Foxit Reader JPEG2000 / JBIG Decoder Add-On < 2.0.2009.616 Multiple Vulnerabilities | 22 Jun 200900:00 | – | nessus | |
| KLA10164 DoS vulnerability in Foxit Reader | 23 Jun 200900:00 | – | kaspersky | |
| CVE-2009-0690 | 23 Jun 200921:30 | – | nvd | |
| CVE-2009-0691 | 23 Jun 200921:30 | – | nvd |
10
| Source | Link |
|---|---|
| foxitsoftware | www.foxitsoftware.com/pdf/reader/security.htm |
| secunia | www.secunia.com/advisories/35512 |
| securityfocus | www.securityfocus.com/bid/35443 |
| vupen | www.vupen.com/english/advisories/2009/1640 |
| securityfocus | www.securityfocus.com/bid/35442 |
# SPDX-FileCopyrightText: 2009 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.900683");
script_version("2025-03-05T05:38:52+0000");
script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
script_tag(name:"creation_date", value:"2009-06-30 16:55:49 +0200 (Tue, 30 Jun 2009)");
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_cve_id("CVE-2009-0690", "CVE-2009-0691");
script_name("Foxit Reader Multiple Denial of Service Vulnerabilities (Jun 2009)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone AG");
script_family("Denial of Service");
script_dependencies("gb_foxit_reader_detect_portable_win.nasl");
script_require_ports(139, 445);
script_mandatory_keys("foxit/reader/ver");
script_xref(name:"URL", value:"http://secunia.com/advisories/35512");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/35442");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/35443");
script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2009/1640");
script_xref(name:"URL", value:"http://www.foxitsoftware.com/pdf/reader/security.htm#0602");
script_tag(name:"impact", value:"Successful exploitation will let attacker execute arbitrary code or crash an
affected application.");
script_tag(name:"affected", value:"Foxit Reader 3.0 before Build 1817 and JPEG2000/JBIG2 Decoder
before 2.0.2009.616.");
script_tag(name:"insight", value:"Multiple errors exist in the Foxit JPEG2000/JBIG2 Decoder add-on.
- An error occurs while processing a negative value for the stream offset
in a JPX stream.
- A fatal error while decoding JPX header which results in a subsequent
invalid address access.");
script_tag(name:"summary", value:"Foxit Reader is prone to multiple Denial of Service vulnerabilities.");
script_tag(name:"solution", value:"Upgrade to the latest version.");
script_tag(name:"qod_type", value:"executable_version");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");
if(!foxVer = get_kb_item("foxit/reader/ver")) exit(0);
if(version_in_range(version:foxVer,test_version:"3.0" ,test_version2:"3.0.2009.1817"))
{
foxitPath = registry_get_sz(key:"SOFTWARE\Foxit Software\Foxit Reader",
item:"InstallPath");
if(foxitPath)
{
foxitPath = foxitPath + "fxdecod1.dll";
share = ereg_replace(pattern:"([A-Z]):.*", replace:"\1$", string:foxitPath);
file = ereg_replace(pattern:"[A-Z]:(.*)", replace:"\1", string:foxitPath);
fxdecodVer = GetVer(share:share, file:file);
if((fxdecodVer) &&
(version_is_less(version:fxdecodVer,test_version:"2.0.2009.616"))){
report = report_fixed_ver(installed_version:fxdecodVer, fixed_version:"2.0.2009.616");
security_message(data:report);
exit(0);
}
}
}
exit(99);
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
05 Mar 2025 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 29.3
EPSS0.05679