๐Ÿ” CVE Alert

CVE-2026-63175

UNKNOWN 0.0

Cross-Capture Session Data Leakage Due to Shared Mutable State in Looklyloo - PlaywrightCapture

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

PlaywrightCapture stored capture-specific configuration and runtime data as mutable class-level variables rather than instance-level variables. Consequently, multiple Capture objects running within the same Python process could share state, including HTTP headers, cookies, browser storage, HTTP credentials, proxy configuration, user-agent settings, geolocation information, and captured request data. In a multi-user or concurrent deployment, information supplied during one capture could therefore persist and be reused by a subsequent or parallel capture. This could result in the disclosure of authentication cookies, credentials, browser storage, or captured request data belonging to another user. It could also cause requests to be performed with another capture's authentication context, headers, or proxy configuration, potentially enabling unauthorized access to remote resources or interference with other capture operations. The vulnerability is resolved by initializing all capture-specific settings and request data as instance variables in the Capture constructor, ensuring that state is isolated between capture operations.

CWE CWE-613
Vendor lookyloo
Product playwrightcapture
Published Jul 15, 2026
Last Updated Jul 16, 2026
Stay Ahead of the Next One

Get instant alerts for lookyloo playwrightcapture

Be the first to know when new unknown vulnerabilities affecting lookyloo playwrightcapture are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Lookyloo / PlaywrightCapture
0 โ‰ค v1.40.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Lookyloo/PlaywrightCapture/commit/1e354b9d8566f49dbb331410be24c7c295645d43

Credits

Raphael Vinot Aurelien Thirion