CVE-2026-57080

HIGH

Net::BitTorrent <= 2.0.1 - Peer-Wire Message Length Memory Exhaustion

Title source: manual
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-57080. PoCs published by HermesNA-1.

AI-analyzed exploit summary This repository contains an auto-generated stub module for CVE-2026-57080, a memory exhaustion vulnerability in Net::BitTorrent versions through 2.0.1 for Perl. The module includes placeholder code and instructions to replace it with actual exploit logic, but no functional exploit is present.

Description

Net::BitTorrent versions through 2.1.0 for Perl allow remote memory exhaustion via an uncapped peer-wire message-length prefix. The peer-wire framing in _process_messages trusts the 4-byte length prefix sent by a connected peer with no upper bound, while receive_data appends every inbound byte to the input buffer. A peer announces a length prefix of up to about 4 GiB and then streams bytes; the decoder waits until the buffer holds the full message before processing it, so the buffer grows without limit. Peer connections are unauthenticated, so any peer in the swarm exhausts the downloading process's memory. The largest legitimate message is a 16 KiB piece block, so any announced length far above that is anomalous.

Exploits (1)

github STUB 1 stars
by HermesNA-1 · pythonpoc
https://github.com/HermesNA-1/SnakeSploit/tree/main/data/modules_generated/cve-2026-57080_netbittorrent_versions_through.py

This repository contains an auto-generated stub module for CVE-2026-57080, a memory exhaustion vulnerability in Net::BitTorrent versions through 2.0.1 for Perl. The module includes placeholder code and instructions to replace it with actual exploit logic, but no functional exploit is present.

Classification
Stub 99%
Attack Type
Dos
Complexity
Moderate
Reliability
Theoretical
Target: Net::BitTorrent (Perl) versions through 2.0.1
No auth needed
Prerequisites: Network access to the target BitTorrent peer port · Knowledge of the peer-wire protocol to craft malicious messages
mistral-large-3 · analyzed Jul 09, 2026 Full analysis →

References (2)

Core 2

Scores

CVSS v3 7.5
EPSS 0.0028
EPSS Percentile 20.1%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact partial

Details

CWE
CWE-400 CWE-770
Status published
Products (2)
SANKO/Net::BitTorrent < 2.0.1
SANKO/Net::BitTorrent < 2.1.0
Published Jun 30, 2026
Tracked Since Jun 30, 2026