From 1d0964e855f81d6545b3ad4be80f0f09f9f87f4e Mon Sep 17 00:00:00 2001 From: pe3zx Date: Wed, 21 Mar 2018 14:53:05 +0700 Subject: [PATCH] [Tools][Exploits] CVE-2017-16995 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 062adc8..1304964 100644 --- a/README.md +++ b/README.md @@ -999,6 +999,14 @@ My curated list of awesome links, resources and tools + CVE-2017-16995 + The check_alu_op function in kernel/bpf/verifier.c in the Linux kernel through 4.14.8 allows local users to cause a denial of service (memory corruption) or possibly have unspecified other impact by leveraging incorrect sign extension. + + + + CVE-2017-17215