Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2024-24759

CVE-2024-24759: MindsDB SSRF Vulnerability via DNS Rebinding

CVE-2024-24759 is a server-side request forgery flaw in MindsDB that enables attackers to bypass SSRF protections using DNS Rebinding techniques. This article covers the technical details, affected versions, and mitigation strategies.

Published: April 1, 2026

CVE-2024-24759 Overview

CVE-2024-24759 is a Server-Side Request Forgery (SSRF) protection bypass vulnerability in MindsDB, a platform for building artificial intelligence from enterprise data. Prior to version 23.12.4.2, a threat actor can bypass the server-side request forgery protection on the entire application using DNS Rebinding techniques. This vulnerability can also lead to denial of service conditions, making it a dual-impact security issue.

Critical Impact

Attackers can bypass SSRF protections to access internal network resources and potentially cause denial of service, compromising the confidentiality of enterprise data and system availability.

Affected Products

  • MindsDB versions prior to 23.12.4.2
  • MindsDB AI platform deployments with network-accessible endpoints
  • Enterprise environments using MindsDB for AI/ML data processing

Discovery Timeline

  • 2024-09-05 - CVE-2024-24759 published to NVD
  • 2024-09-06 - Last updated in NVD database

Technical Details for CVE-2024-24759

Vulnerability Analysis

This vulnerability exploits a weakness in MindsDB's SSRF protection mechanism (CWE-918). The existing security controls fail to account for DNS Rebinding attacks, where an attacker controls a DNS server that initially resolves to a safe IP address but then rebinds to an internal or restricted IP address after the validation check has passed.

The attack allows threat actors to circumvent URL validation and make requests to internal network resources that should be protected from external access. This can expose sensitive internal services, configuration data, and potentially enable further lateral movement within the network. Additionally, the vulnerability can be leveraged to cause denial of service conditions by directing requests to resource-intensive endpoints or triggering resource exhaustion.

Root Cause

The root cause lies in the implementation of SSRF protection that performs DNS resolution at validation time but does not prevent subsequent DNS rebinding. When a URL is submitted, MindsDB validates the resolved IP address against a blocklist. However, if the attacker controls the DNS server, they can return a safe IP during validation and then rebind to an internal IP (e.g., 127.0.0.1, 169.254.x.x, or internal network ranges) when the actual request is made.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Setting up a malicious DNS server that responds with a safe external IP initially
  2. Configuring the DNS TTL to be very short (typically 0 or near-zero)
  3. Submitting a URL pointing to the attacker-controlled domain to MindsDB
  4. After MindsDB validates the URL, the DNS server rebinds to an internal IP address
  5. MindsDB makes the actual request to the now-rebinded internal address, bypassing SSRF protections

The following patch was applied in version 23.12.4.2 to address this vulnerability:

python
 __title__ = 'MindsDB'
 __package_name__ = 'mindsdb'
-__version__ = '23.12.4.1'
+__version__ = '23.12.4.2'
 __description__ = "MindsDB server, provides server capabilities to mindsdb native python library"
 __email__ = "jorge@mindsdb.com"
 __author__ = 'MindsDB Inc'

Source: GitHub Commit

Detection Methods for CVE-2024-24759

Indicators of Compromise

  • Unusual DNS queries with extremely low TTL values from MindsDB server instances
  • Requests to internal IP ranges (127.0.0.0/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) originating from MindsDB processes
  • Anomalous outbound connections from MindsDB to unexpected internal services
  • Spike in failed or unusual API requests that could indicate exploitation attempts

Detection Strategies

  • Monitor DNS query patterns from MindsDB instances for rapid re-resolution of the same domains
  • Implement network-level monitoring to detect connections to internal IP ranges from externally-facing services
  • Deploy application-layer logging to capture URL requests and their resolved destinations
  • Use intrusion detection systems (IDS) rules to alert on DNS rebinding attack patterns

Monitoring Recommendations

  • Enable verbose logging for all MindsDB HTTP client operations and review for suspicious patterns
  • Monitor for sudden increases in outbound connection attempts from MindsDB deployments
  • Track DNS resolution behavior using network flow analysis tools
  • Establish baseline network behavior for MindsDB instances to identify anomalous activity

How to Mitigate CVE-2024-24759

Immediate Actions Required

  • Upgrade MindsDB to version 23.12.4.2 or later immediately
  • Review network logs for any signs of exploitation prior to patching
  • Implement network segmentation to limit MindsDB's access to sensitive internal resources
  • Consider temporarily restricting external network access to MindsDB instances until patching is complete

Patch Information

MindsDB has released version 23.12.4.2 which contains the security patch for this vulnerability. The fix addresses the DNS rebinding bypass by implementing additional validation controls. Organizations should update their MindsDB installations as soon as possible.

For detailed patch information, refer to the GitHub Security Advisory GHSA-4jcv-vp96-94xr and the GitHub Commit.

Workarounds

  • Deploy a network-level firewall that blocks outbound connections from MindsDB to internal IP ranges
  • Implement a DNS resolver that ignores DNS responses pointing to private IP ranges for external domain queries
  • Use network segmentation to isolate MindsDB from sensitive internal services
  • Consider deploying a forward proxy that re-validates DNS resolution at connection time
bash
# Example: Block internal IP access at the network level (iptables)
# Prevent MindsDB from connecting to private IP ranges
iptables -A OUTPUT -m owner --uid-owner mindsdb -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner mindsdb -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner mindsdb -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -m owner --uid-owner mindsdb -d 127.0.0.0/8 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechMindsdb

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability82.79%

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

  • GitHub Security Advisory GHSA-4jcv-vp96-94xr
  • Related CVEs
  • CVE-2026-2531: MindsDB SSRF Vulnerability in File Upload

  • CVE-2026-27483: MindsDB Path Traversal RCE Vulnerability

  • CVE-2025-68472: MindsDB Path Traversal 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