CVE-2026-27830
Last modified
CVE-2026-27830 is a high-severity vulnerability rated 8.9/10 on the CVSS scale. c3p0, a JDBC Connection pooling library, is vulnerable to attack via maliciously crafted Java-serialized objects and `javax.naming.Reference` instances. Several c3p0 `ConnectionPoolDataSource` implementations have a property called `userOverridesAsString` which conceptually represents a `Map<String,Map<String,String>>`. EPSS estimates a 0.53% chance of exploitation in the next 30 days.
Description
c3p0, a JDBC Connection pooling library, is vulnerable to attack via maliciously crafted Java-serialized objects and `javax.naming.Reference` instances. Several c3p0 `ConnectionPoolDataSource` implementations have a property called `userOverridesAsString` which conceptually represents a `Map<String,Map<String,String>>`. Prior to v0.12.0, that property was maintained as a hex-encoded serialized object. Any attacker able to reset this property, on an existing `ConnectionPoolDataSource` or via maliciously crafted serialized objects or `javax.naming.Reference` instances could be tailored execute unexpected code on the application's `CLASSPATH`. The danger of this vulnerability was strongly magnified by vulnerabilities in c3p0's main dependency, mchange-commons-java. This library includes code that mirrors early implementations of JNDI functionality, including ungated support for remote `factoryClassLocation` values. Attackers could set c3p0's `userOverridesAsString` hex-encoded serialized objects that include objects "indirectly serialized" via JNDI references. Deserialization of those objects and dereferencing of the embedded `javax.naming.Reference` objects could provoke download and execution of malicious code from a remote `factoryClassLocation`. Although hazard presented by c3p0's vulnerabilites are exarcerbated by vulnerabilities in mchange-commons-java, use of Java-serialized-object hex as the format for a writable Java-Bean property, of objects that may be exposed across JNDI interfaces, represents a serious independent fragility. The `userOverridesAsString` property of c3p0 `ConnectionPoolDataSource` classes has been reimplemented to use a safe CSV-based format, rather than rely upon potentially dangerous Java object deserialization. c3p0-0.12.0+ and above depend upon mchange-commons-java 0.4.0+, which gates support for remote `factoryClassLocation` values by configuration parameters that default to restrictive values. c3p0 additionally enforces the new mchange-commons-java `com.mchange.v2.naming.nameGuardClassName` to prevent injection of unexpected, potentially remote JNDI names. There is no supported workaround for versions of c3p0 prior to 0.12.0.
Metrics
CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
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
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-27830?
How severe is CVE-2026-27830?
How do I fix CVE-2026-27830?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-27824calibre is a cross-platform e-book manager for viewing, conv…5.3
- CVE-2026-27825MCP Atlassian is a Model Context Protocol (MCP) server for A…8
- CVE-2026-27826MCP Atlassian is a Model Context Protocol (MCP) server for A…8.2
- CVE-2026-27828EVerest is an EV charging software stack. Prior to version 2…7.5
- CVE-2026-27829Astro is a web framework. In versions 9.0.0 through 9.5.3, a…7.2
- CVE-2026-2783Information disclosure due to JIT miscompilation in the Java…7.5
- CVE-2026-27831rldns is an open source DNS server. Version 1.3 has a heap-b…7.5
- CVE-2026-27832Group-Office is an enterprise customer relationship manageme…8.8
- CVE-2026-27833Piwigo is an open source photo gallery application for the w…7.5
- CVE-2026-27834Piwigo is an open source photo gallery application for the w…7.2
- CVE-2026-27835wger is a free, open-source workout and fitness manager. In …4.3
- CVE-2026-27836phpMyFAQ is an open source FAQ web application. Prior to ver…7.5
Are you affected by CVE-2026-27830?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
