Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-53509— @aborruso/ckan-mcp-server: SSRF via base_url allows access to internal networks (Potential fix bypass of CVE-2026-33060)

Quick assessment

Affected
ondata ckan-mcp-server
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

CKAN MCP Server 是一个用于查询 CKAN 开放数据门户的工具。已知漏洞 CVE-2026-33060 表明,包括 和 在内的某些工具接受一个 参数,存在未经限制向任意端点发起 HTTP 请求的风险。尽管已应用修复措施以过滤 IP 地址,但在 0.4.106 版本之前仍存在绕过该方法。 CKAN MCP Server 在发出出站 HTTP 请求前,仅通过检查解析后的主机名字符串来验证调用者提供的 CKAN 服务器 URL。在 中,主机名别名如 既不同于 ,也不是带点的 IPv4 字面量,也不是用方括号

CVSS 5.7 · Medium EPSS 0.22% · P12

Affected Version Matrix 1

VendorProduct Version RangeStatus
ondata ckan-mcp-server < 0.4.106 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-53509

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
@aborruso/ckan-mcp-server: SSRF via base_url allows access to internal networks (Potential fix bypass of CVE-2026-33060)
Source: CVE Program / CVE List V5
Vulnerability Description
CKAN MCP Server is a tool for querying CKAN open data portals. A known vulnerability CVE-2026-33060 indicated tools including ckan_package_search and sparql_query that accept a base_url parameter had the risk of making HTTP requests to arbitrary endpoints without restriction. A fix was applied to filter out ip addresses. However, a method to bypass exists prior to version 0.4.106. CKAN MCP Server validates caller-supplied CKAN server URLs by inspecting only the parsed hostname string before issuing outbound HTTP requests. In `src/utils/http.ts`, hostname aliases such as `ip6-localhost` are not equal to `localhost`, are not dotted IPv4 literals, and are not bracketed IPv6 literals, so they pass the SSRF filter but can resolve to loopback when the server performs the request. A remote MCP caller that can invoke CKAN tools with a `server_url` can therefore make the server connect to local or private addresses and, for CKAN-shaped responses, receive response-derived data. The updated fix in version 0.4.106 replaced the single `hostname === 'localhost'` check with a blocked-hostname `Set` covering `ip6-localhost` and `ip6-loopback`.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N
Source: CVE Program / CVE List V5
Vulnerability Type
服务端请求伪造(SSRF)
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
ondata ckan-mcp-server < 0.4.106 -

II. Public POCs for CVE-2026-53509

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-53509

登录查看更多情报信息。

Patches & Fixes for CVE-2026-53509 (1)

Vendor Advisories for CVE-2026-53509 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-53509

No comments yet


Leave a comment