CVE-2026-44439: Playwright Unrestricted Goto

Navigating to untrusted URLs using Playwright without configuring network route interception (`page.route()`) allows the rendered page to initiate sub-requests to local files (`file://`) or internal network resources. This can result in Server-Side Request Forgery (SSRF) or local file read vulnerabilities. Ensure proper routing rules are configured to interc

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0Python
greprules fetch cve-2026-44439-playwright-unrestricted-goto --engine opengrep

Description

Navigating to untrusted URLs using Playwright without configuring network route interception (`page.route()`) allows the rendered page to initiate sub-requests to local files (`file://`) or internal network resources. This can result in Server-Side Request Forgery (SSRF) or local file read vulnerabilities. Ensure proper routing rules are configured to interc