summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2014-03-28 11:27:20 -0400
committerJosh Boyer <jwboyer@redhat.com>2014-03-28 11:27:42 -0400
commit814a8782bd2277232b44647aac22a27a6d42c915 (patch)
treed29275679256bd8690ee2c2351ec1f75e09a9f19 /kernel.spec
parentdb8999a3dc6c62e8b69814f99f54d6b936ca2ae3 (diff)
downloadkernel-814a8782bd2277232b44647aac22a27a6d42c915.tar.gz
kernel-814a8782bd2277232b44647aac22a27a6d42c915.tar.xz
kernel-814a8782bd2277232b44647aac22a27a6d42c915.zip
CVE-2014-2580 xen: netback crash trying to disable due to malformed packet (rhbz 1080084 1080086)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 16f2d3b63..5d7b2b1f3 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -651,6 +651,8 @@ Patch25050: net-vhost-validate-vhost_get_vq_desc-return-value.patch
#CVE-2014-0077 rhbz 1064440 1081504
Patch25051: net-vhost-fix-total-length-when-packets-are-too-short.patch
+#CVE-2014-2580 rhbz 1080084 1080086
+Patch25052: net-xen-netback-disable-rogue-vif-in-kthread-context.patch
# END OF PATCH DEFINITIONS
@@ -1308,6 +1310,9 @@ ApplyPatch net-vhost-validate-vhost_get_vq_desc-return-value.patch
#CVE-2014-0077 rhbz 1064440 1081504
ApplyPatch net-vhost-fix-total-length-when-packets-are-too-short.patch
+#CVE-2014-2580 rhbz 1080084 1080086
+ApplyPatch net-xen-netback-disable-rogue-vif-in-kthread-context.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2088,6 +2093,7 @@ fi
# || ||
%changelog
* Fri Mar 28 2014 Josh Boyer <jwboyer@fedoraproject.org>
+- CVE-2014-2580 xen: netback crash trying to disable due to malformed packet (rhbz 1080084 1080086)
- CVE-2014-0077 vhost-net: insufficent big packet handling in handle_rx (rhbz 1064440 1081504)
- CVE-2014-0055 vhost-net: insufficent error handling in get_rx_bufs (rhbz 1062577 1081503)
- CVE-2014-2568 net: potential info leak when ubuf backed skbs are zero copied (rhbz 1079012 1079013)