SecureCRT SSH1 protocol version string overflow
🗓️ 03 Nov 2005 00:00:00Reported by This script is Copyright (C) 2004 David MaciejakType
openvas🔗 plugins.openvas.org👁 26 Views
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2002-1059 | 30 Apr 201000:00 | – | circl | |
| CVE-2002-1059 | 2 Apr 200305:00 | – | cve | |
| CVE-2002-1059 | 2 Apr 200305:00 | – | cvelist | |
| SecureCRT 4.0 Beta 2 SSH1 - Remote Buffer Overflow (Metasploit) | 30 Apr 201000:00 | – | exploitdb | |
| SecureCRT 2.4/3.x/4.0 - SSH1 Identifier String Buffer Overflow (1) | 23 Jul 200200:00 | – | exploitdb | |
| SecureCRT 2.4/3.x/4.0 - SSH1 Identifier String Buffer Overflow (2) | 23 Jul 200200:00 | – | exploitdb | |
| SecureCRT SSH1 Buffer Overflow | 14 Dec 200613:50 | – | metasploit | |
| CVE-2002-1059 | 4 Oct 200204:00 | – | nvd | |
| SecureCRT SSH1 protocol version string overflow | 3 Nov 200500:00 | – | openvas | |
| SecureCRT <= 4.0 Beta 2 SSH1 Buffer Overflow | 26 Nov 200900:00 | – | packetstorm |
10
# OpenVAS Vulnerability Test
# $Id: securecrt_remote_overflow.nasl 7146 2017-09-15 12:38:49Z cfischer $
# Description: SecureCRT SSH1 protocol version string overflow
#
# Authors:
# David Maciejak <david dot maciejak at kyxar dot fr>
# based on work from (C) Tenable Network Security
#
# Copyright:
# Copyright (C) 2004 David Maciejak
#
# 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 host is using a vulnerable version of SecureCRT, a
SSH/Telnet client built for Microsoft Windows operation systems.
It has been reported that SecureCRT contain a remote buffer overflow
allowing an SSH server to execute arbitrary command via a specially
long SSH1 protocol version string.";
tag_solution = "Upgrade to SecureCRT 3.2.2, 3.3.4, 3.4.6, 4.1 or newer";
# Ref: Kyuzo <[email protected]>
if(description)
{
script_id(15822);
script_version("$Revision: 7146 $");
script_tag(name:"last_modification", value:"$Date: 2017-09-15 14:38:49 +0200 (Fri, 15 Sep 2017) $");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_cve_id("CVE-2002-1059");
script_bugtraq_id(5287);
script_xref(name:"OSVDB", value:"4991");
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("SecureCRT SSH1 protocol version string overflow");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"registry");
script_copyright("This script is Copyright (C) 2004 David Maciejak");
script_family("Windows");
script_dependencies("secpod_reg_enum.nasl");
script_require_keys("SMB/Registry/Enumerated");
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
version = get_kb_item("SMB/Registry/HKLM/SOFTWARE/VanDyke/SecureCRT/License/Version");
if ( ! version ) version = get_kb_item("SMB/Registry/HKLM/SOFTWARE/VanDyke/SecureCRT/Evaluation License/Version");
if ( ! version ) exit(0);
if (egrep(pattern:"(2\.|3\.([01]|2[^.]|2\.1[^0-9]|3[^.]|3\.[1-3][^0-9]|4[^.]|4\.[1-5][^0-9])|4\.0 beta [12])", string:version))
security_message(port: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
15 Sep 2017 00:00Current
0.6Low risk
Vulners AI Score0.6
EPSS0.60305