A flaw was found in the libvirt nwfilter driver. The...
Moderate severity
Unreviewed
Published
Mar 26, 2022
to the GitHub Advisory Database
•
Updated Apr 1, 2024
Description
Published by the National Vulnerability Database
Mar 25, 2022
Published to the GitHub Advisory Database
Mar 26, 2022
Last updated
Apr 1, 2024
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 thedriver->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