
CVE-2024-3094
CVE-2024-3094 is a critical supply chain compromise affecting the widely used XZ Utils compression library.
A malicious actor inserted a stealth backdoor into upstream releases, enabling remote code execution (RCE) via tampered liblzma.
⚠️ This vulnerability is considered one of the most sophisticated open-source supply chain attacks to date.
| Package | Vulnerable Versions |
|---|---|
| XZ Utils | 5.6.0, 5.6.1 |
✔️ Commonly impacted systems:
sshd via liblzma
XZ Source → Build System Injection → liblzma Compromise → SSH Hook → RCE
sshdliblzma binariesxz --version
ldd $(which sshd) | grep lzma
# Downgrade to safe version
sudo apt install xz-utils=5.4.5
or:
sudo dnf downgrade xz
| Distribution | Status |
|---|---|
| Debian | ✅ Fixed |
| Fedora | ✅ Fixed |
| Arch Linux | ✅ Fixed |
This repository is for educational and awareness purposes only. Do not use this information for unauthorized activities.
Huge thanks to the security researchers who identified and disclosed this attack before widespread exploitation.