summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-02-14 12:40:30 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2014-02-14 12:40:30 -0500
commite41ad71714f02d4e21a661ed9a2cfc2d985a95f7 (patch)
treeffa5de4d5d1a97ffaaebde47a094c2632756b9cf /kernel.spec
parentef49c2e61238a961c1289bdcf86bba5251fa49bf (diff)
downloadkernel-e41ad71714f02d4e21a661ed9a2cfc2d985a95f7.tar.gz
kernel-e41ad71714f02d4e21a661ed9a2cfc2d985a95f7.tar.xz
kernel-e41ad71714f02d4e21a661ed9a2cfc2d985a95f7.zip
CVE-2014-0069 cifs: incorrect handling of bogus user pointers (rhbz 1064253 1062578)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec12
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index f6c6fd2d9..3af8b2d32 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -629,6 +629,10 @@ Patch25194: tick-Clear-broadcast-pending-bit-when-switching-to-oneshot.patch
#rhbz 1045755
Patch25195: cgroup-fixes.patch
+#CVE-2014-0069 rhbz 1064253 1062578
+Patch25200: cifs-ensure-that-uncached-writes-handle-unmapped-areas-correctly.patch
+Patch25201: cifs-sanity-check-length-of-data-to-send-before-sending.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1280,6 +1284,11 @@ ApplyPatch tick-Clear-broadcast-pending-bit-when-switching-to-oneshot.patch
#rhbz 1045755
ApplyPatch cgroup-fixes.patch
+#CVE-2014-0069 rhbz 1064253 1062578
+ApplyPatch cifs-ensure-that-uncached-writes-handle-unmapped-areas-correctly.patch
+ApplyPatch cifs-sanity-check-length-of-data-to-send-before-sending.patch
+
+
# END OF PATCH APPLICATIONS
%endif
@@ -2059,6 +2068,9 @@ fi
# ||----w |
# || ||
%changelog
+* Fri Feb 14 2014 Josh Boyer <jwboyer@fedoraproject.org>
+- CVE-2014-0069 cifs: incorrect handling of bogus user pointers (rhbz 1064253 1062578)
+
* Thu Feb 13 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc2.git3.1
- Linux v3.14-rc2-271-g4675348