← Back

Mchange

mchange

3 CVEs • 2 products

Products (2)

Click to collapse
Toggle
C3p0
c3p0

CVEs (3)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Mchange
1Mchange Commons Java
Mar 11, 2026
Feb 25, 2026
8.9 HIGH· v4
9.8 CRITICAL· v3
N/A· v2
mchange-commons-java, a library that provides Java utilities, includes code that mirrors early implementations of JNDI functionality, including support for remote `factoryClassLocation` values, by which code can be downl...Show more
mchange-commons-java, a library that provides Java utilities, includes code that mirrors early implementations of JNDI functionality, including support for remote `factoryClassLocation` values, by which code can be downloaded and invoked within a running application. If an attacker can provoke an application to read a maliciously crafted `jaxax.naming.Reference` or serialized object, they can provoke the download and execution of malicious code. Implementations of this functionality within the JDK were disabled by default behind a System property that defaults to `false`, `com.sun.jndi.ldap.object.trustURLCodebase`. However, since mchange-commons-java includes an independent implementation of JNDI derefencing, libraries (such as c3p0) that resolve references via that implementation could be provoked to download and execute malicious code even after the JDK was hardened. Mirroring the JDK patch, mchange-commons-java's JNDI functionality is gated by configuration parameters that default to restrictive values starting in version 0.4.0. No known workarounds are available. Versions prior to 0.4.0 should be avoided on application CLASSPATHs.Show less
3Fedoraproject
MchangeOracle
11C3p0
Communications Ip Service ActivatorCommunications Session Route Manager+8 more
Sep 5, 2025
Apr 22, 2019
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
c3p0 version < 0.9.5.4 may be exploited by a billion laughs attack when loading XML configuration due to missing protections against recursive entity expansion when loading configuration.
2Debian
Mchange
2C3p0
Debian Linux
Nov 21, 2024
Dec 24, 2018
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
c3p0 0.9.5.2 allows XXE in extractXmlConfigFromInputStream in com/mchange/v2/c3p0/cfg/C3P0ConfigXmlUtils.java during initialization.