| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2011-0332 | 25 Feb 201118:00 | – | cve | |
| CVE-2011-0332 | 25 Feb 201118:00 | – | cvelist | |
| EUVD-2011-0358 | 7 Oct 202500:30 | – | euvd | |
| Foxit Reader < 4.3.1.0218 Multiple Vulnerabilities | 25 Feb 201100:00 | – | nessus | |
| CVE-2011-0332 | 25 Feb 201119:00 | – | nvd | |
| Foxit Products ICC Parsing Integer Overflow Vulnerability | 4 Mar 201100:00 | – | openvas | |
| Integer overflow | 25 Feb 201119:00 | – | prion | |
| Foxit Reader ICC解析远程整数溢出漏洞 | 2 Mar 201100:00 | – | seebug |
| Source | Link |
|---|---|
| foxitsoftware | www.foxitsoftware.com/downloads/index.php |
| vupen | www.vupen.com/english/advisories/2011/0508 |
| secunia | www.secunia.com/advisories/43329 |
# SPDX-FileCopyrightText: 2011 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.801752");
script_version("2023-07-28T05:05:23+0000");
script_tag(name:"last_modification", value:"2023-07-28 05:05:23 +0000 (Fri, 28 Jul 2023)");
script_tag(name:"creation_date", value:"2011-03-04 14:32:35 +0100 (Fri, 04 Mar 2011)");
script_cve_id("CVE-2011-0332");
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 Products ICC Parsing Integer Overflow Vulnerability");
script_xref(name:"URL", value:"http://secunia.com/advisories/43329");
script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2011/0508");
script_tag(name:"qod_type", value:"executable_version");
script_copyright("Copyright (C) 2011 Greenbone AG");
script_category(ACT_GATHER_INFO);
script_family("Buffer overflow");
script_dependencies("gb_foxit_reader_detect_portable_win.nasl", "gb_foxit_phantom_detect.nasl");
script_mandatory_keys("foxit/phantom_or_reader/detected");
script_tag(name:"impact", value:"Successful exploitation could allow attackers to crash an affected
application or execute arbitrary code by tricking a user into opening a
malicious file.");
script_tag(name:"affected", value:"Foxit Reader version prior to 4.3.1.0218
Foxit Phantom version prior to 2.3.3.1112");
script_tag(name:"insight", value:"The flaw is due to an integer overflow error when parsing certain ICC
chunks and can be exploited to cause a heap-based buffer overflow via a
specially crafted file.");
script_tag(name:"solution", value:"Upgrade to the Foxit Reader version 4.3.1.0218 or later.
Upgrade to the Foxit Phantom version 2.3.3.1112 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"summary", value:"Foxit Products is prone to an integer overflow vulnerability.");
script_xref(name:"URL", value:"http://www.foxitsoftware.com/downloads/index.php");
exit(0);
}
include("version_func.inc");
foxitVer = get_kb_item("foxit/reader/ver");
if(foxitVer)
{
if(version_is_less(version:foxitVer, test_version:"4.3.1.0218"))
{
report = report_fixed_ver(installed_version:foxitVer, fixed_version:"4.3.1.0218");
security_message(port: 0, data: report);
exit(0);
}
}
foxVer = get_kb_item("foxit/phantom/ver");
if(!foxVer){
exit(0);
}
if(version_is_less(version:foxVer, test_version:"2.3.3.1112")){
report = report_fixed_ver(installed_version:foxVer, fixed_version:"2.3.3.1112");
security_message(port: 0, 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