Lucene search
+L

OpenBSD OpenSSH 3.9 Port Bounce Vulnerability

🗓️ 25 Oct 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 82 Views

OpenSSH privilege escalation vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
Broadcom
BSA-2017-269
2 May 201700:00
broadcom
Circl
CVE-2004-1653
14 Oct 201617:06
circl
CVE
CVE-2004-1653
20 Feb 200505:00
cve
Cvelist
CVE-2004-1653
20 Feb 200505:00
cvelist
Debian CVE
CVE-2004-1653
20 Feb 200505:00
debiancve
EUVD
EUVD-2004-1647
7 Oct 202500:30
euvd
F5 Networks
K40663742: OpenSSH vulnerability CVE-2004-1653
21 Feb 202318:48
f5
Fortinet
CVE-2004-1653 SSH port forwarding exposes unprotected internal services
26 Jun 202000:00
fortinet
NVD
CVE-2004-1653
31 Aug 200404:00
nvd
Tenable Nessus
OpenSSH >= 2.3.0 AllowTcpForwarding Port Bouncing
1 Dec 201100:00
nessus
Rows per page
# SPDX-FileCopyrightText: 2016 Greenbone AG
# 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.107069");
  script_version("2023-07-20T05:05:17+0000");
  script_cve_id("CVE-2004-1653");
  script_tag(name:"cvss_base", value:"6.4");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:N");
  script_tag(name:"last_modification", value:"2023-07-20 05:05:17 +0000 (Thu, 20 Jul 2023)");
  script_tag(name:"creation_date", value:"2016-10-25 11:19:11 +0530 (Tue, 25 Oct 2016)");
  script_name("OpenBSD OpenSSH 3.9 Port Bounce Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_family("General");
  script_dependencies("gb_openssh_consolidation.nasl");
  script_mandatory_keys("openssh/detected");

  script_tag(name:"summary", value:"OpenSSH is prone to privilege escalation.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The flaw is due to default configuration for OpenSSH which enables AllowTcpForwarding.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote authenticated users to perform a port bounce,
  when configured with an anonymous access program such as AnonCVS.");

  script_tag(name:"affected", value:"OpenSSH 3.9 and previous versions.");

  script_tag(name:"solution", value:"Upgrade to the latest version of OpenSSH.");

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

  exit(0);
}

include("host_details.inc");
include("version_func.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_equal( version:vers, test_version:"3.9" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"See references", 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

20 Jul 2023 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 26.4
EPSS0.11574
82