Dropbear SSH vulnerability to Terrapin attac
Reporter | Title | Published | Views | Family All 199 |
---|---|---|---|---|
![]() | Fedora 38 : proftpd (2023-b87ec6cf47) | 29 Dec 202300:00 | – | nessus |
![]() | openSUSE 15 Security Update : proftpd (openSUSE-SU-2023:0421-1) | 30 Dec 202300:00 | – | nessus |
![]() | EulerOS Virtualization 2.11.0 : python-paramiko (EulerOS-SA-2024-1635) | 15 May 202400:00 | – | nessus |
![]() | RHEL 9 : Red Hat OpenStack Platform 17.1 (python-paramiko) (RHSA-2024:2735) | 22 May 202400:00 | – | nessus |
![]() | Fedora 41 : gopass-hibp (2024-40c0ff79e8) | 14 Nov 202400:00 | – | nessus |
![]() | Fedora 40 : golang-x-crypto (2024-0d8d3b8dcc) | 29 Apr 202400:00 | – | nessus |
![]() | EulerOS Virtualization 2.11.1 : python-paramiko (EulerOS-SA-2024-1616) | 15 May 202400:00 | – | nessus |
![]() | Photon OS 5.0: Erlang PHSA-2024-5.0-0188 | 23 Jul 202400:00 | – | nessus |
![]() | Photon OS 4.0: Libssh2 PHSA-2024-4.0-0638 | 24 Jul 202400:00 | – | nessus |
![]() | Photon OS 4.0: Python3 PHSA-2024-4.0-0542 | 24 Jul 202400:00 | – | nessus |
# SPDX-FileCopyrightText: 2024 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.114339");
script_version("2024-04-24T05:05:32+0000");
script_tag(name:"last_modification", value:"2024-04-24 05:05:32 +0000 (Wed, 24 Apr 2024)");
script_tag(name:"creation_date", value:"2024-02-16 08:37:48 +0000 (Fri, 16 Feb 2024)");
script_tag(name:"cvss_base", value:"5.4");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:N/I:C/A:N");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2023-12-29 03:15:00 +0000 (Fri, 29 Dec 2023)");
script_cve_id("CVE-2023-48795");
script_tag(name:"solution_type", value:"VendorFix");
# At least Mageia has backported fixes available (via MGASA-2024-0004).
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_name("Dropbear Prefix Truncation Attacks in SSH Specification (Terrapin Attack)");
script_copyright("Copyright (C) 2024 Greenbone AG");
script_category(ACT_GATHER_INFO);
script_family("General");
script_dependencies("gb_dropbear_consolidation.nasl");
script_mandatory_keys("dropbear_ssh/detected");
script_tag(name:"summary", value:"Dropbear is vulnerable to a novel prefix truncation attack
(a.k.a. Terrapin attack).");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"Parts of the SSH specification are vulnerable to a novel prefix
truncation attack (a.k.a. Terrapin attack), which allows a man-in-the-middle attacker to strip an
arbitrary number of messages right after the initial key exchange, breaking SSH extension
negotiation (RFC8308) in the process and thus downgrading connection security.");
script_tag(name:"affected", value:"Dropbear version 2022.83 and prior.");
script_tag(name:"solution", value:"Update to version 2024.84 or later.
Notes:
- Client and Server implementations need to run a fixed version to mitigate this flaw
- Please create an override for this result if an adequate mitigation (e.g. in form of disabling
the affected ciphers) has been applied and the risk is accepted that the mitigation won't be
reverted again in the future");
script_xref(name:"URL", value:"https://github.com/mkj/dropbear/commit/6e43be5c7b99dbee49dc72b6f989f29fdd7e9356");
script_xref(name:"URL", value:"https://github.com/mkj/dropbear/issues/270");
script_xref(name:"URL", value:"https://terrapin-attack.com");
script_xref(name:"URL", value:"https://matt.ucc.asn.au/dropbear/CHANGES");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if (!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);
version = infos["version"];
location = infos["location"];
if (version_is_less_equal(version: version, test_version: "2022.83")) {
report = report_fixed_ver(installed_version: version, fixed_version: "2024.84", install_path: location);
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