From a7daa4c3b65ff1046e81d00bc216398daf1976a5 Mon Sep 17 00:00:00 2001 From: Offensive Security Date: Sun, 19 Jun 2016 05:05:20 +0000 Subject: [PATCH] DB: 2016-06-19 --- files.csv | 4 ++-- platforms/linux/local/129.asm | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/files.csv b/files.csv index b2c63cd81..7000cdc82 100755 --- a/files.csv +++ b/files.csv @@ -124,9 +124,9 @@ id,file,description,date,author,platform,type,port 125,platforms/bsd/local/125.c,"OpenBSD 2.x - 3.3 exec_ibcs2_coff_prep_zmagic() Kernel Exploit",2003-11-19,"Sinan Eren",bsd,local,0 126,platforms/linux/remote/126.c,"Apache mod_gzip (with debug_mode) <= 1.2.26.1a - Remote Exploit",2003-11-20,xCrZx,linux,remote,80 127,platforms/windows/remote/127.pl,"Opera 7.22 - File Creation and Execution Exploit (Webserver)",2003-11-22,nesumin,windows,remote,0 -129,platforms/linux/local/129.asm,"Linux Kernel 2.4.22 - 'do_brk()' Local Root Exploit (Proof of Concept)",2003-12-02,"Christophe Devine",linux,local,0 +129,platforms/linux/local/129.asm,"Linux Kernel 2.4.22 - 'do_brk()' Local Root Exploit (Proof of Concept) (1)",2003-12-02,"Christophe Devine",linux,local,0 130,platforms/windows/remote/130.c,"Microsoft Windows XP Workstation Service Remote Exploit (MS03-049)",2003-12-04,fiNis,windows,remote,0 -131,platforms/linux/local/131.c,"Linux Kernel <= 2.4.22 - 'do_brk' Local Root Exploit",2003-12-05,"Wojciech Purczynski",linux,local,0 +131,platforms/linux/local/131.c,"Linux Kernel <= 2.4.22 - 'do_brk' Local Root Exploit (2)",2003-12-05,"Wojciech Purczynski",linux,local,0 132,platforms/linux/remote/132.c,"Apache 1.3.x - 2.0.48 - mod_userdir Remote Users Disclosure Exploit",2003-12-06,m00,linux,remote,80 133,platforms/windows/remote/133.pl,"Eznet 3.5.0 - Remote Stack Overflow and Denial of Service Exploit",2003-12-15,"Peter Winter-Smith",windows,remote,80 134,platforms/hp-ux/local/134.c,"HP-UX B11.11 - /usr/bin/ct Local Format String Root Exploit",2003-12-16,watercloud,hp-ux,local,0 diff --git a/platforms/linux/local/129.asm b/platforms/linux/local/129.asm index a3c816322..e737ce0bf 100755 --- a/platforms/linux/local/129.asm +++ b/platforms/linux/local/129.asm @@ -1,3 +1,5 @@ +; E-DB Note: Updated Exploit ~ https://www.exploit-db.com/exploits/131/ +; ; Christophe Devine (devine at cr0.net) and Julien Tinnes (julien at cr0.org) ; ; This exploit uses sys_brk directly to expand his break and doesn't rely