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

Skip to content

Commit e634db5

Browse files
committed
1 parent fc0e7a8 commit e634db5

File tree

4 files changed

+1232
-0
lines changed

4 files changed

+1232
-0
lines changed

CVE-2016-5195/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# CVE-2016-5195
2+
```
3+
Dirty COW
4+
5+
Hello
6+
7+
To add a new FAQ entry please send a PR for index.html.
8+
9+
If you wish to learn more, or share what you currently know of the vulnerability head on to the wiki (open to everyone): https://github.com/dirtycow/dirtycow.github.io/wiki
10+
11+
If you already know all you need to know, participate in the [challenges](https://github.com/dirtycow/dirtycow.github.io/projects) and win fame, glory and a t-shirt.
12+
13+
All code, images and documentation in this page and the website is in the public domain ([CC0](https://creativecommons.org/publicdomain/zero/1.0/)).
14+
15+
```
16+
17+
Vulnerability reference:
18+
* [CVE-2016-5195](http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2016-5195)
19+
* [Table of PoCs](https://github.com/dirtycow/dirtycow.github.io/wiki/PoCs)
20+
21+
## Kernels
22+
```
23+
Linux kernel>2.6.22 (released in 2007)
24+
```
25+
26+
## Usage
27+
- [Explaining Dirty COW local root exploit - CVE-2016-5195](https://www.youtube.com/watch?v=kEsshExn7aE)
28+
29+
```
30+
$ gcc -pthread dirtyc0w.c -o dirtyc0w
31+
$ ./dirtyc0w foo m00000000000000000
32+
```
33+
34+
## References
35+
* [dirtycow](https://github.com/dirtycow/dirtycow.github.io)
36+
* [CVE-2016-5195 Dirtycow: Linux内核提权漏洞分析](http://bobao.360.cn/learning/detail/3132.html)
37+
* [CVE-2016-5195 脏牛漏洞:Linux内核通杀提权漏洞](http://m.bobao.360.cn/learning/detail/3123.html)
38+
39+
40+
41+
42+

0 commit comments

Comments
 (0)