summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2013-09-17 15:57:07 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2013-09-17 15:57:07 -0400
commit2c51e4c93181056d42b2b067745ab2fd29a05910 (patch)
tree00ab8f85b182e43f695c56b465d1d615a3723b0c /kernel.spec
parent39941060c1c3886af3e0b5b236e3c050db0634b6 (diff)
downloadkernel-2c51e4c93181056d42b2b067745ab2fd29a05910.tar.gz
kernel-2c51e4c93181056d42b2b067745ab2fd29a05910.tar.xz
kernel-2c51e4c93181056d42b2b067745ab2fd29a05910.zip
CVE-2013-4345 ansi_cprng: off by one error in non-block size request (rhbz 1007690 1009136)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 125e6ef6b..65bfc0afd 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -767,6 +767,9 @@ Patch25100: tuntap-correctly-handle-error-in-tun_set_iff.patch
#CVE-2013-4350 rhbz 1007872 1007903
Patch25102: net-sctp-fix-ipv6-ipsec-encryption-bug-in-sctp_v6_xmit.patch
+#CVE-2013-4345 rhbz 1007690 1009136
+Patch25104: ansi_cprng-Fix-off-by-one-error-in-non-block-size-request.patch
+
Patch25103: fix-arm-btrfs-build.patch
# END OF PATCH DEFINITIONS
@@ -1498,6 +1501,9 @@ ApplyPatch tuntap-correctly-handle-error-in-tun_set_iff.patch
#CVE-2013-4350 rhbz 1007872 1007903
ApplyPatch net-sctp-fix-ipv6-ipsec-encryption-bug-in-sctp_v6_xmit.patch
+#CVE-2013-4345 rhbz 1007690 1009136
+ApplyPatch ansi_cprng-Fix-off-by-one-error-in-non-block-size-request.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2302,6 +2308,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Sep 17 2013 Josh Boyer <jwboyer@fedoraproject.org>
+- CVE-2013-4345 ansi_cprng: off by one error in non-block size request (rhbz 1007690 1009136)
+
* Tue Sep 17 2013 Kyle McMartin <kyle@redhat.com>
- Add nvme.ko to modules.block for anaconda.