Vulnerability 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.10.11, getActorMCPServerURL in src/mcp/actors.ts concatenates the trusted Actor standby URL with the attacker-controlled webServerMcpPath from an Actor definition without verifying the resulting origin, allowing a malicious Actor publisher to use a userinfo-style authority value to redirect connectMCPClient to a third-party host. The call-actor, fetch-actor-details, and actor-mcp tool-loading paths pass this URL to transports in src/mcp/client.ts that attach the victim Authorization bearer token, exposing the Apify API token and enabling access to Actors, stored data, and billable compute. A victim must invoke or inspect the attacker-controlled Actor. This issue is fixed in version 0.10.11.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/apify/apify-mcp-server/commit/ef686d77da3d3c86c30b2ae24218d75
- https://github.com/apify/apify-mcp-server/pull/927
- https://github.com/apify/apify-mcp-server/releases/tag/v0.10.11
- https://github.com/apify/apify-mcp-server/security/advisories/GHSA-6gr2-qh89-hxw
- https://github.com/apify/apify-mcp-server/security/advisories/GHSA-6gr2-qh89-hxw
FAQ
What is CVE-2026-50143?
CVE-2026-50143 is a vulnerability with a CVSS score of 8.1 (HIGH). 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.10.11, getActorMCPServerURL in s...
How severe is CVE-2026-50143?
CVE-2026-50143 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-50143?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.