Lucene search
+L

scp File Create/Overwrite

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

scp File Create/Overwrite vulnerability in OpenSSH 1.2.

Related
Refs
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
scp < 2.1 Traversal File Create/Overwrite
20 Aug 200400:00
nessus
nessus
Tenable Nessus
sshd scp Traversal Arbitrary File Overwrite
10 Mar 200300:00
nessus
cve
CVE
CVE-2000-0992
22 Jan 200105:00
cve
cvelist
Cvelist
CVE-2000-0992
22 Jan 200105:00
cvelist
debiancve
Debian CVE
CVE-2000-0992
22 Jan 200105:00
debiancve
exploitdb
Exploit DB
OpenSSH 1.2 - '.scp' File Create/Overwrite
30 Sep 200000:00
exploitdb
euvd
EUVD
EUVD-2000-0979
7 Oct 202500:30
euvd
nvd
NVD
CVE-2000-0992
19 Dec 200005:00
nvd
openvas
OpenVAS
scp File Create/Overwrite
3 Nov 200500:00
openvas
osv
OSV
DEBIAN-CVE-2000-0992
19 Dec 200005:00
osv
Rows per page
SourceLink
securityfocuswww.securityfocus.com/bid/1742
# 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.11339");
  script_version("2023-08-03T05:05:16+0000");
  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_xref(name:"URL", value:"http://www.securityfocus.com/bid/1742");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:N");
  script_cve_id("CVE-2000-0992");
  script_name("scp File Create/Overwrite");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"remote_banner");
  script_copyright("Copyright (C) 2003 Xue Yong Zhi");
  script_family("Gain a shell remotely");
  script_dependencies("ssh_detect.nasl");
  script_require_ports("Services/ssh", 22);
  script_mandatory_keys("ssh/server_banner/available");

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

  script_tag(name:"summary", value:"You are running OpenSSH 1.2.3, or 1.2.");

  script_tag(name:"insight", value:"This version has directory traversal vulnerability in scp, it allows
  a remote malicious scp server to overwrite arbitrary files via a .. (dot dot) attack.");

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

  exit(0);
}

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);

#Looking for OpenSSH product version number 1.2 and 1.2.3
if(ereg(pattern:".*openssh[-_](1\.2($|\.3|[^0-9])).*",string:banner, icase:TRUE))
  security_message(port:port);

if(ereg(pattern:".*ssh-.*-1\.2\.(1[0-4]|2[0-7])[^0-9]", string:banner, icase:TRUE))
  security_message(port:port);

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

03 Aug 2023 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 25
EPSS0.0567
38