summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-06-06 08:20:24 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-06-06 08:20:47 -0400
commitfa81d1f8325433f5a97a1e02be5bd06f4ea7c6ec (patch)
treef0f62daf698d73cf1e9b28b0dcecead25ab51ffb /kernel.spec
parent0bb05f83a2459ab4d8b89fb40a05bf374ffdace7 (diff)
downloadkernel-fa81d1f8325433f5a97a1e02be5bd06f4ea7c6ec.tar.gz
kernel-fa81d1f8325433f5a97a1e02be5bd06f4ea7c6ec.tar.xz
kernel-fa81d1f8325433f5a97a1e02be5bd06f4ea7c6ec.zip
CVE-2013-2147 cpqarray/cciss: information leak via ioctl (rhbz 971242 971249)
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 4c8f81017..b1fbc0ba9 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -745,6 +745,9 @@ Patch25026: Modify-UEFI-anti-bricking-code.patch
#CVE-2013-2140 rhbz 971146 971148
Patch25031: xen-blkback-Check-device-permissions-before-allowing.patch
+#CVE-2013-2147 rhbz 971242 971249
+Patch25032: cve-2013-2147-ciss-info-leak.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1433,6 +1436,9 @@ ApplyPatch Modify-UEFI-anti-bricking-code.patch
#CVE-2013-2140 rhbz 971146 971148
ApplyPatch xen-blkback-Check-device-permissions-before-allowing.patch
+#CVE-2013-2147 rhbz 971242 971249
+ApplyPatch cve-2013-2147-ciss-info-leak.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2238,6 +2244,9 @@ fi
# ||----w |
# || ||
%changelog
+* Thu Jun 06 2013 Josh Boyer <jwboyer@redhat.com>
+- CVE-2013-2147 cpqarray/cciss: information leak via ioctl (rhbz 971242 971249)
+
* Wed Jun 05 2013 Josh Boyer <jwboyer@redhat.com>
- CVE-2013-2140 xen: blkback: insufficient permission checks for BLKIF_OP_DISCARD (rhbz 971146 971148)