The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-33060

CVE-2026-33060: CKAN MCP Server SSRF Vulnerability

CVE-2026-33060 is a server-side request forgery flaw in CKAN MCP Server that allows attackers to access internal networks and cloud metadata. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33060 Overview

CVE-2026-33060 is a Server-Side Request Forgery (SSRF) vulnerability affecting CKAN MCP Server, a tool for querying CKAN open data portals. The vulnerability exists in multiple tools including ckan_package_search and sparql_query that accept a base_url parameter, enabling HTTP requests to arbitrary endpoints without proper validation or restriction.

The flaw allows attackers to abuse the server's ability to make outbound requests, potentially targeting internal network services, cloud metadata endpoints, and other sensitive resources that should not be accessible from external sources.

Critical Impact

Attackers can leverage this SSRF vulnerability to perform internal network scanning, steal cloud metadata including IAM credentials via IMDS at 169.254.169.254, and potentially execute SQL/SPARQL injection through unsanitized query parameters.

Affected Products

  • CKAN MCP Server versions prior to 0.4.85

Discovery Timeline

  • 2026-03-20 - CVE-2026-33060 published to NVD
  • 2026-03-20 - Last updated in NVD database

Technical Details for CVE-2026-33060

Vulnerability Analysis

This SSRF vulnerability (CWE-918) stems from insufficient input validation on the base_url parameter across multiple CKAN MCP Server tools. The affected components include ckan_package_search, sparql_query, and ckan_datastore_search_sql, all of which accept arbitrary base URLs and make HTTP requests without proper restrictions.

The vulnerability is particularly dangerous in cloud environments where instance metadata services (IMDS) can be reached at link-local addresses. A CKAN portal client has no legitimate reason to contact cloud metadata or internal network services, yet the application performs no URL validation to prevent such access.

Exploitation requires the attacker to control the base_url parameter, typically achieved through prompt injection techniques. Once an attacker gains control of this parameter, they can direct the server to make requests to arbitrary internal or external endpoints.

Root Cause

The root cause is a complete lack of URL validation on the base_url parameter. The vulnerable code fails to implement:

  • Private IP blocking for RFC 1918 address ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Link-local address blocking (169.254.x.x)
  • Cloud metadata endpoint blocking (specifically 169.254.169.254)
  • Protocol restrictions to prevent file:// or other dangerous schemes

Additionally, the sparql_query and ckan_datastore_search_sql tools expose injection surfaces through unsanitized query parameters, compounding the risk beyond simple SSRF.

Attack Vector

The attack leverages the network-accessible base_url parameter to redirect server-side HTTP requests. An attacker who can influence the base_url value through prompt injection can:

  1. Internal Network Reconnaissance: Scan internal network services by observing response times and error messages
  2. Cloud Metadata Theft: Access AWS/GCP/Azure instance metadata services to steal IAM credentials and other sensitive configuration data
  3. Query Injection: Combine SSRF with SQL or SPARQL injection through the unsanitized query parameters in sparql_query and ckan_datastore_search_sql tools

The vulnerability manifests when the server processes requests with malicious base_url values pointing to internal resources. For example, an attacker could specify http://169.254.169.254/latest/meta-data/iam/security-credentials/ as the base URL to extract cloud IAM credentials. See the GitHub Security Advisory for additional technical details.

Detection Methods for CVE-2026-33060

Indicators of Compromise

  • Outbound HTTP requests from CKAN MCP Server to link-local addresses (169.254.x.x), particularly the cloud metadata endpoint at 169.254.169.254
  • Unexpected requests to private IP ranges (RFC 1918) from the application server
  • SPARQL or SQL queries containing suspicious URL parameters or injection patterns
  • Anomalous network traffic patterns indicating internal port scanning activity

Detection Strategies

  • Monitor network traffic for outbound connections from CKAN MCP Server to internal IP ranges or cloud metadata endpoints
  • Implement alerting on DNS queries for internal hostnames originating from the application
  • Review application logs for base_url parameter values containing private IPs, localhost, or metadata service addresses
  • Deploy web application firewall (WAF) rules to detect and block SSRF patterns in request parameters

Monitoring Recommendations

  • Enable detailed logging for all HTTP requests made by CKAN MCP Server, including the destination URL
  • Set up real-time alerts for any attempted access to 169.254.169.254 or other metadata endpoints
  • Monitor for unusual response patterns that may indicate successful internal service enumeration
  • Track prompt injection attempts that may be used to control the base_url parameter

How to Mitigate CVE-2026-33060

Immediate Actions Required

  • Upgrade CKAN MCP Server to version 0.4.85 or later immediately
  • If immediate upgrade is not possible, restrict network egress from the application server to only necessary external endpoints
  • Implement network-level controls to block outbound access to RFC 1918 addresses and cloud metadata endpoints
  • Review logs for any evidence of prior exploitation attempts

Patch Information

The vulnerability has been addressed in CKAN MCP Server version 0.4.85. The fix implements proper URL validation on the base_url parameter to prevent requests to internal networks and cloud metadata services. For additional details, refer to the GitHub Security Advisory.

Workarounds

  • Deploy a network egress firewall to block outbound connections to private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) and link-local addresses (169.254.0.0/16)
  • Configure cloud provider security groups to deny access to the instance metadata service from application workloads
  • Implement an allowlist of permitted base_url domains at the application or proxy level
  • Use IMDSv2 (token-based) on AWS instances to add an additional layer of protection against metadata theft
bash
# Example: Block metadata endpoint access using iptables
iptables -A OUTPUT -d 169.254.169.254 -j DROP

# Example: AWS - Require IMDSv2 for instance metadata
aws ec2 modify-instance-metadata-options \
    --instance-id i-1234567890abcdef0 \
    --http-tokens required \
    --http-endpoint enabled

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechCkan

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Change

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English