Archive for ‘Computer Security’

Safari Stack Overflow in JavaScriptCore.dll

Unhandled exception at 0x5c778947 in Safari.exe: 0xC00000FD: Stack overflow. Meh. Enough said. The exploit can be found here. The error seems to occur when the src property in the iframes is set to mailto:DoS. Don’t ask me why. I don’t know.

More+

Blind injection in MySQL INSERT’s.

So, well. There isn’t any public content on how to perform attacks against MySQL INSERT’s. Sure, you can insert some data into some column, it doesn’t take a genius to figure that out. But what about extraction? The INSERT-statements don’t return anything. So what can we do?

More+

Windows Vista – Remote DoS.

For about half year ago (~October 2009) I played around some with the ICMP protocol, using perl. And well, me and Mathias found a few 0-day’s for various operating systems and devices. And here, ladies and gentlemen, I will release a remote DoS for Windows Vista. The result is a BSoD. Go get it here: nullflood.pl.

More+

SOCKS5

Okay, I just made a PoC library on how to perform SOCKS5 connection(s) in both C# and VB.Net. Here’s a code example of how to use it (in VB.Net)

More+