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-2026-27830

CVE-2026-27830: c3p0 JDBC Library RCE Vulnerability

CVE-2026-27830 is a remote code execution vulnerability in c3p0 JDBC Connection pooling library via malicious serialized objects. Attackers can execute arbitrary code through crafted userOverridesAsString properties.

Published: February 27, 2026

CVE-2026-27830 Overview

CVE-2026-27830 is a critical insecure deserialization vulnerability affecting c3p0, a widely-used JDBC Connection pooling library for Java applications. The vulnerability allows attackers to execute arbitrary code through maliciously crafted Java-serialized objects and javax.naming.Reference instances. The flaw exists in multiple c3p0 ConnectionPoolDataSource implementations that maintain a property called userOverridesAsString as a hex-encoded serialized object, creating a dangerous attack surface when combined with vulnerabilities in the mchange-commons-java dependency.

Critical Impact

Attackers with adjacent network access can achieve remote code execution by exploiting the insecure deserialization of the userOverridesAsString property, potentially leading to complete system compromise through JNDI injection attacks.

Affected Products

  • c3p0 versions prior to 0.12.0
  • Applications using vulnerable c3p0 ConnectionPoolDataSource implementations
  • Systems with mchange-commons-java versions prior to 0.4.0

Discovery Timeline

  • 2026-02-26 - CVE CVE-2026-27830 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-27830

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Code Injection) and stems from the unsafe handling of serialized Java objects in the c3p0 connection pooling library. The userOverridesAsString property, which conceptually represents a Map<String,Map<String,String>> data structure, was implemented using hex-encoded serialized objects prior to version 0.12.0.

The vulnerability is significantly amplified by flaws in c3p0's primary dependency, mchange-commons-java, which includes code that mirrors early JNDI implementations with ungated support for remote factoryClassLocation values. This combination creates a potent attack chain where deserialization triggers JNDI lookups that can download and execute malicious code from attacker-controlled servers.

Root Cause

The root cause is the use of Java object serialization as the storage format for a writable Java-Bean property. This design decision introduced a serious security fragility, particularly for objects exposed across JNDI interfaces. The lack of input validation on the userOverridesAsString property allowed arbitrary serialized objects to be injected, including those containing embedded javax.naming.Reference objects pointing to remote code locations.

Attack Vector

The attack requires adjacent network access with low privileges. An attacker able to modify the userOverridesAsString property—either on an existing ConnectionPoolDataSource instance or through malicious serialized objects and javax.naming.Reference instances—can inject "indirectly serialized" objects via JNDI references. When the application deserializes these objects and dereferences the embedded javax.naming.Reference objects, it triggers the download and execution of malicious code from a remote factoryClassLocation controlled by the attacker.

java
 import java.lang.reflect.Method;
 import com.mchange.v1.lang.BooleanUtils;
 import com.mchange.v2.c3p0.C3P0Registry;
+import com.mchange.v2.csv.MalformedCsvException;
 
 //all internal maps should be HashMaps (the implementation presumes HashMaps)

Source: GitHub Commit Change

The patch introduces CSV-based parsing through MalformedCsvException, indicating the transition from dangerous Java serialization to a safe CSV-based format for the userOverridesAsString property.

Detection Methods for CVE-2026-27830

Indicators of Compromise

  • Unusual JNDI lookup requests to external or unknown hosts from Java application processes
  • Presence of hex-encoded serialized objects in c3p0 configuration files or database entries
  • Network connections from application servers to unexpected remote factoryClassLocation URLs
  • Java deserialization errors in application logs related to c3p0 ConnectionPoolDataSource classes

Detection Strategies

  • Monitor for outbound JNDI/RMI/LDAP connections from application servers to untrusted destinations
  • Implement application-level logging to capture modifications to ConnectionPoolDataSource properties
  • Deploy Java runtime security agents capable of detecting deserialization attacks
  • Use network intrusion detection systems to identify JNDI injection attack patterns

Monitoring Recommendations

  • Enable verbose logging for c3p0 configuration changes and JNDI operations
  • Implement alerts for unexpected network connections from Java application processes
  • Review application logs for serialization-related exceptions or errors
  • Monitor for changes to c3p0 configuration parameters, especially userOverridesAsString

How to Mitigate CVE-2026-27830

Immediate Actions Required

  • Upgrade c3p0 to version 0.12.0 or later immediately
  • Update mchange-commons-java dependency to version 0.4.0 or later
  • Audit all c3p0 configuration files and JNDI bindings for suspicious content
  • Review and restrict network egress rules for application servers

Patch Information

The vulnerability has been addressed in c3p0 version 0.12.0, which reimplements the userOverridesAsString property using a safe CSV-based format instead of Java object deserialization. Additionally, c3p0-0.12.0+ depends upon mchange-commons-java 0.4.0+, which gates support for remote factoryClassLocation values through configuration parameters that default to restrictive values. The library also enforces the new mchange-commons-java com.mchange.v2.naming.nameGuardClassName to prevent injection of unexpected, potentially remote JNDI names.

For detailed patch information, refer to the GitHub Security Advisory and the MChange Security Configuration documentation.

Workarounds

  • There is no supported workaround for versions of c3p0 prior to 0.12.0
  • Implement network-level controls to block outbound JNDI/RMI/LDAP connections as a temporary mitigation
  • Consider restricting access to c3p0 configuration properties through application-level access controls
  • Deploy a Web Application Firewall (WAF) with deserialization attack detection capabilities
bash
# Configuration example for upgraded c3p0 (0.12.0+)
# Verify restrictive JNDI settings in c3p0 configuration
# c3p0.properties or c3p0-config.xml

# Ensure mchange-commons-java security settings are restrictive
# com.mchange.v2.naming.nameGuardClassName should be enforced

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechC3p0

  • SeverityHIGH

  • CVSS Score8.9

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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-94
  • Technical References
  • GitHub Commit Change

  • GitHub Security Advisory

  • Mogwai Labs Blog Post

  • MChange Security Configuration

  • MChange Security Note
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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