Lucene search
+L

169 matches found

Kitploit
Kitploit
added 2026/09/10 1:58 p.m.7 views

cve-2024-3094-detect

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...

10CVSS8.4AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/10 12:54 p.m.4 views

-CVE-2024-3094-Vulnerability-Checker-Fixer-Public

Show Your Support If you find this script useful and it has helped you safeguard your systems against CVE-2024-3094, please consider giving it a star ⭐ . Starring this repository not only shows your support but also helps more people discover and benefit from our collective effort to improve...

10CVSS8.3AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/10 9:25 a.m.3 views

Detectar-Backdoor-en-liblzma-de-XZ-utils-CVE-2024-3094-

Detect-Backdoor-in-liblzma-of-XZ-utils-CVE-2024-3094- The following YARA rule helps detect the presence of the backdoor in the compromised liblzma library on systems using versions 5.6.0 and 5.6.1 of the XZ compression tool. This provides a mechanism to identify vulnerable systems that could be...

10CVSS8.2AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/10 3:24 a.m.7 views

CVE-2024-3094-XZ-Backdoor-Detector

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...

10CVSS8.4AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/10 1:52 a.m.5 views

CVE-2024-3094-XZ-Utils-Check

JB-Network - check-xz.sh Utility to check if you have a vulnerable version according to CVE-2024-3094. Installation To use it, open your terminal and run: root@kitploit: cd;mkdir git;git clone https://github.com/jbnetwork-git/linux-tools.git chmod +x /git/check-xz.sh How to run? root@kitploit: cd...

10CVSS8.5AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 11:32 p.m.4 views

CVE-2024-3094

Security Review & Threat Model: CVE-2024-3094 xz-utils / OpenSSH This repository contains the results of analyzing the critical vulnerability CVE-2024-3094 backdoor in the liblzma library of the xz-utils package, leading to RCE via the OpenSSH process. As part of the project, an isolated test...

10CVSS8.5AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 10:44 p.m.5 views

CVE-2024-3094

CVE-2024-3094 — XZ Utils Backdoor For educational and authorized security research purposes only. Vulnerability Description CVE-2024-3094 is a backdoor introduced in versions 5.6.0 and 5.6.1 of XZ Utils liblzma, discovered on March 29, 2024 by security researcher Andres Freund. It was assigned a...

10CVSS8.4AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 10:16 p.m.6 views

CVE-2024-3094

CVE-2024-3094 CVE-2024-3094 Lab Environment Setup and Report CVE-2024-3094 Practice Reproduced the backdoor inserted in XZ Utils 5.6.0 and 5.6.1 in a lab environment, analyzing SSH authentication hooking status and risks. Environment Host OS : - Windows 11 Docker : Docker Desktop 28.0.1 Dockerfil...

10CVSS8.4AI score0.85974EPSS
SaveExploits41
Rockylinux
Rockylinux
added 2026/09/09 12:09 p.m.8 views

xz security update

An update is available for xz. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list XZ Utils is an integrated collection of user-space file compression utilities bas...

6.3CVSS0.0045EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 11:49 a.m.3 views

xz

xz — portable binary distribution Vendored xz-utils @ 5.8.3 post-CVE-2024-3094 — portable binary distribution for the x-cmd package ecosystem. Install root@kitploit: macOS / Linux anywhere with x: x eget x-cmd-build/xz --to /usr/local/bin/xz Manual: 1. Go to...

10CVSS8.4AI score0.85974EPSS
SaveExploits41References1
Kitploit
Kitploit
added 2026/09/09 11:36 a.m.3 views

CVE-2024-3094

xz-utils Vulnerability Check and Update Utility This script is designed to check for vulnerabilities in the installed version of xz-utils on your system. If a vulnerable version is detected, the script offers to automatically download and install a stable version to mitigate potential security...

10CVSS8.4AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 9:45 a.m.5 views

CVE-2024-3094

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...

10CVSS8.5AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 9:44 a.m.4 views

CVE-2024-3094-checker

CVE-2024-3094 checker xz Utils versions 5.6.0 and 5.6.1 appear to be compromised. XZ Utils is data compression software and may be present in Linux distributions. The malicious code may allow unauthorized access to affected systems. Sources: https://vulners.com/cve/CVE-2024-3094...

10CVSS8.4AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 7:05 a.m.4 views

xzk8s

xzk8s Dockerfile and Kubernetes manifests for reproduce CVE-2024-3094 Build image We use the debian version of the vulnerable xz utils as the base image. We also need to patch the library. The patched version of the liblzma library is taken from the xzbot repository. root@kitploit: FROM...

10CVSS8.2AI score0.85974EPSS
SaveExploits41References4
Kitploit
Kitploit
added 2026/09/09 5:22 a.m.9 views

XZ-Utils_CVE-2024-3094

Vulnerability Overview XZ is a data compression format present in almost every Linux distribution. liblzma is an open-source software library that handles XZ compression format. On March 29, developers discovered a supply chain attack on the XZ package, tracing it to a backdoor trojan implanted i...

10CVSS8.4AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 3:25 a.m.3 views

Report-XZ-Utils-CVE-2024-3094

Report-XZ-Utils-CVE-2024-3094 Hello, this is a report about the CVE-2024-3094, known as "XZ-Utils Backdoor". I wrote about how the attack begin and how it work, for this i search online sites and video explanation on youtube, wrote inside you can found the references. I'm available to correct any...

10CVSS8.4AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 3:03 a.m.5 views

xz-cve-2024-3094

Technical Analysis of CVE-2024-3094: The XZ Utils Supply Chain Backdoor Author Dorpe Karl Seyram Date 2026-01-25 Context The goal of this project is to analyze a real-world, modern, high-impact vulnerability CVE-2024-3094 from a Security Engineer / Blue Team perspective. Instead of focusing on...

10CVSS8.4AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 2:17 a.m.11 views

CVE-2024-3094-checker

CVE-2024-3094 Detection and Remediation Script This script is designed to detect and remediate a critical vulnerability, CVE-2024-3094, which affects the XZ Utils data compression library. The vulnerability was highlighted in a CISA Alert and has significant implications for system security. This...

10CVSS8.3AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 2:13 a.m.6 views

CVE-2024-3094-check

CVE-2024-3094 vul check tools This vulnerability allows an attacker to log into the server and execute arbitrary code without passing SSH authentication. For details, please see: https://www.openwall.com/lists/oss-security/2024/03/29/4 use root@kitploit: curl -fsSL...

10CVSS8.5AI score0.85974EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 1:04 a.m.9 views

xz-utils-vuln-checker

root@kitploit: / / / / | |/// / / / / / / / / / / / / / / //// // / / / / / / / //|| // ,/ / // // // Hare Krishna Rai 0xblurr3d / / / / / / | | / / / / / / / / / \ / / / \ / \ / / / /// / \ / / | |/ / / // / / / / / / //// / / / / // // / / , / / / / |/ ,/ // // // / // // / / //|| / //...

10CVSS8.3AI score0.85974EPSS
SaveExploits41
Rows per page
Query Builder