CVE-2026-0599: Reqwest Unbounded Body Read

Fetching an HTTP response body entirely into memory without a size limit can cause resource exhaustion (OOM/DoS) vulnerabilities. An unauthenticated attacker might provide a URL pointing to an aggressively large file or an endless stream to crash the host machine. Instead of using `.bytes()` or `.text()` directly on an HTTP response without validation, limit

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0Rust
greprules fetch cve-2026-0599-reqwest-unbounded-body-read --engine opengrep

Description

Fetching an HTTP response body entirely into memory without a size limit can cause resource exhaustion (OOM/DoS) vulnerabilities. An unauthenticated attacker might provide a URL pointing to an aggressively large file or an endless stream to crash the host machine. Instead of using `.bytes()` or `.text()` directly on an HTTP response without validation, limit