| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2010-0392 | 26 Jan 201018:00 | – | cve | |
| CVE-2010-0392 | 26 Jan 201018:00 | – | cvelist | |
| CVE-2010-0392 | 26 Jan 201018:30 | – | nvd | |
| TheGreenBow IPSec VPN Client Local Stack Overflow Vulnerability | 28 Jan 201000:00 | – | openvas | |
| Stack overflow | 26 Jan 201018:30 | – | prion | |
| PT-2010-2175 · Thegreenbow · Thegreenbow Ipsec Vpn Client | 26 Jan 201000:00 | – | ptsecurity | |
| TheGreenBow VPN Client TGB File OpenScriptAfterUp Parameter Local Overflow | 2 Jun 201000:00 | – | nessus |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/38262 |
| xforce | www.xforce.iss.net/xforce/xfdb/55793 |
| senseofsecurity | www.senseofsecurity.com.au/advisories/SOS-10-001 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_thegreenbow_ipsec_vpn_client_bof_vuln.nasl 5401 2017-02-23 09:46:07Z teissa $
#
# TheGreenBow IPSec VPN Client Local Stack Overflow Vulnerability
#
# Authors:
# Antu Sanadi <[email protected]>
#
# Copyright:
# Copyright (c) 2010 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_solution = "Apply patch from below link,
http://www.thegreenbow.com/download.php?id=1000150
*****
NOTE: Ignore this warning, if above mentioned patch is manually applied.
*****";
tag_impact = "Successful exploitation allows the attacker to execute arbitrary code on
the system or compromise a system.
Impact Level:System/Application";
tag_affected = "TheGreenBow IPSec VPN Client version 4.65.003 and prior.";
tag_insight = "The flaw is due to a boundary error when processing certain sections of
'tgb' (policy) files. Passing an overly long string to 'OpenScriptAfterUp' will
trigger the overflow.";
tag_summary = "This host has TheGreenBow IPSec VPN Client installed and is prone to Stack
Overflow vulnerability.";
if(description)
{
script_id(902104);
script_version("$Revision: 5401 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-23 10:46:07 +0100 (Thu, 23 Feb 2017) $");
script_tag(name:"creation_date", value:"2010-01-28 16:24:05 +0100 (Thu, 28 Jan 2010)");
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-2010-0392");
script_name("TheGreenBow IPSec VPN Client Local Stack Overflow Vulnerability");
script_xref(name : "URL" , value : "http://secunia.com/advisories/38262");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/55793");
script_xref(name : "URL" , value : "http://www.senseofsecurity.com.au/advisories/SOS-10-001");
script_tag(name:"qod_type", value:"registry");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 SecPod");
script_family("Buffer overflow");
script_dependencies("secpod_thegreenbow_ipsec_vpn_client_detect.nasl");
script_require_keys("TheGreenBow-IPSec-VPN-Client/Ver");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "solution" , value : tag_solution);
exit(0);
}
include("version_func.inc");
vpnPort = 500;
if(!get_udp_port_state(vpnPort)){
exit(0);
}
vpnVer = get_kb_item("TheGreenBow-IPSec-VPN-Client/Ver");
if(!vpnVer){
exit(0);
}
# Check for TheGreenBow IPSec VPN Client version <= 4.65.003 (4.6.5.3)
if(version_is_less_equal(version:vpnVer, test_version:"4.6.5.3")){
security_message(port:vpnPort, proto:"udp");
}
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