Description
The fix for CVE-2026-47065/ZDRES-232 ("resolveProxyClass Not Overridden - acceptMatchers Filter Bypass via java.lang.reflect.Proxy"), released on 2026-06-02 and announced as "Fully addressed" in MINA 2.2.8, 2.1.13 and 2.0.29, was committed to the
 2.2.X branch only. The 2.0.X and 2.1.X maintenance branches never received the resolveProxyClass() override, so the 2.0.29 and 2.1.13 artifacts listed as fixed -- and every later release on those lines, up to and including the current 2.0.30 and 2.1.14 -- remain vulnerable to the exact allow-list bypass that CVE-2026-47065 was meant to close.
Published: 2026-09-21
Score: 9.8 Critical
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The vulnerability is a missing override of the resolveProxyClass method that allows an attacker to bypass the acceptMatchers allow‑list in Apache MINA, effectively enabling the execution of arbitrary code via a crafted java.lang.reflect.Proxy object. This flaw is classified as CWE‑502 and carries a CVSS score of 9.8, indicating that exploitation would likely lead to a complete loss of control over the affected system.

Affected Systems

The Apache MINA 2.0.X and 2.1.X maintenance branches – in particular the 2.0.30 and 2.1.14 releases and any later builds on those lines – remain vulnerable because the patch was never incorporated into those branches. The library is distributed by the Apache Software Foundation.

Risk and Exploitability

The high CVSS score, combined with the report that no mitigating measures exist, positions this flaw as a critical risk. Based on the description, it is inferred that exploitation would occur when a MINA instance receives data over the network from an untrusted source, allowing the attacker to deliver a crafted Java object. The likely attack vector is transmission of this object to a MINA-based service that deserializes input. Although the EPSS score is not available and the vulnerability is not listed in KEV, operators should treat the vulnerability with the same priority as any remote code execution flaw.

Generated by OpenCVE AI on September 21, 2026 at 17:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Apache MINA library to version 2.2.8 or later, which includes the resolution of the resolveProxyClass override.
  • Restrict the MINA endpoints to trusted networks only and block exposure to untrusted clients.
  • Implement input validation to reject dynamically generated proxy objects before they reach the MINA deserialization layers.

Generated by OpenCVE AI on September 21, 2026 at 17:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache mina
Vendors & Products Apache
Apache mina

Mon, 21 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 21 Sep 2026 15:00:00 +0000

Type Values Removed Values Added
Description The fix for CVE-2026-47065/ZDRES-232 ("resolveProxyClass Not Overridden - acceptMatchers Filter Bypass via java.lang.reflect.Proxy"), released on 2026-06-02 and announced as "Fully addressed" in MINA 2.2.8, 2.1.13 and 2.0.29, was committed to the  2.2.X branch only. The 2.0.X and 2.1.X maintenance branches never received the resolveProxyClass() override, so the 2.0.29 and 2.1.13 artifacts listed as fixed -- and every later release on those lines, up to and including the current 2.0.30 and 2.1.14 -- remain vulnerable to the exact allow-list bypass that CVE-2026-47065 was meant to close.
Title Apache MINA: CVE-2026-47065 resolveProxyClass fix missing from 2.0.X and 2.1.X branches (2.0.30 / 2.1.14) ZDRES-232
Weaknesses CWE-502
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-09-21T15:38:00.430Z

Reserved: 2026-09-21T09:47:53.234Z

Link: CVE-2026-94301

cve-icon Vulnrichment

Updated: 2026-09-21T15:37:57.230Z

cve-icon NVD

Status : Received

Published: 2026-09-21T15:17:38.903

Modified: 2026-09-21T16:17:29.677

Link: CVE-2026-94301

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T17:30:18Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data