| Reporter | Title | Published | Views | Family All 74 |
|---|---|---|---|---|
| OpenSSH < 3.0.1 Multiple Vulnerabilities | 20 Aug 200400:00 | – | nessus | |
| OpenSSH < 3.2.1 AFS/Kerberos Ticket/Token Passing Overflow | 20 Aug 200400:00 | – | nessus | |
| OpenSSH Kerberos TGT/AFS Token Passing Remote Overflow | 12 May 200200:00 | – | nessus | |
| SunSSH < 1.1.1 / 1.3 CBC Plaintext Disclosure | 29 Aug 201100:00 | – | nessus | |
| CVE-2002-0575 | 2 Apr 200305:00 | – | cve | |
| CVE-2002-0575 | 2 Apr 200305:00 | – | cvelist | |
| OpenSSH 2.x/3.x - Kerberos 4 TGT/AFS Token Buffer Overflow | 19 Apr 200200:00 | – | exploitdb | |
| EUVD-2002-0570 | 7 Oct 202500:30 | – | euvd | |
| CVE-2002-0575 | 18 Jun 200204:00 | – | nvd | |
| PT-1999-1527 · Openssh +1 · Openssh +1 | 14 Dec 199900:00 | – | ptsecurity |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/4560 |
# SPDX-FileCopyrightText: 2005 Thomas Reinke
# 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
CPE = "cpe:/a:openbsd:openssh";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.10954");
script_version("2023-08-03T05:05:16+0000");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/4560");
script_cve_id("CVE-2002-0575");
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("OpenSSH AFS/Kerberos ticket/token passing");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2005 Thomas Reinke");
script_family("Gain a shell remotely");
script_dependencies("gb_openssh_consolidation.nasl");
script_mandatory_keys("openssh/detected");
script_tag(name:"solution", value:"Upgrade to the latest version of OpenSSH");
script_tag(name:"summary", value:"OpenSSH is prone to a buffer overflow vulnerability.");
script_tag(name:"insight", value:"A buffer overflow exists in the daemon if AFS is enabled on the
remote system, or if the options KerberosTgtPassing or AFSTokenPassing are enabled. Even in this
scenario, the vulnerability may be avoided by enabling UsePrivilegeSeparation.");
script_tag(name:"affected", value:"Versions prior to 2.9.9 are vulnerable to a remote root
exploit. Versions prior to 3.2.1 are vulnerable to a local root exploit.");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if( isnull( port = get_app_port( cpe:CPE ) ) )
exit( 0 );
if( ! infos = get_app_version_and_location( cpe:CPE, port:port, exit_no_version:TRUE ) )
exit( 0 );
vers = infos["version"];
path = infos["location"];
if( version_is_less( version:vers, test_version:"3.2.1" ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"3.2.1", install_path:path );
security_message( port:port, data:report );
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