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

Apache MINAのAbstractIoBuffer.resolveClass()には2つの分岐があり、そのうちの1つ(静的クラスまたはプリミティブ型の場合)はクラスのチェックを全く行わず、クラス名の許可リストをバイパスして任意のコードが実行される可能性があります。修正では、Class.forName()を呼び出す前にクラスが許可されたクラスフィルターに存在するかどうかを確認します。影響を受けるバージョンはApache MINA 2.0.0から2.0.27、2.1.0から2.1.10、および2.2.0から2.2.5です。この問題は、Apache MINA 2.0.28、2.1.11、および2.2.6でクラス名の許可リストを早期に適用することで解決されています。影響を受けるのは、Apache MINAを使用してIoBuffer.getObject()を呼び出すアプリケーションです。Apache MINAを使用しているアプリケーションはアップグレードすることを推奨します。

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

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

Publication Date April 27, 2026, midnight
Registration Date May 1, 2026, 10:46 a.m.
Last Update May 1, 2026, 10:46 a.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.0.0 以上 2.0.28 未満
MINA 2.1.0 以上 2.1.11 未満
MINA 2.2.0 以上 2.2.6 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
No Changed Details Date of change
1 [2026年05月01日]
  掲載
May 1, 2026, 10:46 a.m.

NVD Vulnerability Information
CVE-2026-41635
Summary

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.0.0 <= 2.0.27, 2.1.0 <= 2.1.10, and

2.2.0 <= 2.2.5.

The problem is resolved in Apache MINA 2.0.28, 2.1.11, and 2.2.6 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 April 27, 2026, 6:16 p.m.
Registration Date April 28, 2026, 4:07 a.m.
Last Update April 30, 2026, 4:08 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:apache:mina:*:*:*:*:*:*:*:* 2.0.0 2.0.28
cpe:2.3:a:apache:mina:*:*:*:*:*:*:*:* 2.1.0 2.1.11
cpe:2.3:a:apache:mina:*:*:*:*:*:*:*:* 2.2.0 2.2.6
Related information, measures and tools
Common Vulnerabilities List