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
xz — Portable binary distribution of xz-utils 5.8.3 with CVE-2024-3094 verification. Provides static builds for Linux, macOS, and Windows for compression and decompression. | Kitploit
Tools/GitHubGitHub/x-cmd-build/xz
General Purpose UtilitiesEncryption/Decryption ToolsScripting & AutomationData RecoverySupply Chain Security
GitHubx-cmd-build/xz

xz

Portable binary distribution of xz-utils 5.8.3 with CVE-2024-3094 verification. Provides static builds for Linux, macOS, and Windows for compression and decompression.

View Repository
29 days 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

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 https://github.com/x-cmd-build/xz/releases
# 2. Download the asset matching your platform
# 3. Unpack; put `xz` (or `xz.exe`) on your PATH

Asset naming

FilePlatform
xz-linux-musl-x64.tar.xzx86_64 Linux (Alpine / glibc, statically linked)
xz-linux-musl-arm64.tar.xzaarch64 Linux
xz-darwin-x64.tar.xzx86_64 macOS
xz-darwin-arm64.tar.xzApple Silicon macOS
xz-windows-x64.zipx86_64 Windows (MSYS)

Each archive contains bin/xz (or bin/xz.exe) plus LICENSE, NOTICE.md, and this README.

Use

root@kitploit:~
# Compress / decompress
xz file.txt            # → file.txt.xz (delete original)
xz -d file.txt.xz      # → file.txt
xz -k file.txt         # keep original
xz -9 file.txt         # max compression

# Streaming
tar -cf - src/ | xz > src.tar.xz
xz -dc src.tar.xz | tar -xf -

CVE-2024-3094 status

xz-utils 5.6.0 and 5.6.1 contained a malicious backdoor (CVE-2024-3094). 5.8.3 is clean — verified via source review at bootstrap (see security-review.md for details).

We pin to 5.8.3+ to avoid the entire CVE-2024-3094 version range (5.6.0, 5.6.1). Upgrade policy:

RangeStatus
≤ 5.4.xpre-CVE, supported upstream
5.5.xpre-CVE, supported upstream

License

  • This distribution (x-cmd-build/xz): BSD-3-Clause (our wrapper)
  • xz-utils itself: mixed — see NOTICE.md and upstream/xz/COPYING*

See also

  • xz-utils upstream: https://github.com/tukaani-project/xz
  • CVE-2024-3094 advisory: https://www.cve.org/CVERecord?id=CVE-2024-3094
  • Chinese README: README.cn.md
  • Design HQ: https://github.com/x-cmd-build/mneme (private)
Download Tool
5.6.0, 5.6.1CVE-2024-3094 — DO NOT USE
5.6.2+post-CVE fix, safe
5.8.xcurrent, recommended