Trend Micro OfficeScan ObjRemoveCtrl ActiveX Control BOF Vulnerability
🗓️ 22 Aug 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType
openvas🔗 plugins.openvas.org👁 24 Views
| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| CVE-2008-3364 | 28 Jul 200800:00 | – | circl | |
| Trend Micro objRemoveCtrl ActiveX Control Multiple Buffer Overflows (CVE-2008-3364) | 14 Sep 200800:00 | – | checkpoint_advisories | |
| Trend Micro objRemoveCtrl ActiveX Control Multiple Buffer Overflows - Ver2 (CVE-2008-3364) | 16 Apr 201400:00 | – | checkpoint_advisories | |
| CVE-2008-3364 | 30 Jul 200816:03 | – | cve | |
| CVE-2008-3364 | 30 Jul 200816:03 | – | cvelist | |
| DSquare Exploit Pack: D2SEC_OFFICESCAN | 30 Jul 200816:41 | – | d2 | |
| Trend Micro OfficeScan - ObjRemoveCtrl ActiveX Control Buffer Overflow | 28 Jul 200800:00 | – | exploitdb | |
| CVE-2008-3364 | 30 Jul 200816:41 | – | nvd | |
| Trend Micro OfficeScan ObjRemoveCtrl ActiveX Control BOF Vulnerability | 22 Aug 200800:00 | – | openvas | |
| Buffer overflow | 30 Jul 200816:41 | – | prion |
10
| Source | Link |
|---|---|
| milw0rm | www.milw0rm.com/exploits/6152 |
| archives | www.archives.neohapsis.com/archives/fulldisclosure/2008-07/0509.html |
| securityfocus | www.securityfocus.com/bid/30407 |
| support | www.support.microsoft.com/kb/240797 |
# 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.900016");
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:"2008-08-22 10:29:01 +0200 (Fri, 22 Aug 2008)");
script_cve_id("CVE-2008-3364");
script_copyright("Copyright (C) 2008 Greenbone AG");
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_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"registry");
script_family("Buffer overflow");
script_name("Trend Micro OfficeScan ObjRemoveCtrl ActiveX Control BOF Vulnerability");
script_dependencies("gb_trend_micro_office_scan_detect.nasl");
script_mandatory_keys("Trend/Micro/Officescan/Ver");
script_require_ports(139, 445);
script_xref(name:"URL", value:"http://www.milw0rm.com/exploits/6152");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/30407");
script_xref(name:"URL", value:"http://archives.neohapsis.com/archives/fulldisclosure/2008-07/0509.html");
script_xref(name:"URL", value:"http://support.microsoft.com/kb/240797");
script_tag(name:"summary", value:"Trend Micro OfficeScan is prone to an ActiveX control buffer
overflow vulnerability.");
script_tag(name:"insight", value:"The flaws are due to an error in objRemoveCtrl control, which is used to display
certain properties (eg., Server, ServerIniFile etc..) and their values when it is embedded
in a web page. These property values can be overflowed to cause stack based overflow.");
script_tag(name:"affected", value:"OfficeScan 7.3 build 1343 (Patch 4) and prior on Windows (All).
Trend Micro Worry-Free Business Security (WFBS) version 5.0
Trend Micro Client Server Messaging Security (CSM) versions 3.5 and 3.6");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"solution", value:"Upgrade to OfficeScan 10 or later.
Quick Fix: Set killbits for the following clsid's
{5EFE8CB1-D095-11D1-88FC-0080C859833B}");
script_tag(name:"impact", value:"Successful exploitation could allow remote attackers to
execute arbitrary code.");
exit(0);
}
include("smb_nt.inc");
include("secpod_smb_func.inc");
key = "SOFTWARE\TrendMicro\OfficeScan\service\Information";
scanVer = registry_get_sz(key:key, item:"Server_Version");
if(!scanVer)
exit(0);
if(egrep(pattern:"^([0-6]\..*|7\.[0-2])$", string:scanVer)) {
security_message( port: 0, data: "The target host was found to be vulnerable" );
exit(0);
}
if("7.3" >!< scanVer)
exit(0);
scanPath = registry_get_sz(key:key, item:"Local_Path");
if(!scanPath)
exit(0);
scanPath += "pccnt\PccNTRes.dll";
v = GetVersionFromFile(file:scanPath, verstr:"SpecialBuild", offset:-90000);
if(egrep(pattern:"^([0-9]?[0-9]?[0-9]|1[0-2][0-9][0-9]|13([0-3][0-9]|4[0-3]))$", string:v)) {
clsid = "{5EFE8CB1-D095-11D1-88FC-0080C859833B}";
clsidKey = "SOFTWARE\Classes\CLSID\"+ clsid;
if(registry_key_exists(key:clsidKey)) {
activeKey = "SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\" + clsid;
killBit = registry_get_dword(key:activeKey, item:"Compatibility Flags");
if(!killBit){
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
05 Mar 2025 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 29.3
EPSS0.32811