Lucene search
+L

Dropbear Post-authentication root RCE Vulnerability (CVE-2017-9078)

🗓️ 06 Jun 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 146 Views

Dropbear SSH Post-authentication root RCE Vulnerability (CVE-2017-9078) Greenbone A

Related
Refs
Code
ReporterTitlePublishedViews
Family
alpinelinux
AlpineLinux
CVE-2017-9078
19 May 201714:00
alpinelinux
bdu_fstec
BDU FSTEC
The vulnerability of the TCP Listener component of the SSH Dropbear software, which allows a hacker to execute arbitrary code.
21 Oct 202500:00
bdu_fstec
cnvd
CNVD
Dropbear Double Release Vulnerability
23 May 201700:00
cnvd
cve
CVE
CVE-2017-9078
19 May 201714:00
cve
cvelist
Cvelist
CVE-2017-9078
19 May 201714:00
cvelist
debian
Debian
[SECURITY] [DSA 3859-1] dropbear security update
19 May 201720:55
debian
debiancve
Debian CVE
CVE-2017-9078
19 May 201714:00
debiancve
nessus
Tenable Nessus
Debian DSA-3859-1 : dropbear - security update
22 May 201700:00
nessus
nessus
Tenable Nessus
Fedora 25 : dropbear (2017-8e9bd58cbb)
5 Jun 201700:00
nessus
nessus
Tenable Nessus
Fedora 26 : dropbear (2017-a50319c820)
17 Jul 201700:00
nessus
Rows per page
# SPDX-FileCopyrightText: 2017 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:dropbear_ssh_project:dropbear_ssh";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.108171");
  script_version("2025-09-02T05:39:48+0000");
  script_tag(name:"last_modification", value:"2025-09-02 05:39:48 +0000 (Tue, 02 Sep 2025)");
  script_tag(name:"creation_date", value:"2017-06-06 08:24:50 +0200 (Tue, 06 Jun 2017)");
  script_tag(name:"cvss_base", value:"8.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:C/I:C/A:C");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2022-07-11 17:11:00 +0000 (Mon, 11 Jul 2022)");

  script_cve_id("CVE-2017-9078");

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

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

  script_name("Dropbear Post-authentication root RCE Vulnerability (CVE-2017-9078)");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_family("General");
  script_dependencies("gb_dropbear_consolidation.nasl");
  script_mandatory_keys("dropbear_ssh/detected");

  script_tag(name:"summary", value:"Dropbear is prone to a post-authentication root remote code
  execution (RCE) vulnerability.");

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

  script_tag(name:"insight", value:"The flaw exists because of a double free in cleanup of TCP
  listeners when the -a option is enabled.");

  script_tag(name:"impact", value:"Successfully exploiting this issue might allow
  post-authentication root remote code execution.");

  script_tag(name:"affected", value:"Dropbear versions 2013.56 through 2016.74.");

  script_tag(name:"solution", value:"Update to version 2017.75 or later.");

  script_xref(name:"URL", value:"https://lists.ucc.gu.uwa.edu.au/pipermail/dropbear/2017q2/001985.html");
  script_xref(name:"URL", value:"https://matt.ucc.asn.au/dropbear/CHANGES");

  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_in_range( version:vers, test_version:"2013.56", test_version2:"2016.74" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"2017.75", 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