CVE-2026-65056 Details
Description
mcp-webresearch 0.1.7 contains a server-side request forgery vulnerability that allows attackers to access internal network services by supplying loopback, link-local, or cloud metadata addresses to the visit_page tool, which only validates the URL protocol without filtering private or reserved IP ranges. Attackers can steer the LLM-controlled URL argument through prompt injection to navigate the server's Playwright browser to internal endpoints such as cloud instance metadata services, causing the server to return sensitive internal page content including credentials into the model context.
A server-side request forgery (SSRF) vulnerability has been identified in mcp-webresearch version 0.1.7. This vulnerability allows attackers to access internal network services by sending loopback, link-local, or cloud metadata addresses to the visit_page tool. The tool only checks the URL protocol and does not filter private or reserved IP ranges. Exploitation can be achieved by injecting prompts to manipulate the URL argument, directing the server's Playwright browser to internal endpoints, such as cloud instance metadata services. This results in the server returning sensitive internal page content, including credentials, into the model context.
It is recommended to add SSRF protection to the URL validation process in the visit_page tool. This should include filtering out loopback, link-local, and private IP ranges before navigation, and applying the same checks to any redirect hops. Additionally, similar protections should be implemented for the take_screenshot tool and URLs followed from search_google results.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 21, 2026CISA-ADP
Assessed Jul 22, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/geo-chen/oss/blob/main/mcp-webresearch.md | CISA-ADP | ExploitTechnical Analysis |
| https://github.com/geo-chen/oss/blob/main/mcp-webresearch.md | [email protected] | ExploitTechnical Analysis |
| https://www.npmjs.com/package/@mzxrai/mcp-webresearch | [email protected] | ProductVendor |
| https://www.vulncheck.com/advisories/mcp-webresearch-server-side-request-forgery-in-visit-page-due-to-missing-internal-ip-filtering | [email protected] |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| mcp-webresearch | <= 0.1.7 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 22, 2026 | CVE Modified | CISA-ADP |
| Jul 21, 2026 | New CVE Received | [email protected] |
Volerion