๐Ÿ” CVE Alert

CVE-2026-81093

HIGH 8.6

Apify Actors MCP Server before 0.9.12 Server-Side Request Forgery via get-html-skeleton

CVSS Score
8.6
EPSS Score
0.0%
EPSS Percentile
0th

The get-html-skeleton tool fetched a URL the caller supplied after checking only its syntax. The handler in src/tools/common/get_html_skeleton.ts validated the url argument with isValidHttpUrl from src/utils/generic.ts, which confirmed the string began with an http or https scheme and parsed as a URL and inspected neither the host name nor the address it resolves to. Loopback, link-local and private ranges therefore passed, including the address cloud providers use to serve instance metadata. The unchecked URL was handed to the web-browser actor and the fetched document was returned in the tool response, so any caller of the MCP server could make it request an endpoint reachable only from the host and read the result, including instance credentials. Version 0.9.12 removes the tool.

CWE CWE-918
Vendor apify
Product actors-mcp-server
Published Aug 27, 2026
Stay Ahead of the Next One

Get instant alerts for apify actors-mcp-server

Be the first to know when new high vulnerabilities affecting apify actors-mcp-server are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

apify / actors-mcp-server
0 < 0.9.12

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/apify/apify-mcp-server github.com: https://github.com/apify/apify-mcp-server/pull/572 github.com: https://github.com/apify/apify-mcp-server/security/advisories/GHSA-m28f-9v8h-gg2f vulncheck.com: https://www.vulncheck.com/advisories/apify-actors-mcp-server-before-0.9.12-server-side-request-forgery-via-get-html-skeleton

Credits

Yotam Perkal (Pluto Security)