The 'libvirt' package in Ubuntu 24.04 is missing an update, allowing unauthorized access to virtproxyd
Reporter | Title | Published | Views | Family All 77 |
---|---|---|---|---|
![]() | Oracle Linux 9 : libvirt (ELSA-2024-4757) | 24 Jul 202400:00 | – | nessus |
![]() | RHEL 9 : libvirt (RHSA-2024:4757) | 23 Jul 202400:00 | – | nessus |
![]() | Rocky Linux 8 : virt:rhel and virt-devel:rhel (RLSA-2024:4351) | 15 Jul 202400:00 | – | nessus |
![]() | Ubuntu 24.04 LTS : libvirt vulnerability (USN-6763-1) | 7 May 202400:00 | – | nessus |
![]() | Oracle Linux 9 : libvirt (ELSA-2024-12673) | 19 Sep 202400:00 | – | nessus |
![]() | EulerOS Virtualization 2.10.1 : libvirt (EulerOS-SA-2024-2153) | 19 Aug 202400:00 | – | nessus |
![]() | AlmaLinux 9 : libvirt (ALSA-2024:4757) | 25 Jul 202400:00 | – | nessus |
![]() | EulerOS Virtualization 2.10.0 : libvirt (EulerOS-SA-2024-2133) | 19 Aug 202400:00 | – | nessus |
![]() | RHEL 9 : libvirt (RHSA-2024:4432) | 10 Jul 202400:00 | – | nessus |
![]() | Photon OS 4.0: Libvirt PHSA-2024-4.0-0609 | 24 Jul 202400:00 | – | nessus |
Source | Link |
---|---|
ubuntu | www.ubuntu.com/security/notices/USN-6763-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.12.2024.6763.1");
script_cve_id("CVE-2024-4418");
script_tag(name:"creation_date", value:"2024-05-08 04:07:32 +0000 (Wed, 08 May 2024)");
script_version("2025-01-09T06:16:22+0000");
script_tag(name:"last_modification", value:"2025-01-09 06:16:22 +0000 (Thu, 09 Jan 2025)");
script_tag(name:"cvss_base", value:"4.9");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:N/I:N/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2024-05-08 03:15:07 +0000 (Wed, 08 May 2024)");
script_name("Ubuntu: Security Advisory (USN-6763-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2024 Greenbone AG");
script_family("Ubuntu Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/ubuntu_linux", "ssh/login/packages", re:"ssh/login/release=UBUNTU24\.04\ LTS");
script_xref(name:"Advisory-ID", value:"USN-6763-1");
script_xref(name:"URL", value:"https://ubuntu.com/security/notices/USN-6763-1");
script_tag(name:"summary", value:"The remote host is missing an update for the 'libvirt' package(s) announced via the USN-6763-1 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"Martin Sirokov discovered that libvirt incorrectly handled certain memory
operations. A local attacker could possibly use this issue to access
virtproxyd without authorization.");
script_tag(name:"affected", value:"'libvirt' package(s) on Ubuntu 24.04.");
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 == "UBUNTU24.04 LTS") {
if(!isnull(res = isdpkgvuln(pkg:"libvirt-daemon", ver:"10.0.0-2ubuntu8.2", rls:"UBUNTU24.04 LTS"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"libvirt-daemon-system", ver:"10.0.0-2ubuntu8.2", rls:"UBUNTU24.04 LTS"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"libvirt0", ver:"10.0.0-2ubuntu8.2", rls:"UBUNTU24.04 LTS"))) {
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