File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,21 @@ Vulnerability reference:
66 * [ CVE-2017 -16995] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16995 )
77
88## Kernels
9+
910```
1011Linux Kernel Version 4.14-4.4
11- ```
12+ ```
1213
1314## Usage
15+
1416```
1517$ gcc -o pwned upstream44.c
1618
1719$ ./pwned
18- ```
20+ ```
1921
2022## References
23+
2124* [ http://cyseclabs.com/exploits/upstream44.c ] ( http://cyseclabs.com/exploits/upstream44.c )
2225* [ https://access.redhat.com/security/cve/cve-2017-16995 ] ( https://access.redhat.com/security/cve/cve-2017-16995 )
2326* [ https://bugs.chromium.org/p/project-zero/issues/detail?id=1454&desc=3 ] ( https://bugs.chromium.org/p/project-zero/issues/detail?id=1454&desc=3 )
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ linux-kernel-exploits
1818
1919- [ CVE-2017 -1000112] ( ./2017/CVE-2017-1000112 ) [ a memory corruption due to UFO to non-UFO path switch]
2020
21+ - [ CVE-2017 -16995] ( ./2017/CVE-2017-16995 ) [ Memory corruption caused by BPF verifier]
22+ (Linux kernel before 4.14 - 4.4)
23+
2124- [ CVE-2017 -16939] ( ./2017/CVE-2017-16939 ) [ UAF in Netlink socket subsystem – XFRM]
2225(Linux kernel before 4.13.11)
2326
You can’t perform that action at this time.
0 commit comments