Exploiting the SEH overflow in A-PDF all to mp3 converter
1) I wrote a perl script that creates a “wav” file with 5000 A’s as shown below:
This script creates a file “exploit_seh.wav”.Code:#!/usr/bin/perl -w use strict; my $file = "exploit_seh.wav"; my $junk ="\x41" x 5000 ; open OUTPUT, ">", "$file"; print OUTPUT $junk;
2) After I open
On 18th Jan 2011, somebody named “h1ch4m” reported a stack based overflow vulnerability in “PDF All to mp3 converter” via exploit-db (Exploits Database by Offensive Security). This vulnerability can be exploited by giving a malformed “.wav” file to the application. When i was checking the software on 29th jan 2011, i also found that it was also vulnerable to SEH overflow vulnerability, so i decided to write an exploit for the SEH overflow and submit to exploit-db (community based database
Security flaw in iOS 5.0.1 gives...
Yesterday, 10:29 PM in Mobile Security