The Debian 'openssl' package(s) on Debian 12 is missing an update, allowing for CVE-2024-6119
Reporter | Title | Published | Views | Family All 148 |
---|---|---|---|---|
Tenable Nessus | Photon OS 4.0: Openssl PHSA-2024-4.0-0684 | 11 Sep 202400:00 | – | nessus |
Tenable Nessus | Amazon Linux 2023 : openssl, openssl-devel, openssl-libs (ALAS2023-2024-721) | 14 Oct 202400:00 | – | nessus |
Tenable Nessus | RHEL 9 : openssl (RHSA-2024:6783) | 19 Sep 202400:00 | – | nessus |
Tenable Nessus | SUSE SLED15 / SLES15 / openSUSE 15 Security Update : openssl-3 (SUSE-SU-2024:3105-1) | 4 Sep 202400:00 | – | nessus |
Tenable Nessus | Rocky Linux 9 : openssl (RLSA-2024:6783) | 30 Sep 202400:00 | – | nessus |
Tenable Nessus | Oracle Linux 9 : openssl (ELSA-2024-6783) | 19 Sep 202400:00 | – | nessus |
Tenable Nessus | CBL Mariner 2.0 Security Update: cloud-hypervisor-cvm / edk2 / openssl (CVE-2024-6119) | 26 Sep 202400:00 | – | nessus |
Tenable Nessus | SUSE SLED15 / SLES15 / openSUSE 15 Security Update : openssl-3 (SUSE-SU-2024:3106-1) | 4 Sep 202400:00 | – | nessus |
Tenable Nessus | Debian dsa-5764 : libcrypto3-udeb - security update | 3 Sep 202400:00 | – | nessus |
Tenable Nessus | Fedora 39 : openssl (2024-5cd6011cf7) | 23 Sep 202400:00 | – | nessus |
Source | Link |
---|---|
debian | www.debian.org/security/2024/DSA-5764-1 |
# SPDX-FileCopyrightText: 2024 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.1.1.2024.5764");
script_cve_id("CVE-2024-6119");
script_tag(name:"creation_date", value:"2024-09-04 04:23:32 +0000 (Wed, 04 Sep 2024)");
script_version("2024-09-04T05:16:32+0000");
script_tag(name:"last_modification", value:"2024-09-04 05:16:32 +0000 (Wed, 04 Sep 2024)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_name("Debian: Security Advisory (DSA-5764-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2024 Greenbone AG");
script_family("Debian Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/debian_linux", "ssh/login/packages", re:"ssh/login/release=DEB12");
script_xref(name:"Advisory-ID", value:"DSA-5764-1");
script_xref(name:"URL", value:"https://www.debian.org/security/2024/DSA-5764-1");
script_tag(name:"summary", value:"The remote host is missing an update for the Debian 'openssl' package(s) announced via the DSA-5764-1 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"affected", value:"'openssl' package(s) on Debian 12.");
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-deb.inc");
release = dpkg_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "DEB12") {
if(!isnull(res = isdpkgvuln(pkg:"libcrypto3-udeb", ver:"3.0.14-1~deb12u2", rls:"DEB12"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"libssl-dev", ver:"3.0.14-1~deb12u2", rls:"DEB12"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"libssl-doc", ver:"3.0.14-1~deb12u2", rls:"DEB12"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"libssl3", ver:"3.0.14-1~deb12u2", rls:"DEB12"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"libssl3-udeb", ver:"3.0.14-1~deb12u2", rls:"DEB12"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"openssl", ver:"3.0.14-1~deb12u2", rls:"DEB12"))) {
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