CVE-2014-8369
Description
The kvm_iommu_map_pages function in virt/kvm/iommu.c in the Linux kernel through 3.17.2 miscalculates the number of pages during the handling of a mapping failure, which allows guest OS users to cause a denial of service (host OS page unpinning) or possibly have unspecified other impact by leveraging guest OS privileges. NOTE: this vulnerability exists because of an incorrect fix for CVE-2014-3601.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2014-8369
Vendor advisory: cve@mitre.org — https://lkml.org/lkml/2014/10/24/460
Vendor advisory: cve@mitre.org — https://github.com/torvalds/linux/commit/3d32e4dbe71374a6780eaf51d719d76f9a9bf22f
Vendor advisory: cve@mitre.org — https://bugzilla.redhat.com/show_bug.cgi?id=1156518
Vendor advisory: cve@mitre.org — http://www.openwall.com/lists/oss-security/2014/10/24/7
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 3.16.7-ckt2-1 |
| debian | bullseye | fixed | 3.16.7-ckt2-1 |
| debian | forky | fixed | 3.16.7-ckt2-1 |
| debian | sid | fixed | 3.16.7-ckt2-1 |
| debian | trixie | fixed | 3.16.7-ckt2-1 |
| debian | 7.0 | affected | |
| linux-kernel | affected | | |
| suse | 11 | affected | |
References
- http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%3Bh=3d32e4dbe71374a6780eaf51d719d76f9a9bf22f
- http://lists.opensuse.org/opensuse-security-announce/2015-03/msg00010.html
- http://lists.opensuse.org/opensuse-security-announce/2015-03/msg00025.html
- http://lists.opensuse.org/opensuse-security-announce/2015-04/msg00015.html
- http://rhn.redhat.com/errata/RHSA-2015-0674.html
- http://secunia.com/advisories/62326
- http://secunia.com/advisories/62336
- http://www.debian.org/security/2014/dsa-3093
- http://www.openwall.com/lists/oss-security/2014/10/24/7
- http://www.securityfocus.com/bid/70747
- http://www.securityfocus.com/bid/70749
- https://bugzilla.redhat.com/show_bug.cgi?id=1156518
- https://github.com/torvalds/linux/commit/3d32e4dbe71374a6780eaf51d719d76f9a9bf22f
- https://lkml.org/lkml/2014/10/24/460
- https://security-tracker.debian.org/tracker/CVE-2014-8369
CWEs
CWE-119
Verify integrity in audit chain (admin only). AS-IS.