CVE-2026-41635

Severity CVSS v4.0:
Pending analysis
Type:
CWE-502 Deserialization of Untrusted Dat
Publication date:
27/04/2026
Last modified:
29/04/2026

Description

Apache MINA&amp;#39;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.<br /> <br /> <br /> <br /> <br /> The fix checks if the class is present in the accepted class filter before calling Class.forName(). <br /> <br /> <br /> <br /> <br /> <br /> <br /> Affected versions are Apache MINA 2.0.0

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:apache:mina:*:*:*:*:*:*:*:* 2.0.0 (including) 2.0.28 (excluding)
cpe:2.3:a:apache:mina:*:*:*:*:*:*:*:* 2.1.0 (including) 2.1.11 (excluding)
cpe:2.3:a:apache:mina:*:*:*:*:*:*:*:* 2.2.0 (including) 2.2.6 (excluding)