Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:maven/org.apache.mina/mina-core@2.2.1
purl pkg:maven/org.apache.mina/mina-core@2.2.1
Next non-vulnerable version 2.2.7
Latest non-vulnerable version 2.2.7
Risk 4.5
Vulnerabilities affecting this package (5)
Vulnerability Summary Fixed by
VCID-73zw-4p82-vfhn
Aliases:
CVE-2026-41635
GHSA-8297-v2rf-2p32
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.
2.2.6
Affected by 2 other vulnerabilities.
VCID-fhsk-3tb3-tycu
Aliases:
CVE-2026-41409
GHSA-f2wh-grmh-r6jm
The fix for CVE-2024-52046 in Apache MINA AbstractIoBuffer.getObject() was incomplete. The classname allowlist of classes allowed to be deserialized was applied too late after a static initializer in a class to be read might already have been executed. 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
2.2.6
Affected by 2 other vulnerabilities.
VCID-j1s3-uv9r-3yd5
Aliases:
CVE-2026-42779
GHSA-vf5j-865m-mq7c
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.
2.2.7
Affected by 0 other vulnerabilities.
VCID-kvs1-xhhs-27fc
Aliases:
CVE-2026-42778
GHSA-995c-6rp3-4m4x
The fix for CVE-2026-41409 was not applied to the 2.1.X and 2.2.X branches. Here was the original issue description: The fix for CVE-2024-52046 in Apache MINA AbstractIoBuffer.getObject() was incomplete. The classname allowlist of classes allowed to be deserialized was applied too late after a static initializer in a class to be read might already have been executed. 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 The fix for CVE-2024-52046 in Apache MINA AbstractIoBuffer.getObject() was incomplete. The classname allowlist of classes allowed to be deserialized was applied too late after a static initializer in a class to be read might already have been executed. Affected versions are Apache MINA 2.1.0 <= 2.1.110, 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
2.2.7
Affected by 0 other vulnerabilities.
VCID-xdzd-ygsf-hqc6
Aliases:
CVE-2024-52046
GHSA-76h9-2vwh-w278
The ObjectSerializationDecoder in Apache MINA uses Java’s native deserialization protocol to process incoming serialized data but lacks the necessary security checks and defenses. This vulnerability allows attackers to exploit the deserialization process by sending specially crafted malicious serialized data, potentially leading to remote code execution (RCE) attacks. This issue affects MINA core versions 2.0.X, 2.1.X and 2.2.X, and will be fixed by the releases 2.0.27, 2.1.10 and 2.2.4. It's also important to note that an application using MINA core library will only be affected if the IoBuffer#getObject() method is called, and this specific method is potentially called when adding a ProtocolCodecFilter instance using the ObjectSerializationCodecFactory class in the filter chain. If your application is specifically using those classes, you have to upgrade to the latest version of MINA core library. Upgrading will  not be enough: you also need to explicitly allow the classes the decoder will accept in the ObjectSerializationDecoder instance, using one of the three new methods: /**      * Accept class names where the supplied ClassNameMatcher matches for * deserialization, unless they are otherwise rejected. * * @param classNameMatcher the matcher to use */ public void accept(ClassNameMatcher classNameMatcher) /** * Accept class names that match the supplied pattern for * deserialization, unless they are otherwise rejected. * * @param pattern standard Java regexp */ public void accept(Pattern pattern) /** * Accept the wildcard specified classes for deserialization, * unless they are otherwise rejected. * * @param patterns Wildcard file name patterns as defined by * {@link org.apache.commons.io.FilenameUtils#wildcardMatch(String, String) FilenameUtils.wildcardMatch} */ public void accept(String... patterns) By default, the decoder will reject *all* classes that will be present in the incoming data. Note: The FtpServer, SSHd and Vysper sub-project are not affected by this issue.
2.2.4
Affected by 4 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-13T10:48:42.441989+00:00 GHSA Importer Affected by VCID-fhsk-3tb3-tycu https://github.com/advisories/GHSA-f2wh-grmh-r6jm 38.6.0
2026-06-13T10:48:40.698828+00:00 GHSA Importer Affected by VCID-73zw-4p82-vfhn https://github.com/advisories/GHSA-8297-v2rf-2p32 38.6.0
2026-06-13T09:50:01.683661+00:00 GHSA Importer Affected by VCID-xdzd-ygsf-hqc6 https://github.com/advisories/GHSA-76h9-2vwh-w278 38.6.0
2026-06-12T22:19:03.464399+00:00 GitLab Importer Affected by VCID-j1s3-uv9r-3yd5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.mina/mina-core/CVE-2026-42779.yml 38.6.0
2026-06-12T22:19:01.282246+00:00 GitLab Importer Affected by VCID-kvs1-xhhs-27fc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.mina/mina-core/CVE-2026-42778.yml 38.6.0
2026-06-12T22:14:08.719915+00:00 GitLab Importer Affected by VCID-73zw-4p82-vfhn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.mina/mina-core/CVE-2026-41635.yml 38.6.0
2026-06-12T22:14:04.484402+00:00 GitLab Importer Affected by VCID-fhsk-3tb3-tycu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.mina/mina-core/CVE-2026-41409.yml 38.6.0