Lucene search

K

SSH1 SSH Daemon Logging Failure

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2003 Xue Yong ZhiType 
openvas
 openvas
🔗 plugins.openvas.org👁 59 Views

SSH1 SSH Daemon Logging Failur

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Related
Refs
Code
ReporterTitlePublishedViews
Family
cvelist
CVE-2001-0471
24 May 200104:00
cvelist
nessus
SSH1 SSH Daemon Logging Failure
10 Mar 200300:00
nessus
nvd
CVE-2001-0471
27 Jun 200104:00
nvd
cve
CVE-2001-0471
27 Jun 200104:00
cve
SourceLink
securityfocuswww.securityfocus.com/bid/2345
# SPDX-FileCopyrightText: 2003 Xue Yong Zhi
# 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.11341");
  script_version("2023-08-03T05:05:16+0000");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/2345");
  script_cve_id("CVE-2001-0471");
  script_tag(name:"last_modification", value:"2023-08-03 05:05:16 +0000 (Thu, 03 Aug 2023)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  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("SSH1 SSH Daemon Logging Failure");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2003 Xue Yong Zhi");
  script_family("Gain a shell remotely");
  script_dependencies("gb_openssh_remote_detect.nasl", "gb_dropbear_ssh_detect.nasl");
  script_require_ports("Services/ssh", 22);
  script_mandatory_keys("ssh/server_banner/available");
  script_exclude_keys("openssh/ssh/detected", "dropbear_ssh/ssh/detected");

  script_tag(name:"solution", value:"Patch and new version are available from SSH.");

  script_tag(name:"summary", value:"You are running SSH Communications Security SSH 1.2.30, or previous.");

  script_tag(name:"insight", value:"This version does not log repeated login attempts, which
  could allow remote attackers to compromise accounts without detection via a brute force attack.");

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

  exit(0);
}

include("version_func.inc");
include("ssh_func.inc");
include("misc_func.inc");
include("port_service_func.inc");

port = ssh_get_port( default:22 );
banner = ssh_get_serverbanner( port:port );
if( ! banner )
  exit( 0 );

if( "openssh" >< tolower( banner ) || "dropbear" >< tolower( banner ) )
  exit( 99 );

#Looking for SSH product version number from 1.0 to 1.2.30
if( ereg( string:banner, pattern:"^SSH-.*-1\.([01]|[01]\..*|2\.([0-9]|1[0-9]|2[0-9]|30))[^0-9]*$", icase:TRUE ) ) {
  report = report_fixed_ver( installed_version:banner, fixed_version:"See references" );
  security_message( port:port, data:report );
  exit( 0 );
}

exit( 99 );

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
03 Nov 2005 00:00Current
6.8Medium risk
Vulners AI Score6.8
CVSS27.5
EPSS0.02942
59
.json
Report