CVE-2026-46341

The Apify MCP server enables AI agents to extract data from websites using ready-made scrapers, crawlers, and automation tools available on the Apify Store. Prior to 0.9.21, the fetch-apify-docs tool in src/tools/common/fetch_apify_docs.ts validates allowlisted documentation domains with String.startsWith() rather than URL hostname comparison, allowing attacker-controlled URLs such as `https://docs.apify.com.evil.com/` and `https://docs.apify.com@evil.com/` to pass the ALLOWED_DOC_DOMAINS check and return arbitrary fetched content to the LLM. This issue is fixed in version 0.9.21.
Configurations

No configuration.

History

17 Jul 2026, 14:17

Type Values Removed Values Added
References () https://github.com/apify/apify-mcp-server/security/advisories/GHSA-jwp7-wg77-3w9v - () https://github.com/apify/apify-mcp-server/security/advisories/GHSA-jwp7-wg77-3w9v -

16 Jul 2026, 18:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-16 18:16

Updated : 2026-07-17 18:44


NVD link : CVE-2026-46341

Mitre link : CVE-2026-46341

CVE.ORG link : CVE-2026-46341


JSON object : View

Products Affected

No product.

CWE
CWE-20

Improper Input Validation

CWE-183

Permissive List of Allowed Inputs