summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-06-07 08:15:42 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-06-07 08:18:07 -0400
commitbe3c5103be31fc8ee6fe89808bcca127dade2fb9 (patch)
treeec58f1a5b828611bfed31a88efb2c4818229059a /kernel.spec
parent5a0fdd92dca3d5a4265f6db6dc53fb541d2c9825 (diff)
downloadkernel-be3c5103be31fc8ee6fe89808bcca127dade2fb9.tar.gz
kernel-be3c5103be31fc8ee6fe89808bcca127dade2fb9.tar.xz
kernel-be3c5103be31fc8ee6fe89808bcca127dade2fb9.zip
CVE-2013-2852 b43: format string leaking into error msgs (rhbz 969518 971665)
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 6e0d719a9..9db2ea6b3 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -751,6 +751,9 @@ Patch25032: cve-2013-2147-ciss-info-leak.patch
#CVE-2013-2148 rhbz 971258 971261
Patch25033: fanotify-info-leak-in-copy_event_to_user.patch
+#CVE-2013-2852 rhbz 969518 971665
+Patch25034: b43-stop-format-string-leaking-into-error-msgs.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1445,6 +1448,9 @@ ApplyPatch cve-2013-2147-ciss-info-leak.patch
#CVE-2013-2148 rhbz 971258 971261
ApplyPatch fanotify-info-leak-in-copy_event_to_user.patch
+#CVE-2013-2852 rhbz 969518 971665
+ApplyPatch b43-stop-format-string-leaking-into-error-msgs.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2250,6 +2256,9 @@ fi
# ||----w |
# || ||
%changelog
+* Fri Jun 07 2013 Josh Boyer <jwboyer@redhat.com>
+- CVE-2013-2852 b43: format string leaking into error msgs (rhbz 969518 971665)
+
* Thu Jun 06 2013 Josh Boyer <jwboyer@redhat.com>
- CVE-2013-2148 fanotify: info leak in copy_event_to_user (rhbz 971258 971261)
- CVE-2013-2147 cpqarray/cciss: information leak via ioctl (rhbz 971242 971249)