summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2014-03-28 11:22:42 -0400
committerJosh Boyer <jwboyer@redhat.com>2014-03-28 11:23:01 -0400
commitdb8999a3dc6c62e8b69814f99f54d6b936ca2ae3 (patch)
tree884e161ad0c43a996f1927aeea6621065f44aecb /kernel.spec
parent6676648289e1e6c790eb53c6535de8f4c92e1592 (diff)
downloadkernel-db8999a3dc6c62e8b69814f99f54d6b936ca2ae3.tar.gz
kernel-db8999a3dc6c62e8b69814f99f54d6b936ca2ae3.tar.xz
kernel-db8999a3dc6c62e8b69814f99f54d6b936ca2ae3.zip
CVE-2014-0077 vhost-net: insufficent big packet handling in handle_rx (rhbz 1064440 1081504)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index b9b52327c..16f2d3b63 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -648,6 +648,10 @@ Patch25049: core-nfqueue-openvswitch-Orphan-frags-in-skb_zerocopy-and-handle-err
#CVE-2014-0055 rhbz 1062577 1081503
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
+
+
# END OF PATCH DEFINITIONS
%endif
@@ -1301,6 +1305,9 @@ ApplyPatch core-nfqueue-openvswitch-Orphan-frags-in-skb_zerocopy-and-handle-erro
#CVE-2014-0055 rhbz 1062577 1081503
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
+
# END OF PATCH APPLICATIONS
%endif
@@ -2081,6 +2088,7 @@ fi
# || ||
%changelog
* Fri Mar 28 2014 Josh Boyer <jwboyer@fedoraproject.org>
+- 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)