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-detect | Kitploit
Tools/GitHubGitHub/galacticquest/cve-2024-3094-detect
General Purpose UtilitiesVulnerability ScannersVulnerability AnalysisScripting & AutomationMisconfiguration
GitHubgalacticquest/cve-2024-3094-detect

cve-2024-3094-detect

View Repository
12 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-detect

XZ Utils Vulnerability Check and Downgrade Script

This script is designed to check the version of XZ Utils installed on your Linux system and downgrade it to a safe version if necessary. It also detects the Linux distribution and the package manager used.

Features

  • Checks the installed version of XZ Utils and identifies if it's vulnerable.
  • Detects the Linux distribution (Fedora, Debian, openSUSE, Kali Linux).
  • Downgrades XZ Utils to a safe version if needed.

Prerequisites

  • Bash shell (most Linux distributions come with Bash pre-installed).
  • Superuser (root) privileges to perform the downgrade operation.

Usage

  1. Download the script (detect-cve-2024-3094.sh) to your Linux system.
  2. Open a terminal and navigate to the directory containing the script.
  3. Make the script executable with the command:
    root@kitploit:~
    chmod +x detect-cve-2024-3094.sh
    
  4. Run the script as root (or with sudo) using the command:
    root@kitploit:~
    sudo ./detect-cve-2024-3094.sh
    
Download Tool