SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-46341

MEDIUM · CVSS 6.1 EPSS 0.19% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-16 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The Apify MCP server is vulnerable due to improper validation of allowlisted documentation domains in the fetch-apify-docs tool, which could allow attackers to exploit this flaw by injecting malicious URLs. This could lead to the retrieval of arbitrary content, potentially compromising the integrity of data processed by AI agents. Organizations using versions prior to 0.9.21 should prioritize updating to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-46341
Severity
MEDIUM
CVSS
6.1
EPSS
0.19%

Original NVD Description

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.