A flaw was found in the libvirt nwfilter driver. The virNWFilterObjListNumOfNWFilters method failed to acquire the driver->nwfilters mutex before iterating over virNWFilterObj instances. There was no protection to stop another thread from concurrently modifying the driver->nwfilters object. This flaw allows a malicious, unprivileged user to exploit this issue via libvirt's API virConnectNumOfNWFilters to crash the network filter management daemon (libvirtd/virtnwfilterd).
References
Link | Resource |
---|---|
https://bugzilla.redhat.com/show_bug.cgi?id=2063883 | Issue Tracking |
https://lists.debian.org/debian-lts-announce/2024/04/msg00000.html | |
https://security.gentoo.org/glsa/202210-06 | Third Party Advisory |
Configurations
History
01 Apr 2024, 13:16
Type | Values Removed | Values Added |
---|---|---|
References |
|
Information
Published : 2022-03-25 19:15
Updated : 2024-04-01 13:16
NVD link : CVE-2022-0897
Mitre link : CVE-2022-0897
CVE.ORG link : CVE-2022-0897
JSON object : View
Products Affected
netapp
- ontap_select_deploy_administration_utility
redhat
- libvirt
CWE
CWE-667
Improper Locking