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 | Kitploit
Tools/GitHubGitHub/fractal-tess/cve-2024-3094
General Purpose UtilitiesVulnerability ScannersVulnerability AnalysisScripting & AutomationSupply Chain Security
GitHubfractal-tess/cve-2024-3094

CVE-2024-3094

View Repository
2 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

CVE-2024-3094

XZ-Utils Vulnerability Checker and Fixer

This Bash script checks for vulnerable versions of xz-utils installed on your system and offers to replace them with a stable, uncompromised version.

Requirements

  • wget
  • tar
  • make
  • sudo

Usage

  1. Ensure you have the required dependencies installed.
  2. Run the script with the following command:
root@kitploit:~
wget -O - https://raw.githubusercontent.com/Fractal-Tess/CVE-2024-3094/main/CVE-2024-3094-checker.sh | sudo bash

or

root@kitploit:~
curl -L https://raw.githubusercontent.com/Fractal-Tess/CVE-2024-3094/main/CVE-2024-3094-checker.sh | sudo bash

or

root@kitploit:~
git clone https://github.com/Fractal-Tess/CVE-2024-3094
cd CVE-2024-3094
chmod +x CVE-2024-3094-checker.sh
sudo ./CVE-2024-3094-checker.sh

Description

The script performs the following steps:

  1. Checks if xz-utils is installed.
  2. Checks the version of xz-utils.
  3. If the version is vulnerable (5.6.0 or 5.6.1), it prompts the user to install the stable version (5.4.6) from source.
  4. Downloads the stable version from the official GitHub repository.
  5. Verifies the integrity of the downloaded file via a sha256sum checksum.
  6. Configures, compiles, and installs the stable version.
  7. Notifies the user about the successful installation and prompts them to uninstall the vulnerable version using their package manager.

Note

  • It's recommended to uninstall the vulnerable version manually after installing the stable version to ensure system integrity.

Disclaimer

This script is provided as-is and without warranty. Use at your own risk.

Download Tool