Huawei EulerOS Advisory for gnutls security updat
Reporter | Title | Published | Views | Family All 123 |
---|---|---|---|---|
![]() | Huawei EulerOS: Security Advisory for gnutls (EulerOS-SA-2020-1899) | 31 Aug 202000:00 | – | openvas |
![]() | Debian: Security Advisory (DSA-4652-1) | 5 Apr 202000:00 | – | openvas |
![]() | Ubuntu: Security Advisory (USN-4322-1) | 8 Apr 202000:00 | – | openvas |
![]() | openSUSE: Security Advisory for gmp, (openSUSE-SU-2020:0501-1) | 12 Apr 202000:00 | – | openvas |
![]() | SUSE: Security Advisory (SUSE-SU-2020:0948-1) | 19 Apr 202100:00 | – | openvas |
![]() | Ubuntu: Security Advisory (USN-4384-1) | 6 Jun 202000:00 | – | openvas |
![]() | Mageia: Security Advisory (MGASA-2020-0168) | 28 Jan 202200:00 | – | openvas |
![]() | Mageia: Security Advisory (MGASA-2020-0268) | 28 Jan 202200:00 | – | openvas |
![]() | Fedora: Security Advisory for gnutls (FEDORA-2020-0cce3578e2) | 8 Jun 202000:00 | – | openvas |
![]() | Fedora: Security Advisory for mingw-gnutls (FEDORA-2020-4f78f122a3) | 23 Jun 202000:00 | – | openvas |
Source | Link |
---|---|
developer | www.developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html |
# SPDX-FileCopyrightText: 2020 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.1.2.2020.1803");
script_cve_id("CVE-2020-11501", "CVE-2020-13777");
script_tag(name:"creation_date", value:"2020-07-31 05:40:13 +0000 (Fri, 31 Jul 2020)");
script_version("2024-02-05T14:36:56+0000");
script_tag(name:"last_modification", value:"2024-02-05 14:36:56 +0000 (Mon, 05 Feb 2024)");
script_tag(name:"cvss_base", value:"5.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:N");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2020-06-10 14:08:37 +0000 (Wed, 10 Jun 2020)");
script_name("Huawei EulerOS: Security Advisory for gnutls (EulerOS-SA-2020-1803)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2020 Greenbone AG");
script_family("Huawei EulerOS Local Security Checks");
script_dependencies("gb_huawei_euleros_consolidation.nasl");
script_mandatory_keys("ssh/login/euleros", "ssh/login/rpms", re:"ssh/login/release=EULEROS\-2\.0SP8");
script_xref(name:"Advisory-ID", value:"EulerOS-SA-2020-1803");
script_xref(name:"URL", value:"https://developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html?secId=EulerOS-SA-2020-1803");
script_tag(name:"summary", value:"The remote host is missing an update for the Huawei EulerOS 'gnutls' package(s) announced via the EulerOS-SA-2020-1803 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"GnuTLS 3.6.x before 3.6.14 uses incorrect cryptography for encrypting a session ticket (a loss of confidentiality in TLS 1.2, and an authentication bypass in TLS 1.3). The earliest affected version is 3.6.4 (2018-09-24) because of an error in a 2018-09-18 commit. Until the first key rotation, the TLS server always uses wrong data in place of an encryption key derived from an application.(CVE-2020-13777)
GnuTLS 3.6.x before 3.6.13 uses incorrect cryptography for DTLS. The earliest affected version is 3.6.3 (2018-07-16) because of an error in a 2017-10-06 commit. The DTLS client always uses 32 '\0' bytes instead of a random value, and thus contributes no randomness to a DTLS negotiation. This breaks the security guarantees of the DTLS protocol.(CVE-2020-11501)");
script_tag(name:"affected", value:"'gnutls' package(s) on Huawei EulerOS V2.0SP8.");
script_tag(name:"solution", value:"Please install the updated package(s).");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"package");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-rpm.inc");
release = rpm_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "EULEROS-2.0SP8") {
if(!isnull(res = isrpmvuln(pkg:"gnutls", rpm:"gnutls~3.6.7~1.h7.eulerosv2r8", rls:"EULEROS-2.0SP8"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"gnutls-c++", rpm:"gnutls-c++~3.6.7~1.h7.eulerosv2r8", rls:"EULEROS-2.0SP8"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"gnutls-dane", rpm:"gnutls-dane~3.6.7~1.h7.eulerosv2r8", rls:"EULEROS-2.0SP8"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"gnutls-devel", rpm:"gnutls-devel~3.6.7~1.h7.eulerosv2r8", rls:"EULEROS-2.0SP8"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"gnutls-utils", rpm:"gnutls-utils~3.6.7~1.h7.eulerosv2r8", rls:"EULEROS-2.0SP8"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
exit(0);
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