CVE-2026-55223

Source
https://cve.org/CVERecord?id=CVE-2026-55223
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-55223.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-55223
Aliases
  • GHSA-w6w4-rjh9-9r58
Downstream
Related
Published
2026-06-30T22:56:55.895Z
Modified
2026-07-08T08:11:32.770231091Z
Severity
  • 6.3 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N CVSS Calculator
Summary
c3p0 exposes a deserialization "sink" via JDBC DataSource bean properties
Details

c3p0 is a JDBC Connection pooling library. In versions prior to 0.14.0, c3p0 in combination with other libraries, can compose to a "sink" for deserialization gadgets. The JDBC spec's DataSource.getConnection() and ConnectionPoolDataSource.getPooledConnection() match the getXXX() form, so JavaBean libraries treat them as "properties" assumed safe while they actually call into JDBC drivers. Attackers can thus craft malicious DataSource objects whose property lookups invoke vulnerable drivers, then smuggle them in serialized form to where an application deserializes and auto-resolves bean properties — triggering the attack. This requires a susceptible DataSource/ConnectionPoolDataSource and JDBC driver on the CLASSPATH, plus a carrier that auto-looks-up JavaBean properties on = deserialization, most commonly a collection paired with an Apache commons-beanutils Comparator that sorts by bean properties. c3p0 supplied that susceptible DataSource/ConnectionPoolDataSource, which was an essential component of the trigger. This issue has been fixed in version 0.14.0.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/55xxx/CVE-2026-55223.json",
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-502",
        "CWE-915"
    ]
}
References

Affected packages

Git / github.com/swaldman/c3p0

Affected ranges

Type
GIT
Repo
https://github.com/swaldman/c3p0
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "0.14.0"
        }
    ]
}

Affected versions

c3p0-0.*
c3p0-0.9.2
c3p0-0.9.2-pre2-RELEASE
c3p0-0.9.2-pre3
c3p0-0.9.2-pre4
c3p0-0.9.2-pre6
c3p0-0.9.2-pre7
c3p0-0.9.2-pre8
c3p0-0.9.5
c3p0-0.9.5-pre1
c3p0-0.9.5-pre10
c3p0-0.9.5-pre2
c3p0-0.9.5-pre3
c3p0-0.9.5-pre4
c3p0-0.9.5-pre5
c3p0-0.9.5-pre6
c3p0-0.9.5-pre7
c3p0-0.9.5-pre8
c3p0-0.9.5-pre9
c3p0-0.9.5.1
c3p0-0.9.5.2
c3p0-0.9.5.3
c3p0-0.9.5.4
c3p0-0.9.5.5
v.*
v.0.10.0
v0.*
v0.10.0-pre1
v0.10.0-pre2
v0.10.0-pre3
v0.10.0-pre4
v0.10.0-pre5
v0.10.0-pre6
v0.10.0-pre7
v0.10.1
v0.10.2
v0.11.0
v0.11.0-pre1
v0.11.0-pre2
v0.11.1
v0.11.2
v0.12.0
v0.13.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-55223.json"