Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

rocky логотип

RLSA-2024:4351

Опубликовано: 15 июл. 2024
Источник: rocky
Оценка: Low

Описание

Low: virt:rhel and virt-devel:rhel security and bug fix update

Kernel-based Virtual Machine (KVM) offers a full virtualization solution for Linux on numerous hardware platforms. The virt:rhel module contains packages which provide user-space components used to run virtual machines using KVM. The packages also provide APIs for managing and interacting with the virtualized systems.

Security Fix:

  • virt:libvirt: stack use-after-free in virNetClientIOEventLoop (CVE-2024-4418)

Bug fix:

  • virsh destroy with --graceful destroyed a paused guest (qemu process paused by SIGSTOP) (JIRA:Rocky Linux-36064)

Затронутые продукты

  • Rocky Linux 8

НаименованиеАрхитектураРелизRPM
hivexx86_6423.module+el8.10.0+1590+a67ab969hivex-1.3.18-23.module+el8.10.0+1590+a67ab969.x86_64.rpm
hivex-develx86_6423.module+el8.10.0+1590+a67ab969hivex-devel-1.3.18-23.module+el8.10.0+1590+a67ab969.x86_64.rpm
libguestfsx86_649.module+el8.10.0+1590+a67ab969.rockylibguestfs-1.44.0-9.module+el8.10.0+1590+a67ab969.rocky.x86_64.rpm
libguestfs-appliancex86_649.module+el8.10.0+1590+a67ab969.rockylibguestfs-appliance-1.44.0-9.module+el8.10.0+1590+a67ab969.rocky.x86_64.rpm
libguestfs-bash-completionnoarch9.module+el8.10.0+1590+a67ab969.rockylibguestfs-bash-completion-1.44.0-9.module+el8.10.0+1590+a67ab969.rocky.noarch.rpm
libguestfs-bash-completionnoarch9.module+el8.10.0+1590+a67ab969.rockylibguestfs-bash-completion-1.44.0-9.module+el8.10.0+1590+a67ab969.rocky.noarch.rpm
libguestfs-develx86_649.module+el8.10.0+1590+a67ab969.rockylibguestfs-devel-1.44.0-9.module+el8.10.0+1590+a67ab969.rocky.x86_64.rpm
libguestfs-gfs2x86_649.module+el8.10.0+1590+a67ab969.rockylibguestfs-gfs2-1.44.0-9.module+el8.10.0+1590+a67ab969.rocky.x86_64.rpm
libguestfs-gobjectx86_649.module+el8.10.0+1590+a67ab969.rockylibguestfs-gobject-1.44.0-9.module+el8.10.0+1590+a67ab969.rocky.x86_64.rpm
libguestfs-gobject-develx86_649.module+el8.10.0+1590+a67ab969.rockylibguestfs-gobject-devel-1.44.0-9.module+el8.10.0+1590+a67ab969.rocky.x86_64.rpm

Показывать по

Связанные CVE

Исправления

Связанные уязвимости

CVSS3: 6.2
ubuntu
больше 1 года назад

A race condition leading to a stack use-after-free flaw was found in libvirt. Due to a bad assumption in the virNetClientIOEventLoop() method, the `data` pointer to a stack-allocated virNetClientIOEventData structure ended up being used in the virNetClientIOEventFD callback while the data pointer's stack frame was concurrently being "freed" when returning from virNetClientIOEventLoop(). The 'virtproxyd' daemon can be used to trigger requests. If libvirt is configured with fine-grained access control, this issue, in theory, allows a user to escape their otherwise limited access. This flaw allows a local, unprivileged user to access virtproxyd without authenticating. Remote users would need to authenticate before they could access it.

CVSS3: 6.2
redhat
почти 2 года назад

A race condition leading to a stack use-after-free flaw was found in libvirt. Due to a bad assumption in the virNetClientIOEventLoop() method, the `data` pointer to a stack-allocated virNetClientIOEventData structure ended up being used in the virNetClientIOEventFD callback while the data pointer's stack frame was concurrently being "freed" when returning from virNetClientIOEventLoop(). The 'virtproxyd' daemon can be used to trigger requests. If libvirt is configured with fine-grained access control, this issue, in theory, allows a user to escape their otherwise limited access. This flaw allows a local, unprivileged user to access virtproxyd without authenticating. Remote users would need to authenticate before they could access it.

CVSS3: 6.2
nvd
больше 1 года назад

A race condition leading to a stack use-after-free flaw was found in libvirt. Due to a bad assumption in the virNetClientIOEventLoop() method, the `data` pointer to a stack-allocated virNetClientIOEventData structure ended up being used in the virNetClientIOEventFD callback while the data pointer's stack frame was concurrently being "freed" when returning from virNetClientIOEventLoop(). The 'virtproxyd' daemon can be used to trigger requests. If libvirt is configured with fine-grained access control, this issue, in theory, allows a user to escape their otherwise limited access. This flaw allows a local, unprivileged user to access virtproxyd without authenticating. Remote users would need to authenticate before they could access it.

CVSS3: 6.2
msrc
7 месяцев назад

Описание отсутствует

CVSS3: 6.2
debian
больше 1 года назад

A race condition leading to a stack use-after-free flaw was found in l ...