A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-55551

CVE-2024-55551: Exasol JDBC Driver RCE Vulnerability

CVE-2024-55551 is a remote code execution flaw in Exasol JDBC Driver caused by JNDI injection via malicious URL parameters. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 26, 2026

CVE-2024-55551 Overview

CVE-2024-55551 affects the Exasol JDBC driver in versions prior to 24.2.1 released on 2024-12-10. Attackers can inject malicious parameters into the Java Database Connectivity (JDBC) Uniform Resource Locator (URL), which triggers Java Naming and Directory Interface (JNDI) injection when the driver processes the connection string. Successful exploitation can lead to remote code execution on the host running the JDBC client. The flaw is categorized under [CWE-471] (Modification of Assumed-Immutable Data) and is tracked with a network attack vector requiring user interaction.

Critical Impact

A crafted JDBC URL can force the Exasol driver to perform a JNDI lookup against an attacker-controlled endpoint, resulting in arbitrary Java code execution in the context of the connecting application.

Affected Products

  • Exasol JDBC Driver versions before 24.2.1
  • Applications embedding the vulnerable exasol:jdbc_driver component
  • Data integration and analytics tools that accept user-supplied JDBC connection strings targeting Exasol

Discovery Timeline

  • 2025-03-19 - CVE-2024-55551 published to the National Vulnerability Database (NVD)
  • 2024-12-10 - Exasol releases JDBC driver version 24.2.1 containing the fix
  • 2025-09-26 - Last updated in NVD database

Technical Details for CVE-2024-55551

Vulnerability Analysis

The Exasol JDBC driver parses connection URLs and accepts parameters that influence how the driver resolves and binds to backend services. When the driver processes a malicious JDBC URL, it invokes a JNDI lookup using attacker-controlled values. JNDI in Java can resolve references to remote object factories, and when the lookup targets an attacker-hosted Lightweight Directory Access Protocol (LDAP) or Remote Method Invocation (RMI) server, the Java Virtual Machine (JVM) can fetch and instantiate a remote class. This mirrors the exploitation pattern made widely known by Log4Shell, except the entry point here is the JDBC URL parser. The driver does not sufficiently validate or restrict the parameters used during connection establishment, allowing the JNDI subsystem to be invoked against untrusted endpoints. Public technical analysis of this class of attack was presented at Black Hat Europe 2024 in the briefing on Java Authentication and Authorization Service (JAAS) as a novel attack surface.

Root Cause

The driver treats JDBC URL parameters as trusted input and forwards values into JNDI resolution paths. Because JNDI lookups can return object references that trigger class loading, any parameter that reaches a Context.lookup() call becomes a code execution sink. The absence of allowlisting on protocol schemes and lookup targets is the underlying defect, consistent with [CWE-471].

Attack Vector

Exploitation requires that an application pass an attacker-influenced JDBC URL to the Exasol driver. This typically occurs in multi-tenant data tools, low-code platforms, business intelligence connectors, or administrative interfaces where users supply connection strings. The attacker hosts a malicious LDAP or RMI service and embeds a reference to it in the JDBC URL. When the driver connects, the JVM loads and executes the remote payload with the privileges of the host process. The attack complexity is elevated because the target application must pass the crafted URL to the driver, and user interaction is required. Refer to the GitHub Gist security resource and the Black Hat EU 2024 briefing for technical details on JNDI-based JDBC exploitation.

Detection Methods for CVE-2024-55551

Indicators of Compromise

  • Outbound LDAP, LDAPS, RMI, or DNS lookups originating from Java processes that load the Exasol JDBC driver
  • JDBC connection strings containing suspicious parameter values referencing external hosts or ldap://, rmi://, or iiop:// schemes
  • Unexpected child processes spawned by Java application servers shortly after a database connection attempt
  • Java class loading events sourced from remote URLs rather than the local classpath

Detection Strategies

  • Inventory deployed Exasol JDBC driver versions and flag any instance below 24.2.1 as vulnerable
  • Inspect application logs for JDBC URLs that include unusual parameters, encoded payloads, or references to external network endpoints
  • Apply egress filtering rules that alert on LDAP, RMI, or IIOP traffic originating from application tiers that should only speak to internal databases

Monitoring Recommendations

  • Enable JVM audit logging for JNDI lookups in applications that accept user-supplied connection strings
  • Monitor DNS queries from application hosts for newly seen, low-reputation domains correlated with database connection events
  • Alert on Java processes invoking shell, scripting, or download utilities such as bash, cmd.exe, powershell.exe, curl, or wget

How to Mitigate CVE-2024-55551

Immediate Actions Required

  • Upgrade the Exasol JDBC driver to version 24.2.1 or later across all applications, ETL jobs, and analytics platforms
  • Audit all interfaces that accept JDBC URLs from users or external systems and restrict them to a vetted allowlist
  • Block outbound LDAP, RMI, and IIOP traffic from systems hosting Java applications that use the driver

Patch Information

Exasol resolved the issue in JDBC driver version 24.2.1, released on 2024-12-10. Distribution details and downloads are documented in the Exasol JDBC Driver Release Notes and the Exasol JDBC Driver Documentation. Rebuild and redeploy any application bundles that ship the driver as a dependency.

Workarounds

  • Where immediate patching is not possible, set the JVM property com.sun.jndi.ldap.object.trustURLCodebase=false and the equivalent flag for RMI to prevent remote class loading
  • Run Java applications on JDK versions that disable remote codebase loading by default and validate that no overrides re-enable it
  • Sanitize and parse JDBC URLs before passing them to the driver, rejecting strings that contain JNDI-related parameters or external schemes
  • Isolate database client hosts in network segments that cannot initiate outbound connections to untrusted destinations
bash
# Configuration example: harden the JVM against JNDI-based remote class loading
java \
  -Dcom.sun.jndi.ldap.object.trustURLCodebase=false \
  -Dcom.sun.jndi.rmi.object.trustURLCodebase=false \
  -Dcom.sun.jndi.cosnaming.object.trustURLCodebase=false \
  -jar application.jar

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechExasol

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability3.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-471
  • Technical References
  • Exasol JDBC Driver Release Notes

  • Exasol JDBC Driver Documentation

  • GitHub Gist Security Resource

  • Black Hat EU 2024 Briefing
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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