## https://sploitus.com/exploit?id=182F0678-17C9-520F-9220-1837E949C5B7
# Description
Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.
# Affected Versions
- XZ Utils version 5.6.0
- XZ Utils version 5.6.1
# usage
```
git clone https://github.com/devjanger/CVE-2024-3094-XZ-Backdoor-Detector.git
cd CVE-2024-3094-XZ-Backdoor-Detector/
chmod +x cve-2024-3094-detector.sh
./cve-2024-3094-detector.sh
```
# Results


# Reference
[https://nvd.nist.gov/vuln/detail/CVE-2024-3094](https://nvd.nist.gov/vuln/detail/CVE-2024-3094)
[https://gynvael.coldwind.pl/?lang=en&id=782](https://gynvael.coldwind.pl/?lang=en&id=782)