Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-3094-XZ-Backdoor-Detector — Shell script to detect the CVE-2024-3094 backdoor in XZ Utils by checking for malicious code in liblzma build artifacts and identifying affected versions. | Kitploit
Tools/GitHubGitHub/devjanger/cve-2024-3094-xz-backdoor-detector
Vulnerability ScannersVulnerability AnalysisForensicsMalware AnalysisSupply Chain SecurityIncident Response
GitHubdevjanger/cve-2024-3094-xz-backdoor-detector

CVE-2024-3094-XZ-Backdoor-Detector

Shell script to detect the CVE-2024-3094 backdoor in XZ Utils by checking for malicious code in liblzma build artifacts and identifying affected versions.

View Repository
152 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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

root@kitploit:~
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

image

image

Reference

https://nvd.nist.gov/vuln/detail/CVE-2024-3094

https://gynvael.coldwind.pl/?lang=en&id=782

Download Tool