First published: Mon Jan 06 2014(Updated: )
Eric Blake from Red Hat reports that ever since libvirt 1.1.1 added ACL domain:getattr filtering for commands like virConnectListAllDomains, we have had a latent problem that the use of virConnectDomainEventRegister() and virConnectDomainEventRegisterAny() can be used to learn about virDomainPtr objects that should have been inaccessible to the user. It is not a problem if you are not using ACLs; also, it is partially mitigated by the fact that any domain that does not trigger an event in the timeframe where the attacker maintains their event callback will not be leaked. Once an attacker has learned about a domain by bypassing domain:getattr, they could perform other actions on the domain if there were not ACLs to filter those actions too, such as starting and stopping the domain.
Affected Software | Affected Version | How to fix |
---|---|---|
Libvirt | >=1.1.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of REDHAT-BUG-1048637 is considered to be medium due to potential information disclosure risks.
To mitigate REDHAT-BUG-1048637, you should upgrade to the latest version of libvirt where the issue is addressed.
REDHAT-BUG-1048637 affects all versions of libvirt starting from 1.1.1 onwards.
REDHAT-BUG-1048637 is an information disclosure vulnerability related to ACL domain:getattr filtering.
REDHAT-BUG-1048637 was reported by Eric Blake from Red Hat.