Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdda2f2

Browse files
author
Aaron Lewis
committed
增加目录
1 parent 3936341 commit cdda2f2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

2017/CVE-2017-16995/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```
1011
Linux 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)

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)