dessa-oss / dessa-oss/DeepFake-Detection
code execution backdoor
- Dominant language
- Python
- Stars
- 654
- Forks
- 200
- PR merge metrics
- No merged PRs in 30d
Description
We discovered a malicious backdoor in the project's dependencies, affected versions are 56ccf40499b54c66f94e8be9ca3ba26d36c4643c~c2439e3855df9296a2476e940adf35afbb833c20. Its malicious backdoor is the request package, the DeepFake-Detection/custom_docker_image/requirements.txt file has a dependency request.

Even if the request has been deleted by PyPI, many mirror sites have not completely deleted this package, so it can still be installed. For example: https://mirrors.neusoft.edu.cn/pypi/web/simple/request/
Using such a mirror site to download and install this item will be vulnerable.

Analysis of malicious function of request package:
1.Remote download of malicious code
When the request package is installed, the setup.py file in the package will be actively executed. The setup.py file contains the logic for the attacker to remotely download and execute malicious code. At the same time, the C2 domain name is encoded and obfuscated. The decrypted C2 address is: https://dexy.top/request/check.so.
2.Release the remote control Trojan and persist it
The malicious code loaded remotely during the installation of the request package includes two functions:
Release the remote control Trojan to the .uds folder of the current user's HOME directory. The Trojan name is _err.log (for example, /root/.uds/_err.log). The content of the _err.log remote control Trojan script is encoded and compressed by base64, which reduces the size and enhances the confrontation.
Implant malicious backdoor commands in .bashrc to achieve persistence
3.Issue stealing instructions
The attacker issues python secret stealing instructions through the remote control Trojan to steal sensitive information (coinbase account secret)
After decrypting the stealing instruction, the function is to request the C2 service: http://dexy.top/x.pyx, and remotely load the stealing Trojan.
Some of the functions of the remotely loaded secret stealing Trojan are shown below, which are used to steal browser cookies, coinbase accounts and passwords, etc.
Repair suggestion: replace request in requirements.txt with requests
Contributor guide
No contributing guide indexed for this repository
Research direction
Open DeepFake-Detection/custom_docker_image/requirements.txt and inspect the dependency entry identified in the report. Verify that the unsafe package name is corrected to the intended safe dependency, then rebuild or install the custom Docker image and confirm the requirements complete without selecting the malicious package.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- security
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100