browse-mcp is a Playwright-based headless-browser MCP server for MCP-capable agents. Prior to 0.8.2, browserdownload writes a fetched response body to join(savedir, filename) without validating the caller-controlled savedir, while browsersavestate and browserloadstate honor a caller-controlled path unchanged. A malicious MCP client, or an autonomous agent steered by indirect prompt injection on a visited page, can choose an arbitrary savedir or state path and a URL whose response body becomes attacker-controlled file contents, allowing writes to any path the process can reach, including ~/.bashrc, autostart entries, or cron files, and potentially leading to host code execution. The forcefetch fallback also uses a raw fetch() that bypasses the BROWSEMCPALLOWEDORIGINS origin fence. This issue is fixed in version 0.8.2.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/55xxx/CVE-2026-55557.json",
"cwe_ids": [
"CWE-22"
],
"cna_assigner": "GitHub_M"
}