summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2019-11-25 10:12:59 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2019-11-25 10:12:59 -0600
commit82d983221ca70c2813b39de565b7968c3a955cf6 (patch)
tree1725dd6f024a104e3dcb6ef6f5cbb09fb812e49f /kernel.spec
parent137fde170dffa75be93c4bca126ed2c119c20f75 (diff)
downloadkernel-82d983221ca70c2813b39de565b7968c3a955cf6.tar.gz
kernel-82d983221ca70c2813b39de565b7968c3a955cf6.tar.xz
kernel-82d983221ca70c2813b39de565b7968c3a955cf6.zip
Fix a number of CVEs
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec22
1 files changed, 21 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 39d98bd63..5c137697e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -654,6 +654,19 @@ Patch524: media-rc-prevent-memory-leak-in-cx23888_ir_probe.patch
# CVE-2019-19077 rhbz 1775724 1775725
Patch525: 0001-RDMA-Fix-goto-target-to-release-the-allocated-memory.patch
+# CVE-2019-14895 rhbz 1774870 1776139
+Patch526: mwifiex-fix-possible-heap-overflow-in-mwifiex_process_country_ie.patch
+
+# CVE-2019-14896 rhbz 1774875 1776143
+# CVE-2019-14897 rhbz 1774879 1776146
+Patch527: libertas-Fix-two-buffer-overflows-at-parsing-bss-descriptor.patch
+
+# CVE-2019-14901 rhbz 1773519 1776184
+Patch528: mwifiex-Fix-heap-overflow-in-mmwifiex_process_tdls_action_frame.patch
+
+# CVE-2019-19078 rhbz 1776354 1776353
+Patch529: ath10k-fix-memory-leak.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1855,7 +1868,14 @@ fi
#
#
%changelog
-* Mon Nov 25 2019 Laura Abbott <labbott@redhat.com> - 5.3.13-300
+* Mon Nov 25 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.3.13-300
+- Fix CVE-2019-14895 (rhbz 1774870 1776139)
+- Fix CVE-2019-14896 (rhbz 1774875 1776143)
+- Fix CVE-2019-14897 (rhbz 1774879 1776146)
+- Fix CVE-2019-14901 (rhbz 1773519 1776184)
+- Fix CVE-2019-19078 (rhbz 1776354 1776353)
+
+* Mon Nov 25 2019 Laura Abbott <labbott@redhat.com>
- Linux v5.3.13
* Fri Nov 22 2019 Justin M. Forbes <jforbes@fedoraproject.org>