Skip to content
Snippets Groups Projects
Commit 6d9bf5b6 authored by Han Han's avatar Han Han :horse_racing_tone1: Committed by Michal Privoznik
Browse files

NEWS: Add the news for CVE-2024-4418

parent 5ca7daf3
No related branches found
No related tags found
No related merge requests found
......@@ -338,6 +338,18 @@ v10.5.0 (2024-07-01)
v10.4.0 (2024-06-03)
====================
* **Security**
* ``CVE-2024-4418``: Fix stack use-after-free in virNetClientIOEventLoop()
Fix race condition leading to a stack use-after-free bug 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().
This flaw allows a local, unprivileged user to access virtproxyd without
authenticating.
* **New features**
* qemu: Support for ras feature for virt machine type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment