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

CVE-2026-35559: Amazon Athena ODBC Driver DoS Vulnerability

CVE-2026-35559 is a denial of service vulnerability in Amazon Athena ODBC driver caused by an out-of-bounds write flaw. Attackers can crash the driver using crafted data. This article covers technical details, affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2026-35559 Overview

CVE-2026-35559 is an out-of-bounds write vulnerability affecting the query processing components in Amazon Athena ODBC driver versions prior to 2.1.0.0. This memory corruption flaw allows a threat actor to crash the driver by crafting malicious data that is processed during query operations, leading to a denial of service condition.

Critical Impact

Attackers can exploit this out-of-bounds write vulnerability to cause driver crashes through specially crafted query data, potentially disrupting business-critical analytics workloads and data pipeline operations.

Affected Products

  • Amazon Athena ODBC Driver versions before 2.1.0.0 (Windows)
  • Amazon Athena ODBC Driver versions before 2.1.0.0 (Linux)
  • Amazon Athena ODBC Driver versions before 2.1.0.0 (macOS Intel and ARM)

Discovery Timeline

  • 2026-04-03 - CVE-2026-35559 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-35559

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), a memory corruption issue where the application writes data past the end or before the beginning of an allocated buffer. In the context of the Amazon Athena ODBC driver, the vulnerability exists within the query processing components that handle data during query operations.

The out-of-bounds write condition occurs when the driver processes specially crafted input data. When an attacker supplies malicious data designed to trigger the boundary violation, the driver writes beyond the allocated memory region, corrupting adjacent memory structures. This memory corruption results in driver instability and ultimately causes a crash.

The attack requires network access and some user interaction to be exploited, as the malicious data must be processed through a query operation. While the vulnerability does not directly lead to code execution or data exfiltration, the availability impact is significant—a successful exploit can render the ODBC driver inoperable, disrupting applications that rely on Amazon Athena connectivity for analytics and data processing.

Root Cause

The root cause of CVE-2026-35559 is improper bounds checking within the query processing components of the Amazon Athena ODBC driver. When processing query data, the driver fails to properly validate the size or boundaries of input data before writing to memory buffers. This lack of adequate input validation allows data that exceeds expected bounds to overwrite memory outside the allocated buffer, triggering the out-of-bounds write condition.

Attack Vector

The attack vector for this vulnerability is network-based. An attacker can exploit this flaw by introducing specially crafted data into a query operation processed by the vulnerable ODBC driver. The exploitation scenario involves:

  1. The victim application connects to Amazon Athena using the vulnerable ODBC driver
  2. An attacker manipulates query data (either through a compromised data source or man-in-the-middle position)
  3. The malicious data is processed by the driver's query processing components
  4. The out-of-bounds write is triggered, causing the driver to crash
  5. Applications dependent on the Athena connection experience service disruption

The vulnerability manifests during query data processing when the driver handles specially crafted input. This out-of-bounds write condition corrupts memory structures and causes the driver process to terminate unexpectedly. For detailed technical information, refer to the AWS Security Bulletin 2026-013.

Detection Methods for CVE-2026-35559

Indicators of Compromise

  • Unexpected crashes of the Amazon Athena ODBC driver process during query operations
  • Application error logs indicating memory access violations or segmentation faults in ODBC driver components
  • Repeated driver crashes following specific query patterns or data sources
  • Anomalous or malformed data appearing in query responses before driver failure

Detection Strategies

  • Monitor application logs for ODBC driver crash events, particularly those occurring during query execution phases
  • Implement crash dump analysis to identify memory corruption patterns consistent with out-of-bounds write conditions
  • Deploy endpoint detection solutions to alert on abnormal process termination of ODBC driver processes
  • Audit installed ODBC driver versions across the environment to identify instances running versions prior to 2.1.0.0

Monitoring Recommendations

  • Configure centralized logging to capture ODBC driver errors and crash reports from all systems using Amazon Athena connectivity
  • Establish baseline metrics for driver stability and alert on deviation from normal crash rates
  • Monitor network traffic for anomalous patterns in Athena query data that may indicate exploitation attempts

How to Mitigate CVE-2026-35559

Immediate Actions Required

  • Upgrade Amazon Athena ODBC driver to version 2.1.0.0 or later on all affected systems immediately
  • Inventory all systems using the Amazon Athena ODBC driver to ensure comprehensive patching coverage
  • Prioritize patching on systems handling critical analytics workloads or production data pipelines
  • Validate driver versions after upgrade to confirm successful remediation

Patch Information

Amazon has released version 2.1.0.0 of the Athena ODBC driver to address this vulnerability. Updated drivers are available for all supported platforms:

  • Windows: Amazon Athena ODBC Driver MSI for Windows
  • Linux: Amazon Athena ODBC Driver RPM
  • macOS (Intel): Amazon Athena ODBC Driver pkg (Intel)
  • macOS (ARM): Amazon Athena ODBC Driver pkg (ARM)

For complete release notes and additional details, refer to the AWS Athena ODBC Driver Release Notes.

Workarounds

  • Restrict network access to systems using the vulnerable ODBC driver to limit exposure to potential attack vectors
  • Implement input validation at the application layer to sanitize data before it reaches the ODBC driver
  • Consider temporarily using alternative connectivity methods (such as AWS SDK or JDBC drivers) if immediate patching is not feasible for critical systems
bash
# Verify installed ODBC driver version on Linux
rpm -qa | grep -i AmazonAthenaODBC
# Expected output for patched version: AmazonAthenaODBC-2.1.0.0

# Verify on Windows (PowerShell)
Get-ItemProperty "HKLM:\SOFTWARE\ODBC\ODBCINST.INI\Amazon Athena ODBC Driver" | Select-Object Driver, DriverODBCVer

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAmazon Athena

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • AWS Security Bulletin 2026-013

  • AWS Athena ODBC Driver Release Notes

  • Amazon Athena ODBC Driver RPM

  • Amazon Athena ODBC Driver pkg (Intel)

  • Amazon Athena ODBC Driver pkg (ARM)

  • Amazon Athena ODBC Driver MSI for Windows
  • Related CVEs
  • CVE-2026-35562: Amazon Athena ODBC Driver DoS Vulnerability

  • CVE-2026-35560: Amazon Athena ODBC Auth Bypass Flaw

  • CVE-2026-5485: Amazon Athena ODBC Driver RCE Vulnerability

  • CVE-2026-35561: Amazon Athena ODBC Auth Bypass Flaw
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