Discover the impact of CVE-2019-3879, a vulnerability in ovirt's REST API allowing users with low privileges to delete disks connected to guests. Learn about the mitigation steps and necessary updates.
An issue was found in ovirt's REST API versions prior to 4.3.2.1 where the RemoveDiskCommand is executed internally, bypassing the necessary permission validation against the user making the request. This vulnerability could be exploited by a user with lower privileges (such as Basic Operations) to delete disks that are connected to guests.
Understanding CVE-2019-3879
This CVE-2019-3879 vulnerability affects ovirt-engine version 4.3.2.1.
What is CVE-2019-3879?
CVE-2019-3879 is a vulnerability in ovirt's REST API where a user with low privileges can delete disks connected to guests due to a lack of permission validation.
The Impact of CVE-2019-3879
The impact of this vulnerability is rated as MEDIUM with a CVSS base score of 6.5. The availability impact is HIGH, allowing users with low privileges to delete disks.
Technical Details of CVE-2019-3879
This section provides technical details of the CVE-2019-3879 vulnerability.
Vulnerability Description
The vulnerability arises from the internal execution of RemoveDiskCommand in ovirt's REST API, bypassing necessary permission validation.
Affected Systems and Versions
Exploitation Mechanism
Mitigation and Prevention
To address CVE-2019-3879, follow these mitigation and prevention steps:
Immediate Steps to Take
Long-Term Security Practices
Patching and Updates