Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions 2017/CVE-2017-16995/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ Vulnerability reference:
* [CVE-2017-16995](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16995)

## Kernels

```
Linux Kernel Version 4.14-4.4
```
```

## Usage

```
$ gcc -o pwned upstream44.c

$ ./pwned
```
```

## References

* [http://cyseclabs.com/exploits/upstream44.c](http://cyseclabs.com/exploits/upstream44.c)
* [https://access.redhat.com/security/cve/cve-2017-16995](https://access.redhat.com/security/cve/cve-2017-16995)
* [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)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ linux-kernel-exploits

- [CVE-2017-1000112](./2017/CVE-2017-1000112)  [a memory corruption due to UFO to non-UFO path switch]

- [CVE-2017-16995](./2017/CVE-2017-16995)  [Memory corruption caused by BPF verifier]
(Linux kernel before 4.14 - 4.4)

- [CVE-2017-16939](./2017/CVE-2017-16939)  [UAF in Netlink socket subsystem – XFRM]
(Linux kernel before 4.13.11)

Expand Down