CVE-2026-85242
Last modified
CVE-2026-85242 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. PlaywrightCapture contains a server-side request forgery (SSRF) vulnerability in its favicon retrieval functionality. When only_global_lookup is enabled, the application validates the initial favicon URL to prevent requests to localhost, loopback, or other non-public network addresses.
Description
PlaywrightCapture contains a server-side request forgery (SSRF) vulnerability in its favicon retrieval functionality. When only_global_lookup is enabled, the application validates the initial favicon URL to prevent requests to localhost, loopback, or other non-public network addresses. However, redirects followed by aiohttp were not subjected to the same validation. An attacker able to influence the content of a page processed by PlaywrightCapture could specify a publicly reachable favicon URL that responds with an HTTP redirect to a local or otherwise restricted address, such as 127.0.0.1, localhost, or an internal network service. Because aiohttp automatically followed the redirect, the resulting request could bypass the application's local-address restrictions and cause the PlaywrightCapture host to issue HTTP requests to resources that should not be externally reachable. Depending on the services reachable from the PlaywrightCapture host and how retrieved favicon data is subsequently exposed or processed, this could be used to probe internal HTTP services or potentially obtain information from otherwise inaccessible endpoints. The patch introduces an aiohttp request middleware that applies the existing local-URL validation to every request in the redirect chain. Requests resolving to restricted/local destinations are rejected before they are issued.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/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.41.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-85242?
How severe is CVE-2026-85242?
How do I fix CVE-2026-85242?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- 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-85230A persistent unsafe URL injection vulnerability exists in th…5.3
- CVE-2026-85236A cross-site request forgery (CSRF) vulnerability existed in…8.8
- CVE-2026-85237A vulnerability in MISP's email-based one-time password (OTP…8.6
- CVE-2026-85238MISP contains a session fixation vulnerability in the Custom…7.6
- CVE-2026-85239A vulnerability in MISP's event template handling allowed an…7.1
- CVE-2026-8524Out of bounds write in WebAudio in Google Chrome prior to 14…8.8
- CVE-2026-8525Heap buffer overflow in ANGLE in Google Chrome on Mac prior …8.3
- CVE-2026-8526Out of bounds write in WebRTC in Google Chrome prior to 148.…8.8
- CVE-2026-8527Insufficient validation of untrusted input in Downloads in G…8.8
- CVE-2026-8528Insufficient validation of untrusted input in SiteIsolation …4.3
- CVE-2026-8529Heap buffer overflow in Codecs in Google Chrome prior to 148…8.8
- CVE-2026-8530Use after free in Network in Google Chrome on Windows prior …8.3
Are you affected by CVE-2026-85242?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
