Improper access control in Apache MINA - CVE-2026-41635
Published: April 28, 2026
Apache MINA
Detailed vulnerability description
The vulnerability allows a remote attacker to execute arbitrary code.
The vulnerability exists due to improper access control in AbstractIoBuffer.resolveClass() when deserializing objects via IoBuffer.getObject(). A remote attacker can send a specially crafted serialized object to execute arbitrary code.
The issue affects the branch for static classes or primitive types, which bypasses the classname allowlist.