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:
6
6
* [ CVE-2017 -16995] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16995 )
7
7
8
8
## Kernels
9
+
9
10
```
10
11
Linux Kernel Version 4.14-4.4
11
- ```
12
+ ```
12
13
13
14
## Usage
15
+
14
16
```
15
17
$ gcc -o pwned upstream44.c
16
18
17
19
$ ./pwned
18
- ```
20
+ ```
19
21
20
22
## References
23
+
21
24
* [ http://cyseclabs.com/exploits/upstream44.c ] ( http://cyseclabs.com/exploits/upstream44.c )
22
25
* [ https://access.redhat.com/security/cve/cve-2017-16995 ] ( https://access.redhat.com/security/cve/cve-2017-16995 )
23
26
* [ 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
18
18
19
19
- [ CVE-2017 -1000112] ( ./2017/CVE-2017-1000112 ) [ a memory corruption due to UFO to non-UFO path switch]
20
20
21
+ - [ CVE-2017 -16995] ( ./2017/CVE-2017-16995 ) [ Memory corruption caused by BPF verifier]
22
+ (Linux kernel before 4.14 - 4.4)
23
+
21
24
- [ CVE-2017 -16939] ( ./2017/CVE-2017-16939 ) [ UAF in Netlink socket subsystem – XFRM]
22
25
(Linux kernel before 4.13.11)
23
26
You can’t perform that action at this time.
0 commit comments