CVE-2026-94301

9.8

Apache Software Foundation · Apache MINA

A deserialization vulnerability exists in Apache MINA due to an incomplete patch for CVE-2026-47065, allowing unauthenticated attackers to bypass filter allow-lists via java.lang.reflect.Proxy.

Executive summary

An incomplete fix for a critical deserialization flaw in Apache MINA leaves multiple maintenance branches vulnerable to unauthenticated remote code execution.

Vulnerability

This is a deserialization of untrusted data vulnerability (CWE-502) caused by the failure to override the resolveProxyClass method in the 2.0.X and 2.1.X maintenance branches. An unauthenticated attacker can exploit this to bypass security matchers and achieve remote code execution.

Business impact

The vulnerability carries a CVSS score of 9.8, reflecting its critical nature as an unauthenticated, remotely exploitable flaw. Successful exploitation allows for complete system compromise, including unauthorized data access, modification, and potential lateral movement within the network. Organizations relying on affected versions of Apache MINA face significant risk of service disruption and data breach.

Remediation

Immediate Action: Upgrade to Apache MINA version 2.0.31 or 2.1.15 immediately to ensure the resolveProxyClass override is correctly implemented.

Proactive Monitoring: Monitor application logs for unusual deserialization errors or unexpected network traffic patterns targeting the MINA framework.

Compensating Controls: Implement strict network segmentation and utilize a Web Application Firewall or intrusion detection system to monitor and drop suspicious serialized object traffic.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

The severity of this vulnerability, combined with its status as an incomplete remediation of a prior critical issue, necessitates an immediate update. Administrators must verify that their environment is running the corrected versions, as previous security releases for the 2.0.X and 2.1.X lines are confirmed to be ineffective against this specific bypass. Failure to patch will leave systems exposed to unauthenticated remote code execution.

More Apache Software Foundation CVEs

History

  1. Disclosed CVE record published
  2. Collected by CVE Brief via github
  3. Analyst report written
  4. Published in the daily brief critical section

Sources

Originally found and disclosed by tonghuaroot, per the CVE Program record.