SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-66913

MEDIUM · CVSS 6.9 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-28 · Last synced 2026-08-27

CyberRota Analysis

AI-Generated

Lookyloo is vulnerable to denial-of-service attacks due to inadequate limits on the decompressed size of uploaded capture archives and compressed HAR files. An attacker can exploit this by submitting specially crafted compressed files that expand excessively in memory, potentially exhausting resources and causing service interruptions. Organizations using Lookyloo should prioritize applying the patch to mitigate the risk of service disruption from repeated exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-66913
Severity
MEDIUM
CVSS
6.9
EPSS
0.25%

Original NVD Description

Lookyloo did not enforce limits on the decompressed size of uploaded capture archives and compressed HAR files. An attacker could submit a specially crafted ZIP, gzip, or zlib-compressed capture containing data that expands to a very large size during processing. Because the application decompressed this content directly in memory without first limiting the output size, processing the malicious capture could exhaust available memory, terminate a web or worker process, or make the Lookyloo instance unavailable. The vulnerability affects both full Lookyloo capture archive imports and API submissions containing gzip-compressed HAR data. Repeated exploitation could cause a persistent denial-of-service condition until the affected processes or instance are restarted. The patch introduces: * A 1 GB cumulative uncompressed-size limit for imported capture archives. * Size-limited gzip and zlib decompression for compressed HAR files. * Explicit detection and handling of suspected zip bombs. * An HTTP 400 response when an oversized compressed HAR file is submitted through the API.