From 69dfa029f1c1e4ffb8c69c277a1559782c469107 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 11 Jul 2018 11:23:44 +0800 Subject: file: Security fix CVE-2018-10360 CVE-2018-10360: The do_core_note function in readelf.c in libmagic.a in file 5.33 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted ELF file. References: https://nvd.nist.gov/vuln/detail/CVE-2018-10360 Patch from: https://github.com/file/file/commit/a642587a9c9e2dd7feacdf513c3643ce26ad3c22 (From OE-Core rev: 22886cf6f37d9a5c6ff90e10e0c17ed7f6321305) Signed-off-by: Yi Zhao Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/file/file_5.33.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/file/file_5.33.bb') diff --git a/meta/recipes-devtools/file/file_5.33.bb b/meta/recipes-devtools/file/file_5.33.bb index 4126422b38..745ef10951 100644 --- a/meta/recipes-devtools/file/file_5.33.bb +++ b/meta/recipes-devtools/file/file_5.33.bb @@ -16,6 +16,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "FILE(?P(?!6_23).+)" SRC_URI = "git://github.com/file/file.git \ file://debian-742262.patch \ + file://CVE-2018-10360.patch \ " SRCREV = "219846094c7593e27453e62855e61181089c48cf" -- cgit v1.2.3-54-g00ecf