Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
v7.6.0 (unreleased)
===================
+* **Security**
+
+ * storage: Unlock pool objects on ACL check failures in ``storagePoolLookupByTargetPath`` (CVE-2021-3667)
+
+ A logic bug in ``storagePoolLookupByTargetPath`` where the storage pool
+ object was left locked after a failure of the ACL check could potentially
+ deprive legitimate users access to a storage pool object by users who don't
+ have access.
+
* **New features**
* qemu: Incremental backup support via ``virDomainBackupBegin``