Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1310 CNY

100%

CVE-2024-3094 PoC — Xz: malicious code in distributed source

Source
Associated Vulnerability
Title:Xz: malicious code in distributed source (CVE-2024-3094)
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.
Description
History of commits related to the xz backdoor Discovered On March 29, 2024: CVE-2024-3094.
Readme
# xz-backdoor-github
History of commits related to the xz backdoor Discovered On March 29, 2024: CVE-2024-3094.
Currently GitHub has taken down the repos for ToS violations. The purpose of this is to
faciliate security research of how this backdoor was snuck in over the course of 2 years of active contributions
and to search for other possible issues.
For background see: https://www.openwall.com/lists/oss-security/2024/03/29/4

## Datasets
Using ClickHouse's database of all repo events across GitHub ever, I created three datasets
of github events: the suspect users contributions, and one of all events in their shared project repo
that actually hosted the compromised releases.

Datasets are CSV files with a header row and a data type row, following
ClickHouse's [CSVWithNamesAndTypes](https://clickhouse.com/docs/en/interfaces/formats#csvwithnamesandtypes)
Format.

### Contributions: JiaT75

Contributions by prime sispect user JiaT75 (Jia Tan). 

File:
`jiaty75_github.csv`

### Tuukani-project Repos

GitHub events (commits, comments, etc.) from https://github.com/tukaani-project
filted to before discovery (as there are a lot of unserious comments/events after discovery)
file_time <= '2024-03-29 15:59:59'

File:
`tuukani_project_before_discovery.csv`

### Contributions: Larhzu

Suspect user Larhzu (Lasse Collins i.e. Lars Collins, Lasse being a nickname for Lars in Scandinavia)
was also suspended by GitHub and is the only other owner on the compromised project.

File:
`larhzu_github.csv`
File Snapshot

Log in to view the POC file snapshot cached by Shenlong Bot

Log in to view
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →