diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-08-24 15:21:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-28 10:30:28 +0100 |
commit | 62917950b76a02b0d5a7bf41eccde8244804cbcc (patch) | |
tree | 040aee4dc8bd885d813d673b2598c057a0348932 /meta/recipes-kernel/blktrace/blktrace_git.bb | |
parent | c0abc412bc63f8792ec45695d665c9bd057d2ac7 (diff) | |
download | poky-62917950b76a02b0d5a7bf41eccde8244804cbcc.tar.gz |
blktrace: Security fix CVE-2018-10689
CVE-2018-10689: blktrace (aka Block IO Tracing) 1.2.0, as used with the
Linux kernel and Android, has a buffer overflow in the dev_map_read
function in btt/devmap.c because the device and devno arrays are too
small, as demonstrated by an invalid free when using the btt program
with a crafted file.
References:
https://nvd.nist.gov/vuln/detail/CVE-2018-10689
Patch from:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git/commit/?id=d61ff409cb4dda31386373d706ea0cfb1aaac5b7
(From OE-Core rev: 6a7ed8b1db10abd38bdd20c77a8f27427d381156)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/blktrace/blktrace_git.bb')
-rw-r--r-- | meta/recipes-kernel/blktrace/blktrace_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel/blktrace/blktrace_git.bb index 663de2ed53..2605ff9167 100644 --- a/meta/recipes-kernel/blktrace/blktrace_git.bb +++ b/meta/recipes-kernel/blktrace/blktrace_git.bb | |||
@@ -11,6 +11,7 @@ PV = "1.2.0+git${SRCPV}" | |||
11 | 11 | ||
12 | SRC_URI = "git://git.kernel.dk/blktrace.git \ | 12 | SRC_URI = "git://git.kernel.dk/blktrace.git \ |
13 | file://ldflags.patch \ | 13 | file://ldflags.patch \ |
14 | file://CVE-2018-10689.patch \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |