OESA-2026-2168

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2026-2168
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2026-2168.json
JSON Data
https://api.osv.dev/v1/vulns/OESA-2026-2168
Upstream
  • CVE-2026-41409
  • CVE-2026-41635
Published
2026-05-03T09:56:57Z
Modified
2026-05-03T10:18:40.368380Z
Summary
apache-mina security update
Details

Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily. It provides an abstract event-driven asynchronous API over various transports such as TCP/IP and UDP/IP via Java NIO.

Security Fix(es):

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(CVE-2026-41409)

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.(CVE-2026-41635)

Database specific
{
    "severity": "Critical"
}
References

Affected packages

openEuler:24.03-LTS / apache-mina

Package

Name
apache-mina
Purl
pkg:rpm/openEuler/apache-mina&distro=openEuler-24.03-LTS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.11-1.oe2403

Ecosystem specific

{
    "src": [
        "apache-mina-2.1.11-1.oe2403.src.rpm"
    ],
    "noarch": [
        "apache-mina-2.1.11-1.oe2403.noarch.rpm",
        "apache-mina-javadoc-2.1.11-1.oe2403.noarch.rpm",
        "apache-mina-mina-core-2.1.11-1.oe2403.noarch.rpm",
        "apache-mina-mina-filter-compression-2.1.11-1.oe2403.noarch.rpm",
        "apache-mina-mina-http-2.1.11-1.oe2403.noarch.rpm",
        "apache-mina-mina-statemachine-2.1.11-1.oe2403.noarch.rpm"
    ]
}

Database specific

source
"https://repo.openeuler.org/security/data/osv/OESA-2026-2168.json"