diff options
author | Andreas Wellving <andreas.wellving@enea.com> | 2019-07-10 14:30:49 +0200 |
---|---|---|
committer | Adrian Stratulat <adrian.stratulat@enea.com> | 2019-07-12 10:46:58 +0200 |
commit | e1a607a34c7f712935cb12d758f17e2cc6f6804c (patch) | |
tree | f769d46b73db3e0694a9f24c9f9c87fb3fcec4b7 /patches/cve/4.9.x.scc | |
parent | bfbf05844a901a063b37f1b32785df899ed415ab (diff) | |
download | enea-kernel-cache-e1a607a34c7f712935cb12d758f17e2cc6f6804c.tar.gz |
USB: CVE-2018-20169
USB: check usb_get_extra_descriptor for proper size
References:
https://nvd.nist.gov/vuln/detail/CVE-2018-20169
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.9.y&id=fe26b8d06e965239795bee0a71c9073bed931716
Change-Id: I56a237c0e8c4ac8bd823f4b9f92f2bdb3d16a272
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.scc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patches/cve/4.9.x.scc b/patches/cve/4.9.x.scc index 9665d3f..0e01c9a 100644 --- a/patches/cve/4.9.x.scc +++ b/patches/cve/4.9.x.scc | |||
@@ -60,3 +60,6 @@ patch CVE-2018-16871-nfsd-COPY-and-CLONE-operations-require-the-saved-fil.patch | |||
60 | 60 | ||
61 | #CVEs fixed in 4.9.144: | 61 | #CVEs fixed in 4.9.144: |
62 | patch CVE-2018-18690-xfs-don-t-fail-when-converting-shortform-attr-to-lon.patch | 62 | patch CVE-2018-18690-xfs-don-t-fail-when-converting-shortform-attr-to-lon.patch |
63 | |||
64 | #CVEs fixed in 4.9.145: | ||
65 | patch CVE-2018-20169-USB-check-usb_get_extra_descriptor-for-proper-size.patch | ||