Lucene search
+L

198 matches found

OSV
OSV
added 2026/08/14 4:45 p.m.29 views

CVE-2026-73845 CKAN MCP Server: MQA server allowlist bypass via unanchored regex (`isValidMqaServer`)

CKAN MCP Server is a tool for querying CKAN open data portals. Prior to 0.4.112, the ckangetmqaquality and ckangetmqaqualitydetails tools in src/tools/quality.ts use isValidMqaServer to validate the serverurl parameter with a prefix-only regular expression for dati.gov.it, allowing suffix-host an...

5.3CVSS5.5AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/14 4:41 p.m.13 views

CVE-2026-73844

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

5.3AI score0.00223EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/08/14 4:41 p.m.40 views

CVE-2026-73844 CKAN MCP Server: Information disclosure via verbose error reflection

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

3.7CVSS0.00223EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/14 4:41 p.m.29 views

CVE-2026-73844

CKAN MCP Server prior to 0.4.112 is vulnerable to information disclosure via verbose error reflection. When the server is pointed at or redirected/SSRF’d to a non-CKAN host or when an internal exception occurs, the response may include raw upstream content, hostnames, internal IPs, DB errors, and...

3.7CVSS5.3AI score0.00223EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/14 4:41 p.m.12 views

CVE-2026-73844 CKAN MCP Server: Information disclosure via verbose error reflection

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

3.7CVSS5.5AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/14 12:00 a.m.15 views

PT-2026-72065

Name of the Vulnerable Software and Affected Versions CKAN MCP Server versions prior to 0.4.112 Description Error paths reflect raw upstream response bodies and internal exception messages to the caller instead of using sanitized, generic messages. This occurs when the server is directed to a hos...

3.7CVSS5.3AI score0.00223EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/14 12:00 a.m.22 views

PT-2026-72067

Name of the Vulnerable Software and Affected Versions CKAN MCP Server versions prior to 0.4.112 Description The canonicalizeParams function in src/utils/cache.ts serializes request parameters using unescaped ampersand, equals-sign, and vertical-bar delimiters. This flaw allows different logical...

6.5CVSS5.3AI score0.00137EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/08/14 12:00 a.m.19 views

PT-2026-72066

Name of the Vulnerable Software and Affected Versions CKAN MCP Server versions prior to 0.4.112 Description The ckan get mqa quality and ckan get mqa quality details functions in src/tools/quality.ts use the isValidMqaServer function to validate the server url parameter. Because the validation us...

5.3CVSS5.3AI score0.00224EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/13 3:02 p.m.12 views

PYSEC-2026-2418 CKAN has CSRF exemption primed by anonymous requests

Views can be marked as exempt from CSRF protection Access to the views via tokens or unauthenticated requests marked the endpoint as not requiring CSRF protection. The marking was a member variable in flask-wtf.csrf.CSRFProtect, which was stored as a module level variable in the flaskapp...

6.1CVSS6.1AI score0.00124EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/07/07 7:35 p.m.30 views

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

Summary A known vulnerability CVE-2026-33060 indicated tools including ckanpackagesearch and sparqlquery that accept a baseurl 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 exist...

5.7CVSS6.1AI score0.00289EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/07/07 4:03 p.m.12 views

PYSEC-2026-1246 CKAN vulnerable to fixed session IDs

Impact Session ids could be fixed by an attacker if the site is configured with server-side session storage CKAN uses cookie-based session storage by default. The attacker would need to either set a cookie on the victim's browser or steal the victim's currently valid session. Session identifiers...

6.1CVSS5.7AI score0.00278EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 2:34 p.m.15 views

PYSEC-2026-1252 Potential access to sensitive URLs via CKAN extensions (SSRF)

Impact There are a number of CKAN plugins, including XLoader, DataPusher, Resource proxy and ckanext-archiver, that work by downloading the contents of local or remote files in order to perform some actions with their contents e.g. pushing to the DataStore, streaming contents or saving a local...

6.8CVSS6AI score0.00369EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/07 2:34 p.m.12 views

PYSEC-2026-1253 CKAN has Cross-site Scripting vector in the Datatables view plugin

The Datatables view plugin did not properly escape record data coming from the DataStore, leading to a potential XSS vector. Impact Sites running CKAN = 2.7.0 with the datatablesview plugin activated. This is a plugin included in CKAN core, that not activated by default but it is widely used to...

6.8CVSS5.8AI score0.00403EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/07 11:45 a.m.14 views

PYSEC-2026-1251 Potential log injection in reset user endpoint in CKAN

A user endpoint didn't perform filtering on an incoming parameter, which was added directly to the application log. This could lead to an attacker injecting false log entries or corrupt the log file format. Patches This has been fixed in the CKAN 2.9.11 and 2.10.4 versions Workarounds Override th...

4.3CVSS5.9AI score0.00438EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/07/07 12:00 a.m.15 views

PT-2026-56296

Name of the Vulnerable Software and Affected Versions CKAN MCP Server versions prior to 0.4.106 Description The software contains a Server-Side Request Forgery SSRF flaw where it validates caller-supplied URLs by inspecting only the parsed hostname string before issuing outbound HTTP requests. In...

5.7CVSS5.3AI score0.00217EPSS
SaveExploits1References6
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/06/15 9:40 a.m.21 views

Malicious code in ckanext-dms (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 5bce6d55a65fbab98cd93d6109b563f49e9557b542a8b9c2fd68e25755b7089e Installing the package or importing the module exfiltrates basic information about the host, and the package has no other purpose. --- Category: PROBABLYPENTES...

5.6AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/05/15 7:57 p.m.32 views

CVE-2026-42031

CKAN is an open-source DMS data management system for powering data hubs and data portals. Prior to 2.10.10 and 2.11.5, a vulnerability in datastoresearchsql allowed attackers to inject SQL in order to gain access to private resources and PostgreSQL system information This vulnerability is fixed ...

9.8CVSS5.9AI score0.01817EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/05/14 7:58 p.m.19 views

CVE-2026-41255

CKAN is an open-source DMS data management system for powering data hubs and data portals. Prior to 2.10.10 and 2.11.5, Access to the views via tokens or unauthenticated requests marked the endpoint as not requiring CSRF protection. The marking was a member variable in flask-wtf.csrf.CSRFProtect,...

6.1CVSS5.8AI score0.00124EPSS
SaveExploits0References1
NVD
NVD
added 2026/05/13 7:17 p.m.17 views

CVE-2026-41255

CKAN is an open-source DMS data management system for powering data hubs and data portals. Prior to 2.10.10 and 2.11.5, Access to the views via tokens or unauthenticated requests marked the endpoint as not requiring CSRF protection. The marking was a member variable in flask-wtf.csrf.CSRFProtect,...

6.1CVSS0.00124EPSS
SaveExploits0References2
NVD
NVD
added 2026/05/13 7:17 p.m.23 views

CVE-2026-42031

CKAN is an open-source DMS data management system for powering data hubs and data portals. Prior to 2.10.10 and 2.11.5, a vulnerability in datastoresearchsql allowed attackers to inject SQL in order to gain access to private resources and PostgreSQL system information This vulnerability is fixed ...

9.8CVSS0.01817EPSS
SaveExploits1References1
Rows per page
Query Builder