CVE-2026-27727

HIGH EPSS 43.2%
Published Feb 25, 20264mo ago · Modified Mar 11, 20263mo ago
8.9 CVSS 4.0
High
Find Similar
Published Feb 25, 2026 4mo ago
Last Modified Mar 11, 2026 3mo ago

Description

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.

CVSS Details

Base Score
8.9
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:L/AT:P/PR:H/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
Attack Vector Network
Attack Complexity Low
Privileges Required High
User Interaction None
Scope X

Threat Intelligence

EPSS Exploit Probability
43.2% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-74

Affected Products 1

VendorProductVersionRange
mchangemchange_commons_java* <0.4.0

References 4

  • github.com https://github.com/swaldman/mchange-commons-java/security/advisories/GHSA-m2cm-222f-qw44
    PatchVendor Advisory
  • mogwailabs.de https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal
    ExploitThird Party Advisory
  • mchange.com https://www.mchange.com/projects/c3p0/#configuring_security
    Issue Tracking
  • mchange.com https://www.mchange.com/projects/c3p0/#security-note
    Release Notes

Remediation

  • github.com https://github.com/swaldman/mchange-commons-java/security/advisories/GHSA-m2cm-222f-qw44
    PatchVendor Advisory