Lucene search
K

SecureCRT SSH1 protocol version string overflow

🗓️ 03 Nov 2005 00:00:00Reported by This script is Copyright (C) 2004 David MaciejakType 
openvas
 openvas
🔗 plugins.openvas.org👁 20 Views

The remote host is using a vulnerable version of SecureCRT, a SSH/Telnet client, allowing a remote buffer overflow via SSH1 protocol version strin

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2002-1059
2 Apr 200305:00
cve
Cvelist
CVE-2002-1059
2 Apr 200305:00
cvelist
Exploit DB
SecureCRT 4.0 Beta 2 SSH1 - Remote Buffer Overflow (Metasploit)
30 Apr 201000:00
exploitdb
Metasploit
SecureCRT SSH1 Buffer Overflow
14 Dec 200613:50
metasploit
NVD
CVE-2002-1059
4 Oct 200204:00
nvd
OpenVAS
SecureCRT SSH1 protocol version string overflow
3 Nov 200500:00
openvas
Packet Storm
SecureCRT <= 4.0 Beta 2 SSH1 Buffer Overflow
26 Nov 200900:00
packetstorm
Tenable Nessus
SecureCRT SSH-1 Protocol Version String Remote Overflow
24 Nov 200400:00
nessus
# 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.73111
20