| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2008-5404 | 9 Dec 200811:00 | – | cve | |
| CVE-2008-5404 | 9 Dec 200811:00 | – | cvelist | |
| EUVD-2008-5381 | 7 Oct 202500:30 | – | euvd | |
| CVE-2008-5404 | 10 Dec 200806:44 | – | nvd | |
| FlexCell Grid Control ActiveX Arbitrary File Overwrite Vulnerability | 2 Dec 200800:00 | – | openvas | |
| Design/Logic Flaw | 10 Dec 200806:44 | – | prion |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/32829 |
| grid2000 | www.grid2000.com/ |
##############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_flexcell_activex_file_overwrire_vuln_900406.nasl 5370 2017-02-20 15:24:26Z cfi $
# Description: FlexCell Grid Control ActiveX Arbitrary File Overwrite Vulnerability
#
# Authors:
# Sujit Ghosal <[email protected]>
#
# Copyright:
# Copyright (C) 2008 SecPod, http://www.secpod.com
#
# 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_affected = "FlexCell Grid Control ActiveX 5.7.1 and prior on all Windows Platform.
Workaround:
Set the killbit for the affected ActiveX control.
http://support.microsoft.com/kb/240797";
tag_impact = "Successful exploitation will let the attacker execute arbitrary codes.
Impact Level: System/Application";
tag_insight = "The vulnerability is due to an error in the 'httpDownloadFile' method
in the 'FlexCell.ocx' component file.";
tag_summary = "This host is installed with FlexCell Grid Control ActiveX and is
prone to arbitrary File Overwrite vulnerability.";
if(description)
{
script_id(900406);
script_version("$Revision: 5370 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-20 16:24:26 +0100 (Mon, 20 Feb 2017) $");
script_tag(name:"creation_date", value:"2008-12-02 11:52:55 +0100 (Tue, 02 Dec 2008)");
script_cve_id("CVE-2008-5404");
script_bugtraq_id(32443);
script_copyright("Copyright (C) 2008 SecPod");
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_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"registry");
script_family("General");
script_name("FlexCell Grid Control ActiveX Arbitrary File Overwrite Vulnerability");
script_xref(name : "URL" , value : "http://www.grid2000.com");
script_xref(name : "URL" , value : "http://secunia.com/advisories/32829");
script_dependencies("secpod_reg_enum.nasl");
script_mandatory_keys("SMB/WindowsVersion");
script_require_ports(139, 445);
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "affected" , value : tag_affected);
exit(0);
}
include("smb_nt.inc");
include("secpod_smb_func.inc");
if(!get_kb_item("SMB/WindowsVersion")){
exit(0);
}
key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\";
if(!registry_key_exists(key:key)){
exit(0);
}
entries = registry_enum_keys(key:key);
foreach item (entries)
{
flexcellName = registry_get_sz(key:key + item, item:"DisplayName");
if("FlexCell Grid Control" >< flexcellName)
{
# Grep or versions 5.7.1 and prior.
if(egrep(pattern:"^([0-4]\..*|5\.[0-6](\..*)?|5\.7(\.[01])?)$",
string:registry_get_sz(key:key + item, item:"DisplayVersion"))){
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