SCA: security update for org.apache.mina:mina-core (GHSA-v3pr-hxpr-mfm8)

critical Tenable Self-Hosted Container Security Plugin ID 444856

Description

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

- ZDRES-232: resolveProxyClass Not Overridden - acceptMatchers Filter Bypass via java.lang.reflect.Proxy
Assessment: Fully addressed. When the serialised stream contains a TC_PROXYCLASSDESC (the marker for a
java.lang.reflect.Proxy ), JDK’s ObjectInputStream.readProxyDesc() is dispatched. JDK then calls the
default ObjectInputStream.resolveProxyClass(interfaces) implementation, which performs Class.forName(intf,
false, latestUserDefinedLoader()) for EACH interface name and constructs the proxy class — bypassing the
accepted classes list . ZDRES-233: Class.forName(name, initialize=true, classLoader) in
readClassDescriptor Triggers Static Initialiser of Allow-Listed Classes Assessment: Fully addressed. For
ANY class on the allow-list, deserialising a stream that names it triggers the class’s (static
initialiser) BEFORE any instance is constructed. This means an attacker who supplies a class name on the
allow-list (e.g., the developer wrote accept(“com.myapp.*") , attacker supplies com.myapp.SomeClass )
causes <clinit> of SomeClass — and many real-world classes have side-effecting static initialisers Both
issues have been fixed. (CVE-2026-47065)

Solution

Update the org.apache.mina:mina-core library and its related packages to version 2.0.29 or later.

See Also

https://github.com/advisories/GHSA-v3pr-hxpr-mfm8

Plugin Details

Severity: Critical

ID: 444856

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 7/19/2026

Updated: 7/19/2026

Risk Information

VPR

Risk Factor: High

Score: 7.7

Percentile: 99.06

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.4

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2026-47065

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/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: 6/3/2026

Vulnerability Publication Date: 6/3/2026

Reference Information

CVE: CVE-2026-47065

cwe: CWE-502