Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-66913

Опубликовано: 28 июл. 2026
Источник: nvd
EPSS Низкий

Описание

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 z

EPSS

Процентиль: 17%
0.00253
Низкий

Дефекты

CWE-400

EPSS

Процентиль: 17%
0.00253
Низкий

Дефекты

CWE-400