Lucene search
+L

62 matches found

Circl
Circl
added 2026/09/22 3:32 p.m.5 views

CVE-2026-61612

creationtimestamp| type| source ---|---|--- 2026-09-22 15:32:08+00:00| seen| https://gist.github.com/alon710/3ba8e1fcc936f8ea3f0b915b4e9e571b 2026-09-22 16:35:02+00:00| published-proof-of-concept| https://github.com/ondata/ckan-mcp-server/security/advisories/GHSA-798p-78g2-v556...

5.7CVSS5.7AI score0.00221EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/09/22 2:51 p.m.6 views

@aborruso/ckan-mcp-server has SSRF via DNS-name → internal IP — incomplete fix of CVE-2026-53509

Summary The SSRF guard validateServerUrl added for CVE-2026-33060, extended for CVE-2026-53509 validates only the hostname string and never resolves DNS. Any caller-supplied serverurl whose hostname resolves to an internal address passes the guard, so the server issues requests to loopback and...

5.7CVSS5.9AI score0.00289EPSS
SaveExploits1References7Affected Software1
EUVD
EUVD
added 2026/09/22 2:51 p.m.4 views

EUVD-2026-84031

@aborruso/ckan-mcp-server has SSRF via DNS-name → internal IP — incomplete fix of CVE-2026-53509...

5.7CVSS5.7AI score0.00221EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/22 2:51 p.m.5 views

GHSA-798P-78G2-V556 @aborruso/ckan-mcp-server has SSRF via DNS-name → internal IP — incomplete fix of CVE-2026-53509

Summary The SSRF guard validateServerUrl added for CVE-2026-33060, extended for CVE-2026-53509 validates only the hostname string and never resolves DNS. Any caller-supplied serverurl whose hostname resolves to an internal address passes the guard, so the server issues requests to loopback and...

5.7CVSS5.9AI score0.00221EPSS
SaveExploits0References7
GitLab Advisory Database
GitLab Advisory Database
added 2026/09/22 12:00 a.m.6 views

@aborruso/ckan-mcp-server has SSRF via DNS-name → internal IP — incomplete fix of CVE-2026-53509

The SSRF guard validateServerUrl added for CVE-2026-33060, extended for CVE-2026-53509 validates only the hostname string and never resolves DNS. Any caller-supplied serverurl whose hostname resolves to an internal address passes the guard, so the server issues requests to loopback and cloud...

5.7CVSS5.9AI score0.00221EPSS
SaveExploits1References7Affected Software1
NVD
NVD
added 2026/09/21 6:17 p.m.8 views

CVE-2026-61612

CKAN MCP Server is a tool for querying CKAN open data portals. Prior to version 0.4.108, the SSRF guard validateServerUrl added for CVE-2026-33060, extended for CVE-2026-53509 validates only the hostname string and never resolves DNS. Any caller-supplied serverurl whose hostname resolves to an...

5.7CVSS0.00221EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/09/21 5:37 p.m.5 views

CVE-2026-61612 @aborruso/ckan-mcp-server has SSRF via DNS-name → internal IP — incomplete fix of CVE-2026-53509

CKAN MCP Server is a tool for querying CKAN open data portals. Prior to version 0.4.108, the SSRF guard validateServerUrl added for CVE-2026-33060, extended for CVE-2026-53509 validates only the hostname string and never resolves DNS. Any caller-supplied serverurl whose hostname resolves to an...

5.7CVSS5.8AI score0.00221EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/21 5:37 p.m.17 views

CVE-2026-61612

The @aborruso/ckan-mcp-server (npm) component is vulnerable to Server-Side Request Forgery (SSRF) prior to version 0.4.108 . The root cause is a flaw in the validateServerUrl function within src/utils/http.ts, which validates only the hostname string without performing DNS resolution. This allows...

5.7CVSS5.8AI score0.00221EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/21 5:37 p.m.43 views

CVE-2026-61612 @aborruso/ckan-mcp-server has SSRF via DNS-name → internal IP — incomplete fix of CVE-2026-53509

CKAN MCP Server is a tool for querying CKAN open data portals. Prior to version 0.4.108, the SSRF guard validateServerUrl added for CVE-2026-33060, extended for CVE-2026-53509 validates only the hostname string and never resolves DNS. Any caller-supplied serverurl whose hostname resolves to an...

5.7CVSS0.00221EPSS
SaveExploits0References5
Circl
Circl
added 2026/09/03 4:35 p.m.11 views

CVE-2026-73844

creationtimestamp| type| source ---|---|--- 2026-09-03 16:35:05+00:00| published-proof-of-concept| https://github.com/ondata/ckan-mcp-server/security/advisories/GHSA-6f9w-9hf2-5rg3...

3.7CVSS5.8AI score0.00223EPSS
SaveExploits0References1
Circl
Circl
added 2026/09/03 4:35 p.m.12 views

CVE-2026-73846

creationtimestamp| type| source ---|---|--- 2026-09-03 16:35:02+00:00| published-proof-of-concept| https://github.com/ondata/ckan-mcp-server/security/advisories/GHSA-78x9-fhhx-v2g6 2026-09-03 17:31:38+00:00| seen| https://gist.github.com/alon710/6e5cd16daf1e1da3bc33cf6d0ea63990...

6.5CVSS5.8AI score0.00167EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/09/03 2:49 p.m.11 views

CKAN MCP Server: Cache-key canonicalization collision enables cache confusion / poisoning

Summary The response cache derives its key from an ambiguous string serialization of the request parameters. canonicalizeParams joins sorted $key=$value pairs with & and does not escape &, =, or the | field separators used in buildCacheKey. Two different logical parameter sets can therefore...

6.5CVSS5.9AI score0.00167EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/09/03 2:49 p.m.11 views

GHSA-78X9-FHHX-V2G6 CKAN MCP Server: Cache-key canonicalization collision enables cache confusion / poisoning

Summary The response cache derives its key from an ambiguous string serialization of the request parameters. canonicalizeParams joins sorted $key=$value pairs with & and does not escape &, =, or the | field separators used in buildCacheKey. Two different logical parameter sets can therefore...

6.5CVSS5.9AI score0.00167EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/03 2:49 p.m.27 views

EUVD-2026-58728

CKAN MCP Server: Cache-key canonicalization collision enables cache confusion / poisoning...

6.5CVSS5.9AI score0.00167EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 2:49 p.m.21 views

EUVD-2026-58724

CKAN MCP Server: Information disclosure via verbose error reflection...

3.7CVSS5.9AI score0.00223EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/03 2:49 p.m.10 views

GHSA-6F9W-9HF2-5RG3 CKAN MCP Server: Information disclosure via verbose error reflection

Summary 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...

3.7CVSS6AI score0.00223EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/03 2:49 p.m.12 views

CKAN MCP Server: Information disclosure via verbose error reflection

Summary 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...

3.7CVSS6AI score0.00223EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2026/09/03 12:00 a.m.14 views

CKAN MCP Server: Cache-key canonicalization collision enables cache confusion / poisoning

The response cache derives its key from an ambiguous string serialization of the request parameters. canonicalizeParams joins sorted $key=$value pairs with & and does not escape &, =, or the | field separators used in buildCacheKey. Two different logical parameter sets can therefore serialize to...

6.5CVSS5.3AI score0.00167EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2026/09/03 12:00 a.m.12 views

CKAN MCP Server: Information disclosure via verbose error reflection

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...

3.7CVSS5.3AI score0.00223EPSS
SaveExploits0References5Affected Software1
Circl
Circl
added 2026/09/02 4:35 p.m.12 views

CVE-2026-73845

creationtimestamp| type| source ---|---|--- 2026-09-02 16:35:22+00:00| published-proof-of-concept| https://github.com/ondata/ckan-mcp-server/security/advisories/GHSA-83x6-42hr-jc76...

5.3CVSS5.8AI score0.00224EPSS
SaveExploits0References1
Rows per page
Query Builder