mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
NEWS: Mention fix for CVE-2024-8235
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
f4ebbb1dcb
commit
d9eac9bb54
12
NEWS.rst
12
NEWS.rst
@ -13,6 +13,18 @@ v10.7.0 (unreleased)
|
|||||||
|
|
||||||
* **Security**
|
* **Security**
|
||||||
|
|
||||||
|
* CVE-2024-8235: Crash of ``virtinterfaced`` via ``virConnectListInterfaces()``
|
||||||
|
|
||||||
|
A refactor of the code fetching the list of interfaces for multiple APIs
|
||||||
|
introduced corner case on platforms where allocating 0 bytes of memory
|
||||||
|
results in a NULL pointer.
|
||||||
|
|
||||||
|
This corner case would lead to a NULL-pointer dereference and subsequent
|
||||||
|
crash of ``virtinterfaced`` if ``virConnectListInterfaces()`` is called
|
||||||
|
requesting 0 networks to be filled.
|
||||||
|
|
||||||
|
The bug was introduced in libvirt-10.4.0
|
||||||
|
|
||||||
* **Removed features**
|
* **Removed features**
|
||||||
|
|
||||||
* **New features**
|
* **New features**
|
||||||
|
Loading…
Reference in New Issue
Block a user