| Source | Link |
|---|---|
| inj3ct0r | www.inj3ct0r.com/exploits/13733 |
| 0daynet | www.0daynet.com/2010/0819/995.html |
| securityfocus | www.securityfocus.com/bid/42525/discuss |
| expbase | www.expbase.com/Dos/12737.html |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_vbsedit_dos_vuln.nasl 5388 2017-02-21 15:13:30Z teissa $
#
# Adersoft VbsEdit '.vbs' File Denial Of Service Vulnerability
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (C) 2010 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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_impact = "Successful exploitation will allow remote attackers to crash the
affected application, resulting in a denial-of-service condition.
Impact Level: Application.";
tag_affected = "Adersoft VbsEdit 4.6.1 and prior";
tag_insight = "The flaw exists due to an error in handling '.vbs' file which
allows the user to crash the affected application.";
tag_solution = "No solution or patch was made available for at least one year
since 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.";
tag_summary = "This host is installed with VbsEdit and is prone to Denial Of
Service vulnerability.";
if(description)
{
script_id(801440);
script_version("$Revision: 5388 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-21 16:13:30 +0100 (Tue, 21 Feb 2017) $");
script_tag(name:"creation_date", value:"2010-08-25 17:02:03 +0200 (Wed, 25 Aug 2010)");
script_bugtraq_id(42525);
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_name("Adersoft VbsEdit '.vbs' File Denial Of Service Vulnerability");
script_xref(name : "URL" , value : "http://inj3ct0r.com/exploits/13733");
script_xref(name : "URL" , value : "http://www.expbase.com/Dos/12737.html");
script_xref(name : "URL" , value : "http://www.0daynet.com/2010/0819/995.html");
script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/42525/discuss");
script_tag(name:"qod_type", value:"registry");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
script_family("Denial of Service");
script_dependencies("secpod_reg_enum.nasl");
script_mandatory_keys("SMB/WindowsVersion");
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name:"solution_type", value:"WillNotFix");
exit(0);
}
include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");
if(!get_kb_item("SMB/WindowsVersion")){
exit(0);
}
if(!registry_key_exists(key:"SOFTWARE\Adersoft\Vbsedit")){
exit(0);
}
key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Vbsedit";
if(!registry_key_exists(key:key)){
exit(0);
}
## Check the name of the application
vbsName = registry_get_sz(key:key, item:"DisplayName");
if("Vbsedit" >< vbsName)
{
## Check for VbsEdit DisplayIcon
vbsPath = registry_get_sz(key:key, item:"DisplayIcon");
if(!isnull(vbsPath))
{
vbsPath = vbsPath - ",0";
share = ereg_replace(pattern:"([A-Z]):.*", replace:"\1$", string:vbsPath);
file = ereg_replace(pattern:"[A-Z]:(.*)", replace:"\1", string:vbsPath);
## Check for Vbsedit.exe File Version
vbsVer = GetVer(file:file, share:share);
if(vbsVer != NULL)
{
## Check for VbsEdit versiom <= 4.6.1
if(version_is_less_equal(version:vbsVer, test_version:"4.6.1")){
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