| Reporter | Title | Published | Views | Family All 113 |
|---|---|---|---|---|
| CVE-2026-59998 | 8 Jul 202600:11 | – | attackerkb | |
| CVE-2026-59999 | 8 Jul 202600:13 | – | attackerkb | |
| CVE-2026-60001 | 8 Jul 202600:16 | – | attackerkb | |
| CVE-2026-60002 | 8 Jul 202600:17 | – | attackerkb | |
| CVE-2026-59997 | 8 Jul 202600:09 | – | attackerkb | |
| CVE-2026-59996 | 8 Jul 202600:07 | – | attackerkb | |
| CVE-2026-59995 | 8 Jul 202600:04 | – | attackerkb | |
| CVE-2026-60000 | 8 Jul 202600:14 | – | attackerkb | |
| CVE-2026-59995 | 8 Jul 202600:04 | – | alpinelinux | |
| CVE-2026-59996 | 8 Jul 202600:07 | – | alpinelinux |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(326244);
script_version("1.1");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/07/10");
script_cve_id(
"CVE-2026-59995",
"CVE-2026-59996",
"CVE-2026-59997",
"CVE-2026-59998",
"CVE-2026-59999",
"CVE-2026-60000",
"CVE-2026-60001",
"CVE-2026-60002"
);
script_name(english:"OpenSSH < 10.4 Multiple Vulnerabilities");
script_set_attribute(attribute:"synopsis", value:
"The SSH server running on the remote host is affected by multiple vulnerabilities.");
script_set_attribute(attribute:"description", value:
"The version of OpenSSH installed on the remote host is prior to 10.4. It is, therefore, affected by multiple
vulnerabilities, including:
- ssh in OpenSSH before 10.4 can have a use-after-free when a server changes its host key during a key
re-exchange. This outcome occurs only on the client side. (CVE-2026-60002)
- sshd in OpenSSH before 10.4 does not always honor the minimum authentication delay. (CVE-2026-60001)
- In sshd in OpenSSH before 10.4, DisableForwarding=yes was supposed to take precedence over
PermitTunnel=yes, but did not. (CVE-2026-59999)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.");
script_set_attribute(attribute:"see_also", value:"https://www.openssh.org/releasenotes.html#10.4p1");
script_set_attribute(attribute:"solution", value:
"Upgrade to OpenSSH version 10.4 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:H/Au:N/C:C/I:C/A:P");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2026-60002");
script_set_attribute(attribute:"vuln_publication_date", value:"2026/07/06");
script_set_attribute(attribute:"patch_publication_date", value:"2026/07/06");
script_set_attribute(attribute:"plugin_publication_date", value:"2026/07/10");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:openbsd:openssh");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Misc.");
script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("openssh_detect.nbin");
script_require_keys("installed_sw/OpenSSH");
script_require_ports("Services/ssh", 22);
exit(0);
}
include('backport.inc');
include('vcf.inc');
include('vcf_extras.inc');
var port = get_service(svc:'ssh', default:22, exit_on_fail:TRUE);
var app_info = vcf::openssh::get_app_info(app:'OpenSSH', port:port);
vcf::check_all_backporting(app_info:app_info);
var constraints = [
{'fixed_version': '10.4'}
];
vcf::openssh::check_version_and_report(app_info:app_info, constraints:constraints, severity:SECURITY_HOLE);
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