目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-81093— Apify Actors MCP Server 0.9.12 服务端请求伪造

一分钟漏洞结论

影响对象
apify actors-mcp-server
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

工具在仅校验了 URL 的语法之后,便抓取了调用者提供的 URL。位于 中的处理程序使用 中的 对 参数进行了验证,该函数仅确认字符串以 或 协议开头,并且可以被解析为一个 URL,但并未检查其主机名或该 URL 解析到的实际地址。因此,回环地址、链路本地地址以及私有地址范围均能通过校验,其中包括云服务商用于提供实例元数据的地址(如 )。由于该 URL 未做进一步检查就被传递给 web-browser 执行器,抓取到的文档内容会直接返回在工具响应中,这意味着 MCP 服务器的任何调用方都可以让服务器请求仅主机端可达

CVSS 8.6 · High

影响版本矩阵 1

厂商产品 版本范围状态
apify actors-mcp-server < 0.9.12 affected
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-81093 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Apify Actors MCP Server before 0.9.12 Server-Side Request Forgery via get-html-skeleton
来源: CVE Program / CVE List V5
Vulnerability Description
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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
服务端请求伪造(SSRF)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
apify actors-mcp-server 0 ~ 0.9.12 -

二、漏洞 CVE-2026-81093 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-81093 的情报信息

登录查看更多情报信息。

CVE-2026-81093 厂商安全公告 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-81093

暂无评论


发表评论