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.
Published: 2026-07-21
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

mcp-webresearch 0.1.7 allows an attacker to execute a server‑side request forgery by exploiting a missing internal IP filtering check when the visit_page tool processes URLs. The flaw is a CWE‑918 vulnerability that permits injection of URLs referencing loopback, link‑local or cloud metadata addresses, causing the Playwright browser on the server to fetch sensitive internal endpoints. The returned content, which may include credentials or other confidential data, is then injected into the LLM’s context, potentially leaking information to an attacker.

Affected Systems

The affected product is mzxrai’s mcp-webresearch component, version 0.1.7. No other affected versions are listed in the advisory.

Risk and Exploitability

The CVSS score of 8.3 classifies the weakness as high severity, while an EPSS score of less than 1 % indicates a very low current probability of exploitation. The vulnerability is not yet listed in CISA’s KEV catalog. The attack vector is inferred to be remote, requiring the attacker to supply malicious input through the LLM prompt that is subsequently used by visit_page. Successful exploitation would allow reading of internal network resources and the leakage of sensitive data into the model context.

Generated by OpenCVE AI on July 30, 2026 at 16:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update mcp-webresearch to the latest patched version once available.
  • Block outbound connections from the service to private IP ranges (127.0.0.0/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) and to known cloud metadata endpoints using firewall rules or host‑level access controls.
  • Add an URL validation layer or proxy that filters or whitelists external hosts, ensuring internal IP addresses are rejected before the request is sent.

Generated by OpenCVE AI on July 30, 2026 at 16:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Mzxrai
Mzxrai mcp-webresearch
Vendors & Products Mzxrai
Mzxrai mcp-webresearch

Wed, 22 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 21 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
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.
Title mcp-webresearch Server-Side Request Forgery in visit_page Due to Missing Internal-IP Filtering
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N'}

cvssV4_0

{'score': 8.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:L/VA:N/SC:H/SI:L/SA:N'}


Subscriptions

Mzxrai Mcp-webresearch
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-22T15:01:19.864Z

Reserved: 2026-07-21T14:05:53.720Z

Link: CVE-2026-65056

cve-icon Vulnrichment

Updated: 2026-07-22T15:01:16.176Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T16:30:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)