summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2017-03-07 14:59:52 -0800
committerLaura Abbott <labbott@fedoraproject.org>2017-03-07 15:06:10 -0800
commit898dfb4260cb564ac996c3f3ca0a840fd3f021fa (patch)
treeaca26d9531dddef399f1f137354157343bac5c54 /kernel.spec
parenteb0a3673b2c45c64c2a9f15240c235e31360265e (diff)
downloadkernel-898dfb4260cb564ac996c3f3ca0a840fd3f021fa.tar.gz
kernel-898dfb4260cb564ac996c3f3ca0a840fd3f021fa.tar.xz
kernel-898dfb4260cb564ac996c3f3ca0a840fd3f021fa.zip
CVE-2017-2636 Race condition access to n_hdlc.tbuf causes double free in n_hdlc_release (rhbz 1430049)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index acac57f03..46cb5b36b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -654,6 +654,9 @@ Patch863: ipc-shm-Fix-shmat-mmap-nil-page-protection.patch
#CVE-2017-6353 rhbz 1428907 1428910
Patch864: sctp-deny-peeloff-operation-on-asocs-with-threads-sl.patch
+# CVE-2017-2636 rhbz 1430049
+Patch668: 0001-tty-n_hdlc-get-rid-of-racy-n_hdlc.tbuf.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2200,6 +2203,9 @@ fi
#
#
%changelog
+* Tue Mar 07 2017 Laura Abbott <labbott@fedoraproject.org>
+- CVE-2017-2636 Race condition access to n_hdlc.tbuf causes double free in n_hdlc_release (rhbz 1430049)
+
* Tue Mar 7 2017 Laura Abbott <labbott@redhat.com>
- Disable CONFIG_IWLWIFI_PCIE_RTPM (rhbz 1429135)