summaryrefslogtreecommitdiffstats
path: root/patches/cve/4.9.x.scc
diff options
context:
space:
mode:
authorAndreas Wellving <andreas.wellving@enea.com>2018-10-26 13:43:35 +0200
committerAndreas Wellving <andreas.wellving@enea.com>2018-10-26 13:43:35 +0200
commitfd3325b122c8985bc6d0e349e1aee278b56e2d73 (patch)
tree18fe40001b13186fae8ca14e26c2ea45a18cb5bf /patches/cve/4.9.x.scc
parent9d79a74903e810c7fbaf80000f4dea85f33de202 (diff)
downloadenea-kernel-cache-fd3325b122c8985bc6d0e349e1aee278b56e2d73.tar.gz
CVE-2018-13405
Fix up non-directory creation in SGID directories Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.9.y&id=d2c7c52431819aa05d76fae77bb3f95dd0955da1 Change-Id: Iea3f9c36876310831666a0179be73e20916e590f Signed-off-by: Andreas Wellving <andreas.wellving@enea.com>
Diffstat (limited to 'patches/cve/4.9.x.scc')
-rw-r--r--patches/cve/4.9.x.scc3
1 files changed, 3 insertions, 0 deletions
diff --git a/patches/cve/4.9.x.scc b/patches/cve/4.9.x.scc
index c9bec68..65206d1 100644
--- a/patches/cve/4.9.x.scc
+++ b/patches/cve/4.9.x.scc
@@ -18,3 +18,6 @@ SRC_URI += "file://CVE-2018-13406-video-uvesafb-Fix-integer-overflow-in-allocati
18 18
19#CVEs fixed in 4.9.112: 19#CVEs fixed in 4.9.112:
20SRC_URI += "file://CVE-2018-9516-HID-debug-check-length-before-copy_to_user.patch" 20SRC_URI += "file://CVE-2018-9516-HID-debug-check-length-before-copy_to_user.patch"
21
22#CVEs fixed in 4.9.113:
23SRC_URI += "file://CVE-2018-13405-Fix-up-non-directory-creation-in-SGID-directories.patch"