Lucene search
+L

OpenSSL: SSL, TLS and DTLS Plaintext Recovery Attack (20130205) - Windows

🗓️ 17 Aug 2021 00:00:00Reported by Copyright (C) 2021 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 28 Views

OpenSSL plaintext recovery attack, Window

Related
Refs
Code
ReporterTitlePublishedViews
Family
freebsd
FreeBSD
OpenSSL -- TLS 1.1, 1.2 denial of service
5 Feb 201300:00
freebsd
ibm
IBM Security Bulletins
Security Bulletin: IBM QRadar SIEM and QRadar Risk Manager can be affected by three vulnerabilities in the IBM Java Runtime Environment (CVE-2013-0440, CVE-2013-0443, CVE-2013-0169)
25 Sep 202223:13
ibm
ibm
IBM Security Bulletins
Security Bulletin: Tivoli Management Framework affected by vulnerabilities in OpenSSL 1.0.1c
25 Sep 202221:06
ibm
ibm
IBM Security Bulletins
Security Bulletin: Vulnerability in IBM Rational ClearCase (GSKit component) with potential for TLS Attack (CVE-2013-0169)
10 Jul 201808:34
ibm
ibm
IBM Security Bulletins
Security Bulletin: WebSphere Application Server - IBM SDK for Java April 2013 CPU
26 Sep 202205:45
ibm
ibm
IBM Security Bulletins
Security Bulletin: IBM Systems Director is affected by vulnerabilities in OpenSSL (CVE-2014-0224, CVE-2013-0169 and CVE-2014-3470)
31 Jan 201901:25
ibm
ibm
IBM Security Bulletins
Security Bulletin: Java Vulnerability in Rational Automation Framework (CVE-2013-0169)
17 Jun 201804:48
ibm
ibm
IBM Security Bulletins
Security Bulletin: IBM QuickFile is affected by vulnerabilities that exist in the IBM Java SDK.
25 Sep 202223:13
ibm
ibm
IBM Security Bulletins
Security Bulletin: IBM Sterling Connect:Express for UNIX is affected by multiple vulnerabilities in OpenSSL
24 Jul 202022:49
ibm
ibm
IBM Security Bulletins
Security Bulletin: WebSphere Application Server Community Edition 3.0.0.3 Oracle CPU April 2013
25 Sep 202221:06
ibm
Rows per page
# 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.112967");
  script_version("2021-08-30T10:29:27+0000");
  script_tag(name:"last_modification", value:"2021-08-30 10:29:27 +0000 (Mon, 30 Aug 2021)");
  script_tag(name:"creation_date", value:"2021-08-17 06:07:11 +0000 (Tue, 17 Aug 2021)");
  script_tag(name:"cvss_base", value:"2.6");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:P/I:N/A:N");

  script_cve_id("CVE-2013-0169");

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

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

  script_name("OpenSSL: SSL, TLS and DTLS Plaintext Recovery Attack (20130205) - 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 a plaintext-recovery attack.");

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

  script_tag(name:"insight", value:"A weakness exists in the handling of CBC ciphersuites in SSL,
  TLS and DTLS. Their attack exploits timing differences arising during MAC processing.");

  script_tag(name:"affected", value:"OpenSSL 0.9.8 through 0.9.8x, 1.0.0 through 1.0.0j and 1.0.1
  through 1.0.1d.");

  script_tag(name:"solution", value:"Update to version 0.9.8y, 1.0.0k, 1.0.1e or later.");

  script_xref(name:"URL", value:"https://www.openssl.org/news/secadv/20130205.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.8x")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "0.9.8y", 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.0j")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "1.0.0k", 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.1d")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "1.0.1e", 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

30 Aug 2021 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 22.6
EPSS0.35584
28