diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2013-12-12 16:23:58 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2013-12-12 16:29:40 -0500 |
commit | 211cf9eef920ab842ba4ae45e84d6452619e4135 (patch) | |
tree | 3ba02dda13ccb0fee38aff589f7a096065b394d2 /kernel.spec | |
parent | d856aba78dd0eb51ace65fb0f6f5db9f62d16c78 (diff) | |
download | kernel-211cf9eef920ab842ba4ae45e84d6452619e4135.tar.gz kernel-211cf9eef920ab842ba4ae45e84d6452619e4135.tar.xz kernel-211cf9eef920ab842ba4ae45e84d6452619e4135.zip |
CVE-2013-4587 kvm: out-of-bounds access (rhbz 1030986 1042071)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 34f64718c..e0c07e86f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -723,6 +723,9 @@ Patch25173: KVM-x86-Convert-vapic-synchronization-to-_cached-functions.patch #CVE-2013-6376 rhbz 1033106 1042099 Patch25174: KVM-x86-fix-guest-initiated-crash-with-x2apic.patch +#CVE-2013-4587 rhbz 1030986 1042071 +Patch25175: KVM-Improve-create-VCPU-parameter.patch + # END OF PATCH DEFINITIONS %endif @@ -1412,6 +1415,9 @@ ApplyPatch KVM-x86-Convert-vapic-synchronization-to-_cached-functions.patch #CVE-2013-6376 rhbz 1033106 1042099 ApplyPatch KVM-x86-fix-guest-initiated-crash-with-x2apic.patch +#CVE-2013-4587 rhbz 1030986 1042071 +ApplyPatch KVM-Improve-create-VCPU-parameter.patch + # END OF PATCH APPLICATIONS %endif @@ -2225,6 +2231,7 @@ fi # || || %changelog * Thu Dec 12 2013 Josh Boyer <jwboyer@fedoraproject.org> +- CVE-2013-4587 kvm: out-of-bounds access (rhbz 1030986 1042071) - CVE-2013-6376 kvm: BUG_ON in apic_cluster_id (rhbz 1033106 1042099) - CVE-2013-6368 kvm: cross page vapic_addr access (rhbz 1032210 1042090) - CVE-2013-6367 kvm: division by 0 in apic_get_tmcct (rhbz 1032207 1042081) |