Lucene search
K

17 matches found

RedHat Linux
RedHat Linux
added 2026/05/14 4:55 p.m.3 views

Apache MINA: Apache MINA: Arbitrary code execution via classname allowlist bypass

A flaw was found in Apache MINA. A remote attacker could exploit a vulnerability in the AbstractIoBuffer.resolveClass method, which failed to properly validate class names for static classes or primitive types. This bypasses the intended security control, known as a classname allowlist, allowing ...

9.8CVSS7AI score0.00059EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2026/05/14 6:38 a.m.7 views

CVE-2026-42778

A flaw was found in Apache MINA. An incomplete fix for a deserialization issue in the AbstractIoBuffer.getObject method allowed a static initializer in a class to be executed before the classname allowlist was applied. This vulnerability allows a remote attacker to execute arbitrary code in...

9.8CVSS6.2AI score0.00287EPSS
Exploits0References4
OSV
OSV
added 2026/05/03 9:56 a.m.5 views

OESA-2026-2168 apache-mina security update

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 Fixes: The fix for...

9.8CVSS6AI score0.00278EPSS
Exploits0References3
OSV
OSV
added 2026/05/03 9:56 a.m.2 views

OESA-2026-2167 apache-mina security update

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 Fixes: The fix for...

9.8CVSS6AI score0.00278EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2026/05/01 5:14 p.m.2 views

CVE-2026-41409

A flaw was found in Apache MINA. An incomplete fix for a deserialization vulnerability in the AbstractIoBuffer.getObject method allowed a static initializer in a class to be executed before the classname allowlist was applied. This could enable a remote attacker to execute arbitrary code by sendi...

9.8CVSS6.2AI score0.00278EPSS
Exploits0References4
Snyk
Snyk
added 2026/05/01 11:26 a.m.3 views

Deserialization of Untrusted Data

Overview org.apache.mina:mina-core is a network application framework which helps users develop high performance and high scalability network applications easily. Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the IoBuffer.getObject function. An attacker...

9.8CVSS7.4AI score0.00287EPSS
Exploits0References2
NVD
NVD
added 2026/05/01 11:16 a.m.3 views

CVE-2026-42778

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 stat...

9.8CVSS0.00287EPSS
Exploits0References1
NVD
NVD
added 2026/05/01 11:16 a.m.3 views

CVE-2026-42779

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...

9.8CVSS0.00083EPSS
Exploits1References1
EUVD
EUVD
added 2026/05/01 10:1 a.m.2 views

EUVD-2026-26492

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 stat...

9.8CVSS5.8AI score0.00287EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2026/05/01 10:1 a.m.2 views

CVE-2026-42778

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 stat...

10CVSS5.8AI score0.55384EPSS
Exploits0References2Affected Software1
EUVD
EUVD
added 2026/05/01 10:0 a.m.4 views

EUVD-2026-26493

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...

9.8CVSS6AI score0.00083EPSS
Exploits1References1
Positive Technologies
Positive Technologies
added 2026/05/01 12:0 a.m.3 views

PT-2026-36315

Name of the Vulnerable Software and Affected Versions Apache MINA versions 2.1.0 through 2.1.11 Apache MINA versions 2.2.0 through 2.2.6 Description An insecure deserialization flaw exists in the resolveClass function of AbstractIoBuffer. One of the execution branches, specifically for primitive...

10CVSS6.4AI score0.00083EPSS
Exploits1References282
RedhatCVE
RedhatCVE
added 2026/04/27 2:25 p.m.2 views

CVE-2026-41635

A flaw was found in Apache MINA. A remote attacker could exploit a vulnerability in the AbstractIoBuffer.resolveClass method, which failed to properly validate class names for static classes or primitive types. This bypasses the intended security control, known as a classname allowlist, allowing ...

9.8CVSS6.1AI score0.00059EPSS
Exploits0References4
NVD
NVD
added 2026/04/27 10:16 a.m.2 views

CVE-2026-41409

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 =...

9.8CVSS0.00278EPSS
Exploits0References1
NVD
NVD
added 2026/04/27 9:16 a.m.2 views

CVE-2026-41635

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...

9.8CVSS0.00059EPSS
Exploits0References2
OSV
OSV
added 2026/04/27 9:16 a.m.2 views

DEBIAN-CVE-2026-41635

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...

9.8CVSS5.7AI score0.00059EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2024/12/25 10:6 a.m.32 views

CVE-2024-52046 Apache MINA: MINA applications using unbounded deserialization may allow RCE

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...

10CVSS7.7AI score0.55384EPSS
Exploits0References1
Rows per page
Query Builder