MatrixSSL < 4.2.2 Multiple Vulnerabilities
🗓️ 05 Aug 2019 00:00:00Reported by Copyright (C) 2019 Greenbone AGType
openvas🔗 plugins.openvas.org👁 19 Views
| Reporter | Title | Published | Views | Family All 31 |
|---|---|---|---|---|
| CVE-2019-14431 | 31 Dec 202000:30 | – | circl | |
| CVE-2019-16747 | 31 Dec 202000:30 | – | circl | |
| Inside Secure MatrixSSL 缓冲区错误漏洞 | 30 Dec 202000:00 | – | cnnvd | |
| INSIDE Secure MatrixSSL Buffer Overflow Vulnerability (CNVD-2020-22363) | 30 Jul 201900:00 | – | cnvd | |
| MatrixSSL Invalid Pointer Release Vulnerability | 31 Dec 202000:00 | – | cnvd | |
| CVE-2019-13629 | 3 Oct 201913:23 | – | cve | |
| CVE-2019-14431 | 29 Jul 201921:21 | – | cve | |
| CVE-2019-16747 | 30 Dec 202020:20 | – | cve | |
| CVE-2019-13629 | 3 Oct 201913:23 | – | cvelist | |
| CVE-2019-14431 | 29 Jul 201921:21 | – | cvelist |
10
# SPDX-FileCopyrightText: 2019 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:matrixssl:matrixssl";
if( description )
{
script_oid("1.3.6.1.4.1.25623.1.0.142693");
script_version("2025-01-21T05:37:33+0000");
script_tag(name:"last_modification", value:"2025-01-21 05:37:33 +0000 (Tue, 21 Jan 2025)");
script_tag(name:"creation_date", value:"2019-08-05 07:31:52 +0000 (Mon, 05 Aug 2019)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/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:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2023-03-03 02:46:00 +0000 (Fri, 03 Mar 2023)");
script_cve_id("CVE-2019-13629", "CVE-2019-14431", "CVE-2019-16747");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_name("MatrixSSL < 4.2.2 Multiple Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2019 Greenbone AG");
script_family("General");
script_dependencies("gb_matrixssl_http_detect.nasl");
script_mandatory_keys("matrixssl/detected");
script_tag(name:"summary", value:"MatrixSSL 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-2019-13629: MatrixSSL contains a timing side channel in ECDSA signature generation. This
allows a local or a remote attacker to measure the duration of hundreds to thousands of signing
operations, to compute the private key used. The issue occurs because crypto/pubkey/ecc_math.c
scalar multiplication leaks the bit length of the scalar.
- CVE-2019-14431: The DTLS server mishandles incoming network messages leading to a heap-based
buffer overflow of up to 256 bytes and possible Remote Code Execution in parseSSLHandshake in
sslDecode.c. During processing of a crafted packet, the server mishandles the fragment length
value provided in the DTLS message.
- CVE-2019-16747: Memory corruption (free on invalid pointer) while parsing DTLS messages");
script_tag(name:"affected", value:"MatrixSSL version 4.2.1 and prior.");
script_tag(name:"solution", value:"Update to version 4.2.2 or later.");
script_xref(name:"URL", value:"https://github.com/matrixssl/matrixssl/blob/4-2-2-open/doc/CHANGES_v4.x.md");
script_xref(name:"URL", value:"https://github.com/matrixssl/matrixssl/releases/tag/4-2-2-open");
script_xref(name:"URL", value:"https://github.com/matrixssl/matrixssl/issues/33");
script_xref(name:"URL", value:"https://github.com/matrixssl/matrixssl/issues/30");
script_xref(name:"URL", value:"https://www.openwall.com/lists/oss-security/2019/10/02/2");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!port = get_app_port(cpe:CPE))
exit(0);
if (!version = get_app_version(cpe: CPE, port: port))
exit(0);
if (version_is_less(version: version, test_version: "4.2.2")) {
report = report_fixed_ver(installed_version: version, fixed_version: "4.2.2");
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
21 Jan 2025 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 27.5
CVSS 3.19.8
CVSS 39.8
EPSS0.03632