CVE-2026-66913 Details
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.
A denial-of-service vulnerability has been identified in Lookyloo, where the application fails to impose restrictions on the decompressed size of uploaded capture archives and compressed HAR files. This issue allows an attacker to upload a malicious ZIP, gzip, or zlib-compressed capture that expands to a large size during processing. The application decompresses this data directly in memory without prior size limitations, leading to potential memory exhaustion. This could terminate a web or worker process, causing the Lookyloo instance to become unavailable. The vulnerability impacts both full capture archive imports and API submissions with gzip-compressed HAR data. Repeated exploitation could create a persistent denial-of-service condition until the affected processes or instance are restarted.
Users can update to Lookyloo version 1.40.1 or later, where this vulnerability has been addressed. The update includes a 1 GB cumulative uncompressed-size limit for imported capture archives, size-limited decompression for gzip and zlib-compressed HAR files, explicit detection and handling of suspected zip bombs, and an HTTP 400 response for oversized compressed HAR files submitted through the API.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 28, 2026CISA-ADP
Assessed Jul 28, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Lookyloo/lookyloo/commit/96589da290f018e356db7c0eaddf1aa501630ca7 | CIRCL | Source CodeVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | CIRCL |
Affected Products
| Product | Versions |
|---|---|
| Lookyloo | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 28, 2026 | CVE Modified | CISA-ADP |
| Jul 28, 2026 | New CVE Received | CIRCL |
Volerion