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
    • 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-2020-2934

CVE-2020-2934: Oracle MySQL Connector/J DOS Vulnerability

CVE-2020-2934 is a denial of service vulnerability in Oracle MySQL Connector/J affecting versions 8.0.19 and prior, and 5.1.48 and prior. This article covers technical details, affected versions, security impact, and mitigation.

Published: March 4, 2026

CVE-2020-2934 Overview

CVE-2020-2934 is a vulnerability in the MySQL Connectors product of Oracle MySQL, specifically affecting the Connector/J component. This vulnerability allows an unauthenticated attacker with network access to potentially compromise MySQL Connectors through multiple protocols. The attack is considered difficult to exploit and requires human interaction from a person other than the attacker.

Successful exploitation can result in unauthorized data manipulation (update, insert, or delete operations) on a subset of MySQL Connectors accessible data, unauthorized read access to sensitive data, and the ability to cause a partial denial of service condition.

Critical Impact

Unauthenticated network attackers may gain unauthorized data access and manipulation capabilities, along with the ability to disrupt MySQL Connector/J availability through partial denial of service attacks.

Affected Products

  • Oracle MySQL Connector/J versions 8.0.19 and prior
  • Oracle MySQL Connector/J versions 5.1.48 and prior
  • Oracle WebLogic Server versions 12.1.3.0.0, 12.2.1.3.0, 12.2.1.4.0, and 14.1.1.0.0
  • Fedora 32 and 33
  • Debian Linux 8.0 and 9.0

Discovery Timeline

  • April 15, 2020 - CVE-2020-2934 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-2934

Vulnerability Analysis

This vulnerability exists within the MySQL Connector/J component, which serves as the official JDBC driver enabling Java applications to connect to MySQL databases. The security flaw affects how the connector handles network communications, potentially allowing an unauthenticated remote attacker to compromise the connector's security boundaries.

The vulnerability impacts three core security pillars: confidentiality, integrity, and availability. An attacker could potentially read unauthorized data subsets, modify or delete connector-accessible data, and degrade service availability. The attack requires specific conditions to succeed, including network access via multiple protocols and interaction from a user other than the attacker.

Root Cause

The root cause of CVE-2020-2934 relates to improper handling of network communications within the Connector/J component. Oracle has not disclosed specific technical details regarding the underlying flaw, classifying it under "NVD-CWE-noinfo." The vulnerability appears to stem from insufficient validation or access control mechanisms when processing network-based requests to the MySQL Connector/J driver.

Attack Vector

The attack vector for CVE-2020-2934 is network-based, requiring the attacker to have network access to the vulnerable MySQL Connector/J component. The exploitation is considered difficult due to high attack complexity and the requirement for human interaction.

The attack flow involves:

  1. The attacker identifies a target system running vulnerable MySQL Connector/J versions
  2. The attacker crafts malicious network requests targeting the connector via multiple protocols
  3. User interaction is required to trigger the vulnerability condition
  4. Upon successful exploitation, the attacker gains partial access to read, modify, or delete data, or cause service degradation

Due to the lack of verified proof-of-concept code for this vulnerability, specific exploitation techniques are not publicly documented. Organizations should refer to the Oracle April 2020 CPU Alert for authoritative technical guidance.

Detection Methods for CVE-2020-2934

Indicators of Compromise

  • Unusual network traffic patterns targeting MySQL Connector/J services on non-standard ports or protocols
  • Unexpected database queries or data access attempts originating from unauthorized sources
  • Anomalous user interaction events coinciding with connector access attempts
  • Error logs indicating malformed or suspicious requests to the MySQL Connector/J component

Detection Strategies

  • Implement network monitoring to detect unusual traffic patterns targeting systems running MySQL Connector/J
  • Deploy database activity monitoring to identify unauthorized data access or modification attempts
  • Configure application-level logging to capture detailed request information for MySQL connections
  • Utilize SentinelOne's behavioral AI to detect anomalous process behavior associated with Java applications using MySQL connectors

Monitoring Recommendations

  • Monitor for unexpected outbound connections from applications using MySQL Connector/J
  • Track database query patterns for anomalous data access indicative of unauthorized read operations
  • Implement alerting for failed authentication attempts and unusual connection behaviors
  • Review Java application logs for exceptions or errors related to MySQL connector operations

How to Mitigate CVE-2020-2934

Immediate Actions Required

  • Upgrade MySQL Connector/J to version 8.0.20 or later (for 8.x branch) or 5.1.49 or later (for 5.x branch)
  • Update Oracle WebLogic Server to patched versions as specified in Oracle's security advisories
  • Apply vendor-provided security patches for Fedora and Debian Linux distributions
  • Restrict network access to MySQL Connector/J services to trusted sources only

Patch Information

Oracle has addressed this vulnerability in the April 2020 Critical Patch Update. Organizations should apply the patches detailed in the Oracle April 2020 CPU Alert. Additionally, Oracle released further updates addressing related issues in the Oracle January 2022 CPU Alert.

For Debian users, security updates are available via the Debian Security Advisory DSA-4703. Fedora users should apply updates through the standard package management system as documented in the Fedora Package Announcements. Gentoo users can refer to the Gentoo GLSA-202105-27 for guidance.

Workarounds

  • Implement network segmentation to isolate systems running vulnerable MySQL Connector/J versions
  • Configure firewall rules to restrict connector access to trusted IP addresses and networks only
  • Enable connection encryption (SSL/TLS) for all MySQL Connector/J communications
  • Deploy application-layer firewalls to filter malicious requests targeting the connector
bash
# Example: Restricting MySQL Connector/J network access via iptables
# Allow only trusted application servers to connect
iptables -A INPUT -p tcp --dport 3306 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 3306 -j DROP

# Enable SSL/TLS in JDBC connection string
# jdbc:mysql://hostname:3306/database?useSSL=true&requireSSL=true&verifyServerCertificate=true

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOracle Mysql Connector

  • SeverityMEDIUM

  • CVSS Score5.0

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Debian LTS Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA Report

  • Debian Security Advisory
  • Vendor Resources
  • Oracle April 2020 CPU Alert

  • Oracle January 2022 CPU Alert
  • Related CVEs
  • CVE-2024-21090: MySQL Connector/Python DoS Vulnerability

  • CVE-2025-21548: MySQL Connector/Python Auth Bypass Flaw

  • CVE-2024-21170: Oracle MySQL Connector/Python SQLi Flaw
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