VeryDOC PDF Viewer ActiveX Control Buffer Overflow Vulnerability
🗓️ 16 Dec 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType
openvas🔗 plugins.openvas.org👁 22 Views
| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| CVE-2008-5492 | 15 Nov 200800:00 | – | circl | |
| CVE-2008-5492 | 12 Dec 200816:00 | – | cve | |
| CVE-2008-5492 | 12 Dec 200816:00 | – | cvelist | |
| VeryPDF PDFView - OCX ActiveX OpenPDF Heap Overflow (Metasploit) | 20 Sep 201000:00 | – | exploitdb | |
| VeryPDF PDFView - ActiveX Component Heap Buffer Overflow | 15 Nov 200800:00 | – | exploitdb | |
| VeryPDF PDFView - OCX ActiveX OpenPDF Heap Overflow (PoC) | 15 Nov 200800:00 | – | exploitdb | |
| VeryPDF PDFView OCX ActiveX OpenPDF Heap Overflow | 4 Jan 200921:51 | – | metasploit | |
| CVE-2008-5492 | 12 Dec 200816:30 | – | nvd | |
| Detection of Dangerous ActiveX Control | 4 Feb 200900:00 | – | openvas | |
| VeryDOC PDF Viewer ActiveX Control Buffer Overflow Vulnerability | 16 Dec 200800:00 | – | openvas |
10
# SPDX-FileCopyrightText: 2008 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.800207");
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:"2008-12-16 16:12:00 +0100 (Tue, 16 Dec 2008)");
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-2008-5492");
script_name("VeryDOC PDF Viewer ActiveX Control Buffer Overflow Vulnerability");
script_xref(name:"URL", value:"http://secunia.com/Advisories/32725");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/32313");
script_xref(name:"URL", value:"http://www.milw0rm.com/exploits/7126");
script_xref(name:"URL", value:"http://www.bmgsec.com.au/advisories/openpdf.txt");
script_xref(name:"URL", value:"http://news.debuntu.org/content/9123-cve-2008-5492-verydoc_pdf_viewer");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"registry");
script_copyright("Copyright (C) 2008 Greenbone AG");
script_family("Buffer overflow");
script_dependencies("smb_reg_service_pack.nasl");
script_mandatory_keys("SMB/WindowsVersion");
script_require_ports(139, 445);
script_tag(name:"impact", value:"Successful exploitation will let the attacker execute arbitrary codes in the
context of the application to cause heap based buffer overflow and can
compromise a vulnerable system.");
script_tag(name:"affected", value:"VeryDOC, PDF Viewer Pdfview.ocx version 2.0.0.1 and prior on Windows.");
script_tag(name:"insight", value:"This flaw is due to boundary error in the OpenPDF function method from the
PDFVIEW.PdfviewCtrl.1 ActiveX control (pdfview.ocx) which fails to properly
validate the input data passed as large string.");
script_tag(name:"summary", value:"VeryDOC PDF Viewer is prone to a buffer overflow vulnerability.");
script_tag(name:"solution", value:"No known solution was made available for at least one year since the disclosure
of this vulnerability. Likely none will be provided anymore. General solution options are to upgrade to a newer
release, disable respective features, remove the product or replace the product by another one.");
script_tag(name:"solution_type", value:"WillNotFix");
script_xref(name:"URL", value:"http://verydoc.com/pdf-viewer-ocx.html");
exit(0);
}
include("smb_nt.inc");
if(!get_kb_item("SMB/WindowsVersion")){
exit(0);
}
# PDF Viewer ClSID Key
regKey = registry_key_exists(key:"SOFTWARE\Classes\CLSID\" +
"{433268D7-2CD4-43E6-AA24-2188672E7252}");
if(!regKey){
exit(0);
}
# Workaround Check
clsid = "{433268D7-2CD4-43E6-AA24-2188672E7252}";
activeKey = "SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\" + clsid;
killBit = registry_get_dword(key:activeKey, item:"Compatibility Flags");
if(killBit && (int(killBit) == 1024)){
exit(0);
}
else{
security_message( port: 0, data: "The target host was found to be vulnerable" );
}
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
28 Jul 2023 00:00Current
7.1High risk
Vulners AI Score7.1
CVSS 29.3
EPSS0.35275