製品・ソフトウェアに関する情報
Apache Software FoundationのMINAにおける信頼できないデータのデシリアライゼーションに関する脆弱性
Title Apache Software FoundationのMINAにおける信頼できないデータのデシリアライゼーションに関する脆弱性
Summary

Apache MINAのAbstractIoBuffer.resolveClass()には、静的クラスやプリミティブ型に関する分岐でクラス名の許可リストをチェックしない脆弱性が存在します。このため、悪意あるコードが実行される恐れがあります。該当するバージョンは2.1.0から2.1.11および2.2.0から2.2.6までであり、2.1.12および2.2.7で修正されています。Apache MINAを使用しているアプリケーションでは、アップグレードを推奨します。

Possible impacts 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date May 1, 2026, midnight
Registration Date May 7, 2026, 12:04 p.m.
Last Update May 7, 2026, 12:04 p.m.
CVSS3.0 : 緊急
Score 9.8
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected System
Apache Software Foundation
MINA 2.1.0 以上 2.1.12 未満
MINA 2.2.0 以上 2.2.7 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
No Changed Details Date of change
1 [2026年05月07日]
  掲載
May 7, 2026, 12:04 p.m.

NVD Vulnerability Information
CVE-2026-42779
Summary

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.

Publication Date May 1, 2026, 8:16 p.m.
Registration Date May 2, 2026, 4:06 a.m.
Last Update May 2, 2026, 2:55 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:apache:mina:*:*:*:*:*:*:*:* 2.1.0 2.1.12
cpe:2.3:a:apache:mina:*:*:*:*:*:*:*:* 2.2.0 2.2.7
Related information, measures and tools
Common Vulnerabilities List