Description
CKAN MCP Server is a tool for querying CKAN open data portals. Prior to 0.4.112, error paths reflect raw upstream response bodies and internal exception messages back to the caller instead of a sanitized, generic message. When the server is pointed at (or redirected/SSRF'd to) a host that returns a non-CKAN response, or when an internal exception occurs, the caller receives verbatim upstream content and internal detail (hostnames, internal IPs, DB errors, stack fragments). This vulnerability is fixed in 0.4.112.
Published: 2026-08-14
Score: 3.7 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

CKAN MCP Server allows callers to receive unfiltered upstream response bodies when contacting non‑CKAN hosts, or to see internal exception information if an error occurs. The raw data can include hostnames, internal IP addresses, database errors, and stack fragments, which can give an attacker insight into system internals and potential attack vectors. The vulnerability is identified as a moderate‑severity information‑disclosure flaw with a CVSS score of 3.7.

Affected Systems

Vendors affected are Ondata CKAN MCP Server versions prior to 0.4.112. The issue exists in all builds before that release; upgrading to 0.4.112 or later removes the vulnerability.

Risk and Exploitability

The CVSS score indicates a low to moderate risk. EPSS is not available, and the flaw is not listed in the CISA KEV catalog, meaning it has not yet been reported as a widely exploited vulnerability. The most likely attack vector involves directing the server to a malicious host via direct input, redirection, or SSFR. Because the server echoes the upstream content verbatim, an attacker with the ability to influence the query can glean internal details without additional privileges.

Generated by OpenCVE AI on August 14, 2026 at 18:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade CKAN MCP Server to version 0.4.112 or newer
  • Restrict outgoing requests from CKAN MCP Server to known, trusted CKAN portals to prevent SSRF or redirection to malicious hosts
  • Configure the server to return generic error messages instead of echoing raw upstream content

Generated by OpenCVE AI on August 14, 2026 at 18:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
First Time appeared Ondata
Ondata ckan-mcp-server
Vendors & Products Ondata
Ondata ckan-mcp-server

Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Description CKAN MCP Server is a tool for querying CKAN open data portals. Prior to 0.4.112, error paths reflect raw upstream response bodies and internal exception messages back to the caller instead of a sanitized, generic message. When the server is pointed at (or redirected/SSRF'd to) a host that returns a non-CKAN response, or when an internal exception occurs, the caller receives verbatim upstream content and internal detail (hostnames, internal IPs, DB errors, stack fragments). This vulnerability is fixed in 0.4.112.
Title CKAN MCP Server: Information disclosure via verbose error reflection
Weaknesses CWE-209
CWE-210
References
Metrics cvssV3_1

{'score': 3.7, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Ondata Ckan-mcp-server
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-14T16:41:42.975Z

Reserved: 2026-08-13T17:44:28.643Z

Link: CVE-2026-73844

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-14T17:20:36.683

Modified: 2026-08-14T17:20:36.683

Link: CVE-2026-73844

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T18:45:17Z

Weaknesses
  • CWE-209

    Generation of Error Message Containing Sensitive Information

  • CWE-210

    Self-generated Error Message Containing Sensitive Information