summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2019-12-02 09:15:15 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2019-12-02 09:15:15 -0600
commit5c1c7b4d940094dad6d9a49fb08243f065ee8d82 (patch)
tree8fdfa4c53fb2b567ed008944a718cf3bf9ca4de4 /kernel.spec
parentfe681c337b69a8aaac197843e00e81993fe3b98e (diff)
downloadkernel-5c1c7b4d940094dad6d9a49fb08243f065ee8d82.tar.gz
kernel-5c1c7b4d940094dad6d9a49fb08243f065ee8d82.tar.xz
kernel-5c1c7b4d940094dad6d9a49fb08243f065ee8d82.zip
Fix CVE-2019-18808 CVE-2019-18809 CVE-2019-18811 CVE-2019-18812 CVE-2019-16232
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec22
1 files changed, 22 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index dae086f9a..4a0710d6d 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -666,6 +666,21 @@ Patch529: ath10k-fix-memory-leak.patch
# CVE-2019-19082 rhbz 1776832 1776833
Patch530: 0001-drm-amd-display-prevent-memory-leak.patch
+# CVE-2019-18808 rhbz 1777418 1777421
+Patch531: 0001-crypto-ccp-Release-all-allocated-memory-if-sha-type-.patch
+
+# CVE-2019-18809 rhbz 1777449 1777451
+Patch532: 0001-media-usb-fix-memory-leak-in-af9005_identify_state.patch
+
+# CVE-2019-18811 rhbz 1777455 1777456
+Patch533: 0001-ASoC-SOF-ipc-Fix-memory-leak-in-sof_set_get_large_ct.patch
+
+# CVE-2019-18812 rhbz 1777458 1777459
+Patch534: 0001-ASoC-SOF-Fix-memory-leak-in-sof_dfsentry_write.patch
+
+# CVE-2019-16232 rhbz 1760351 1760352
+Patch535: 0001-libertas-fix-a-potential-NULL-pointer-dereference.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1903,6 +1918,13 @@ fi
#
#
%changelog
+* Mon Dec 02 2019 Justin M. Forbes <jforbes@fedoraproject.org>
+- Fix CVE-2019-18808 (rhbz 1777418 1777421)
+- Fix CVE-2019-18809 (rhbz 1777449 1777451)
+- Fix CVE-2019-18811 (rhbz 1777455 1777456)
+- Fix CVE-2019-18812 (rhbz 1777458 1777459)
+- Fix CVE-2019-16232 (rhbz 1760351 1760352)
+
* Tue Nov 26 2019 Justin M. Forbes <jforbes@fedoraproject.org>
- Fix CVE-2019-19082 (rhbz 1776832 1776833)