Lucene search
+L

SecureCRT SSH1 protocol version string overflow

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

The remote host is using a vulnerable version of SecureCRT, allowing an SSH server to execute arbitrary commands via a specially long SSH1 protocol version string. Upgrade to SecureCRT 3.2.2, 3.3.4, 3.4.6, 4.1 or newer

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2002-1059
30 Apr 201000:00
circl
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
Exploit DB
SecureCRT 2.4/3.x/4.0 - SSH1 Identifier String Buffer Overflow (1)
23 Jul 200200:00
exploitdb
Exploit DB
SecureCRT 2.4/3.x/4.0 - SSH1 Identifier String Buffer Overflow (2)
23 Jul 200200: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
Rows per page
SourceLink
securityfocuswww.securityfocus.com/bid/5287
# SPDX-FileCopyrightText: 2004 David Maciejak
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

#  Ref: Kyuzo <[email protected]>

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.15822");
  script_version("2023-08-01T13:29:10+0000");
  script_tag(name:"last_modification", value:"2023-08-01 13:29:10 +0000 (Tue, 01 Aug 2023)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_cve_id("CVE-2002-1059");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/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_copyright("Copyright (C) 2004 David Maciejak");
  script_family("Windows");
  script_dependencies("smb_reg_service_pack.nasl");
  script_require_ports(139, 445);
  script_mandatory_keys("SMB/WindowsVersion");

  script_tag(name:"summary", value:"The remote host is using a vulnerable version of SecureCRT, a
  SSH/Telnet client built for Microsoft Windows operation systems.");

  script_tag(name:"impact", value:"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.");

  script_tag(name:"solution", value:"Upgrade to SecureCRT 3.2.2, 3.3.4, 3.4.6, 4.1 or newer");

  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

include("smb_nt.inc");

key_list = make_list( "SOFTWARE\VanDyke\SecureCRT\License\",
                      "SOFTWARE\VanDyke\SecureCRT\Evaluation License\" );

foreach key( key_list ) {

  if( ! registry_key_exists( key:key ) ) continue;

  version = registry_get_sz( key:key, item:"Version" );
  if( version && 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 );
    exit( 0 );
  }
}

exit( 99 );

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