CVE-2026-57079
MEDIUMNet::BitTorrent versions through 2.0.1 for Perl write files outside the download directory via path traversal in peer-supplied metadata
Title source: cnaExploitation Summary
EIP tracks 1 public exploit for CVE-2026-57079. PoCs published by HermesNA-1.
AI-analyzed exploit summary This repository contains an auto-generated stub module for CVE-2026-57079, a path traversal vulnerability in Net::BitTorrent (Perl) versions through 2.0.1. The code includes metadata and a placeholder structure but lacks actual exploit implementation for the described arbitrary file write vulnerability.
Description
Net::BitTorrent versions before 2.1.0 for Perl write files outside the download directory via path traversal in peer-supplied metadata. Net::BitTorrent validates file path components only on the .torrent-file ingest path. The peer and magnet metadata path (_on_metadata_received, reached from the BEP09 ut_metadata extension) passes attacker-supplied file names straight to Storage::add_file and Storage::_parse_file_tree, where Path::Tiny's child() does not collapse "..". A v2 file tree key, a v1 files[].path element, or a single-file name containing ".." segments therefore resolves outside the download directory. Because the peer also controls the piece hashes and the served bytes, content verification passes, so a malicious magnet or peer writes attacker-chosen content to an attacker-chosen path on the downloading host.
Exploits (1)
This repository contains an auto-generated stub module for CVE-2026-57079, a path traversal vulnerability in Net::BitTorrent (Perl) versions through 2.0.1. The code includes metadata and a placeholder structure but lacks actual exploit implementation for the described arbitrary file write vulnerability.
References (2)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N