CVE-2026-63175
Last modified
CVE-2026-63175 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Lookyloo | PlaywrightCapture | <= v1.40.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-63175?
How severe is CVE-2026-63175?
How do I fix CVE-2026-63175?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-63143Missing Authorization (CWE-862) in Kibana can lead to unauth…4.3
- CVE-2026-63144Uncontrolled Recursion (CWE-674) in Elasticsearch can lead t…6.5
- CVE-2026-63145Incorrect Authorization (CWE-863) in Kibana can lead to inte…4.3
- CVE-2026-6315Use after free in Permissions in Google Chrome on Android pr…8.8
- CVE-2026-6316Use after free in Forms in Google Chrome prior to 147.0.7727…8.8
- CVE-2026-6317Use after free in Cast in Google Chrome prior to 147.0.7727.…8.8
- CVE-2026-6318Use after free in Codecs in Google Chrome prior to 147.0.772…8.8
- CVE-2026-6319Use after free in Payments in Google Chrome on Android prior…7.5
- CVE-2026-6320The Salon Booking System – Free Version plugin for WordPress…7.5
- CVE-2026-6321fast-uri decoded percent-encoded path separators and dot seg…7.5
- CVE-2026-6322fast-uri normalize() decoded percent-encoded authority delim…7.5
- CVE-2026-63226Printers and Multifunction Printers (MFPs) provided by Ricoh…6.9
Are you affected by CVE-2026-63175?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
