SCA: security update for org.apache.mina:mina-core (GHSA-vf5j-865m-mq7c)

critical Tenable Self-Hosted Container Security Plugin ID 441473

Description

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

- The fix for CVE-2026-41635 was not applied to the 2.1.X and 2.2.X branches. Here was the original issue
description: Apache MINA's AbstractIoBuffer.resolveClass() contains two branches, one of them (for static
classes or primitive types) does not check the class at all, bypassing the classname allowlist and
allowing arbitrary code to be executed. The fix checks if the class is present in the accepted class
filter before calling Class.forName(). Affected versions are Apache MINA 2.1.0 <= 2.1.11, and 2.2.0 <=
2.2.6. The problem is resolved in Apache MINA 2.1.12, and 2.2.7 by applying the classname allowlist
earlier. Affected are applications using Apache MINA that call IoBuffer.getObject(). Applications using
Apache MINA are advised to upgrade. (CVE-2026-42779)

Solution

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

See Also

https://github.com/advisories/GHSA-vf5j-865m-mq7c

Plugin Details

Severity: Critical

ID: 441473

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 5/7/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 6.9

Percentile: 96.92

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-42779

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: 5/1/2026

Vulnerability Publication Date: 5/1/2026

Reference Information

CVE: CVE-2026-42779

cwe: CWE-502