| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| Cisco VPN Client Dialer Local Privilege Escalation | 20 Jun 200700:00 | – | nessus | |
| CVE-2006-2679 | 31 May 200610:00 | – | cve | |
| CVE-2006-2679 | 31 May 200610:00 | – | cvelist | |
| EUVD-2006-2678 | 7 Oct 202500:30 | – | euvd | |
| CVE-2006-2679 | 31 May 200610:06 | – | nvd | |
| Cisco VPN Client Privilege Escalation Vulnerability | 22 Aug 200800:00 | – | openvas | |
| Code injection | 31 May 200610:06 | – | prion |
# OpenVAS Vulnerability Test
# $Id: cisco_vpn_client_priv_escalation.nasl 3854 2016-08-18 13:15:25Z teissa $
# Description: Cisco VPN Client Privilege Escalation Vulnerability
#
# Authors:
# Ferdy Riphagen
#
# Copyright:
# Copyright (C) 2007 Ferdy Riphagen
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2,
# 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_summary = "The remote windows host contains an application that is affected by a
privilege escalation vulnerability.
Description :
The installed Cisco VPN Client version is prone to a privilege
escalation attack. By using the 'Start before logon' feature in the
VPN client dialer, a local attacker may gain privileges and execute
arbitrary commands with SYSTEM privileges.";
tag_solution = "Upgrade to version 4.8.01.0300 or a later.";
if (description) {
script_id(25550);
script_version("$Revision: 3854 $");
script_tag(name:"last_modification", value:"$Date: 2016-08-18 15:15:25 +0200 (Thu, 18 Aug 2016) $");
script_tag(name:"creation_date", value:"2008-08-22 16:09:14 +0200 (Fri, 22 Aug 2008)");
script_tag(name:"cvss_base", value:"7.2");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:C/I:C/A:C");
script_cve_id("CVE-2006-2679");
script_bugtraq_id(18094);
script_xref(name:"OSVDB", value:"25888");
name = "Cisco VPN Client Privilege Escalation Vulnerability";
script_name(name);
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"registry");
script_family("Windows");
script_copyright("This script is Copyright (C) 2007 Ferdy Riphagen");
script_dependencies("cisco_vpn_client_detect.nasl");
script_require_keys("SMB/CiscoVPNClient/Version");
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_xref(name : "URL" , value : "http://www.cisco.com/warp/public/707/cisco-sa-20060524-vpnclient.shtml");
exit(0);
}
version = get_kb_item("SMB/CiscoVPNClient/Version");
if (version) {
# These versions are reported vulnerable:
# - 2.x, 3.x, 4.0.x, 4.6.x, 4.7.x, 4.8.00.x
# Not vulnerable:
# - 4.7.00.0533
if ("4.7.00.0533" >< version) exit(0);
if (egrep(pattern:"^([23]\.|4\.([067]\.|8\.00)).+", string:version)) {
security_message(port:get_kb_item("SMB/transport"));
}
}
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