Name | CVE-2019-12928 |
Description | The QMP migrate command in QEMU version 4.0.0 and earlier is vulnerable to OS command injection, which allows the remote attacker to achieve code execution, denial of service, or information disclosure by sending a crafted QMP command to the listening server. Note: This has been disputed as a non-issue since QEMU's -qmp interface is meant to be used by trusted users. If one is able to access this interface via a tcp socket open to the internet, then it is an insecure configuration issue |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
Vulnerable and fixed packages
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|
qemu (PTS) | jessie, jessie (lts) | 1:2.1+dfsg-12+deb8u23 | vulnerable |
| stretch (security) | 1:2.8+dfsg-6+deb9u17 | vulnerable |
| stretch (lts), stretch | 1:2.8+dfsg-6+deb9u19 | vulnerable |
| buster (security), buster, buster (lts) | 1:3.1+dfsg-8+deb10u12 | vulnerable |
| bullseye | 1:5.2+dfsg-11+deb11u3 | vulnerable |
| bullseye (security) | 1:5.2+dfsg-11+deb11u2 | vulnerable |
| bookworm | 1:7.2+dfsg-7+deb12u7 | vulnerable |
| sid, trixie | 1:9.1.1+ds-5 | vulnerable |
The information below is based on the following data on fixed versions.
Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
---|
qemu | source | (unstable) | (unfixed) | unimportant | | |
qemu-kvm | source | (unstable) | (unfixed) | unimportant | | |
Notes
https://fakhrizulkifli.github.io/posts/2019/06/05/CVE-2019-12928/
The QEMU machine protocol (QMP) should not be exposed to unprivileged users,
and is only intended for administrative control of QEMU instances.