SCA: security update for com.mchange:mchange-commons-java (GHSA-h84g-69h7-mw6v)

high Tenable Cloud Security Plugin ID 445982

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- mchange-commons-java is a Java library of shared utility classes used by mchange projects like the c3p0
connection pool. Prior to version 0.6.0, its JNDI ObjectFactory implementation
(com.mchange.v2.naming.JavaBeanObjectFactory) will construct objects of arbitrary classes and initialize
"JavaBean"-style properties, which for certain classes enables JNDI injection and "deserialization
gadgets." Such initialization is unsafe for some classes: for example, setting the contentType property of
a Swing JEditorPane to text/html and its text property to HTML containing a stylesheet <link> will provoke
an HTTP GET on an arbitrary URL, potentially from within a trusted security domain. The problem is
aggravated by the library's ReferenceIndirector, through which malicious JNDI Reference objects can be
smuggled in for dereferencing wherever an application reads a Java-serialized object. This has been
resolved in version 0.6.0. (CVE-2026-55153)

Solution

Update the com.mchange:mchange-commons-java library and its related packages to version 0.6.0 or later.

See Also

https://github.com/advisories/GHSA-h84g-69h7-mw6v

Plugin Details

Severity: High

ID: 445982

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/15/2026

Updated: 8/15/2026

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 58.03

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 4.8

Vector: CVSS2#AV:A/AC:H/Au:S/C:C/I:C/A:C

CVSS Score Source: CVE-2026-55153

CVSS v3

Risk Factor: High

Base Score: 7.1

Temporal Score: 6.2

Vector: CVSS:3.0/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/14/2026

Vulnerability Publication Date: 7/1/2026

Reference Information

CVE: CVE-2026-55153

cwe: CWE-470