OpenSSL Multiple Vulnerabilities (20140605 - 1) - Windows
🗓️ 30 Jul 2021 00:00:00Reported by Copyright (C) 2021 Greenbone Networks GmbHType
openvas🔗 plugins.openvas.org👁 28 Views
| Reporter | Title | Published | Views | Family All 1272 |
|---|---|---|---|---|
| OpenSSL TLS Heartbeat Extension - Memory Disclosure | 8 Apr 201400:00 | – | zdt | |
| Heartbleed User Session Extraction Exploit | 9 Apr 201400:00 | – | zdt | |
| OpenSSL 1.0.1f TLS Heartbeat Extension - Memory Disclosure (Multiple SSL/TLS versions) | 9 Apr 201400:00 | – | zdt | |
| OpenSSL Heartbeat (Heartbleed) Information Leak Exploit | 10 Apr 201400:00 | – | zdt | |
| Heartbleed OpenSSL - Information Leak Exploit (2) - DTLS Support | 24 Apr 201400:00 | – | zdt | |
| OpenSSL DTLS Fragment Buffer Overflow DoS Exploit | 1 Jul 201400:00 | – | zdt | |
| Code injection | 16 May 201411:12 | – | prion | |
| Code injection | 24 Apr 201423:55 | – | prion | |
| Null pointer dereference | 5 Jun 201421:55 | – | prion | |
| Buffer overflow | 7 Apr 201422:55 | – | prion |
10
# Copyright (C) 2021 Greenbone Networks GmbH
# 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-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
CPE = "cpe:/a:openssl:openssl";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.117598");
script_version("2023-10-20T16:09:12+0000");
script_tag(name:"last_modification", value:"2023-10-20 16:09:12 +0000 (Fri, 20 Oct 2023)");
script_tag(name:"creation_date", value:"2021-07-30 06:28:42 +0000 (Fri, 30 Jul 2021)");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2020-10-15 13:29:00 +0000 (Thu, 15 Oct 2020)");
script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
script_cve_id("CVE-2014-0160", "CVE-2014-0221", "CVE-2014-0195", "CVE-2014-3470");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("OpenSSL Multiple Vulnerabilities (20140605 - 1) - Windows");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2021 Greenbone Networks GmbH");
script_family("General");
script_dependencies("gb_openssl_consolidation.nasl", "os_detection.nasl");
script_mandatory_keys("openssl/detected", "Host/runs_windows");
script_tag(name:"summary", value:"OpenSSL is prone to multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The following flaws exist:
- CVE-2014-0224: An attacker can force the use of weak keying material in OpenSSL SSL/TLS clients
and servers. This can be exploited by a Man-in-the-middle (MITM) attack where the attacker can
decrypt and modify traffic from the attacked client and server.
- CVE-2014-0221: By sending an invalid DTLS handshake to an OpenSSL DTLS client the code can be
made to recurse eventually crashing in a DoS attack. Only applications using OpenSSL as a DTLS
client are affected.
- CVE-2014-0195: A buffer overrun attack can be triggered by sending invalid DTLS fragments to an
OpenSSL DTLS client or server. This is potentially exploitable to run arbitrary code on a
vulnerable client or server. Only applications using OpenSSL as a DTLS client or server affected.
- CVE-2014-3470: OpenSSL TLS clients enabling anonymous ECDH ciphersuites are subject to a denial
of service attack.");
script_tag(name:"affected", value:"OpenSSL version 0.9.8 through 0.9.8y, 1.0.0 through 1.0.0l and
1.0.1 through 1.0.1g.");
script_tag(name:"solution", value:"Update to version 0.9.8za, 1.0.0m, 1.0.1h or later.");
script_xref(name:"URL", value:"https://www.openssl.org/news/secadv/20140605.txt");
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);
version = infos["version"];
location = infos["location"];
if (version_in_range(version: version, test_version: "0.9.8", test_version2: "0.9.8y")) {
report = report_fixed_ver(installed_version: version, fixed_version: "0.9.8za", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range(version: version, test_version: "1.0.0", test_version2: "1.0.0l")) {
report = report_fixed_ver(installed_version: version, fixed_version: "1.0.0m", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range(version: version, test_version: "1.0.1", test_version2: "1.0.1g")) {
report = report_fixed_ver(installed_version: version, fixed_version: "1.0.1h", install_path: location);
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 Oct 2023 00:00Current
7.8High risk
Vulners AI Score7.8
CVSS 26.8
CVSS 3.17.5
EPSS0.99999
SSVC