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-2023-30535

CVE-2023-30535: Snowflake JDBC Driver RCE Vulnerability

CVE-2023-30535 is a command injection vulnerability in Snowflake JDBC driver that allows remote code execution via malicious SSO URLs. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2023-30535 Overview

CVE-2023-30535 is a command injection vulnerability affecting the Snowflake JDBC driver, a Type 4 JDBC driver that enables Java applications to connect to Snowflake data warehouses. This vulnerability allows attackers to execute arbitrary code on victim machines by exploiting the SSO authentication flow through maliciously crafted connection URLs.

An attacker could set up a malicious, publicly accessible server which responds to the SSO URL with an attack payload. If the attacker then tricked a user into visiting a maliciously crafted connection URL, the user's local machine would render the malicious payload, leading to remote code execution.

Critical Impact

Successful exploitation enables remote code execution on affected systems, potentially compromising data confidentiality, integrity, and availability through malicious SSO response payloads.

Affected Products

  • Snowflake JDBC Driver versions prior to 3.13.29
  • Java applications utilizing vulnerable Snowflake JDBC driver versions
  • Enterprise data integration pipelines connecting to Snowflake via JDBC

Discovery Timeline

  • April 14, 2023 - CVE-2023-30535 published to NVD
  • March 17, 2023 - Snowflake releases security patch in version 3.13.29
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-30535

Vulnerability Analysis

This command injection vulnerability (CWE-77) exists within the Snowflake JDBC driver's handling of SSO authentication responses. The driver fails to properly validate and sanitize data received from external SSO endpoints before processing, creating an injection point that attackers can exploit.

The vulnerability is classified under both CWE-20 (Improper Input Validation) and CWE-77 (Command Injection), indicating that the root cause involves insufficient validation of externally-controlled input that is subsequently used in command execution contexts. The network-based attack vector requires user interaction, as victims must be socially engineered into clicking malicious connection URLs.

Root Cause

The vulnerability stems from improper input validation in the JDBC driver's SSO authentication handling code. When the driver processes responses from SSO endpoints, it fails to adequately sanitize the payload content before rendering or executing it on the local system. This allows an attacker-controlled server to inject malicious commands that are executed in the context of the user's session.

Attack Vector

The attack requires an attacker to establish a malicious server that masquerades as a legitimate SSO endpoint. The attack flow proceeds as follows:

  1. Attacker sets up a publicly accessible malicious server configured to respond to SSO requests with crafted payloads
  2. Attacker constructs a malicious connection URL that points to their server as the SSO endpoint
  3. Attacker uses social engineering to trick a victim into clicking the crafted URL
  4. The victim's Snowflake JDBC driver connects to the malicious server for SSO authentication
  5. The malicious server responds with an attack payload
  6. The vulnerable driver processes the payload without proper sanitization, resulting in code execution on the victim's machine

The attack exploits the trust relationship between the JDBC driver and SSO authentication endpoints, leveraging the driver's failure to validate that responses come from legitimate Snowflake infrastructure.

Detection Methods for CVE-2023-30535

Indicators of Compromise

  • Unexpected outbound connections from Java applications to unknown external servers during authentication
  • JDBC connection strings containing non-standard or suspicious SSO endpoint URLs
  • Unusual process spawning from Java virtual machine processes, particularly command shells
  • Network traffic to unfamiliar endpoints during Snowflake authentication workflows

Detection Strategies

  • Monitor Java application logs for connection attempts to unauthorized SSO endpoints
  • Implement network-level detection for JDBC connections to non-Snowflake domains
  • Deploy endpoint detection to identify command execution spawned from Java processes
  • Review application connection strings for hardcoded or dynamically modified SSO URLs

Monitoring Recommendations

  • Enable detailed logging on all applications using Snowflake JDBC drivers
  • Monitor for anomalous authentication patterns and failed SSO attempts
  • Implement allowlisting for approved Snowflake authentication endpoints
  • Configure SentinelOne to detect and alert on suspicious process trees originating from Java applications

How to Mitigate CVE-2023-30535

Immediate Actions Required

  • Upgrade Snowflake JDBC driver to version 3.13.29 or later immediately
  • Audit all Java applications for Snowflake JDBC driver version inventory
  • Review connection configurations to ensure SSO endpoints point to legitimate Snowflake infrastructure
  • Implement network controls to restrict outbound connections from JDBC clients to approved endpoints

Patch Information

Snowflake addressed this vulnerability on March 17, 2023 with the release of Snowflake JDBC driver version 3.13.29. All users should immediately upgrade to this version or later. The patch implements proper input validation and sanitization for SSO response handling, preventing command injection attacks.

For detailed patch information, refer to the Snowflake JDBC Driver Release Notes and the GitHub Security Advisory GHSA-4g3j-c4wg-6j7x.

Workarounds

  • Restrict network access from applications using Snowflake JDBC to only approved Snowflake endpoints
  • Implement strict URL validation at the application level before initiating JDBC connections
  • Use network segmentation to limit the blast radius of potential compromise
  • Educate users to avoid clicking on suspicious or unexpected Snowflake connection URLs
bash
# Maven dependency update example
# Update pom.xml to use patched version:
# <dependency>
#     <groupId>net.snowflake</groupId>
#     <artifactId>snowflake-jdbc</artifactId>
#     <version>3.13.29</version>
# </dependency>

# Verify installed JDBC driver version
mvn dependency:tree | grep snowflake-jdbc

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSnowflake

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability2.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-20

  • CWE-77
  • Technical References
  • Snowflake JDBC Driver Release Notes
  • Vendor Resources
  • GitHub Security Advisory GHSA-4g3j-c4wg-6j7x
  • Related CVEs
  • CVE-2026-6442: Snowflake Cortex Code CLI RCE Vulnerability

  • CVE-2023-34233: Snowflake Connector RCE Vulnerability

  • CVE-2026-3293: Snowflake JDBC DOS Vulnerability

  • CVE-2025-24790: Snowflake JDBC Information Disclosure
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