CVE-2026-47065
Last modified
CVE-2026-47065 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. ZDRES-232: resolveProxyClass Not Overridden - acceptMatchers Filter Bypass via java.lang.reflect.Proxy Assessment: Fully addressed. When the serialised stream contains a TC_PROXYCLASSDESC (the marker for a java.lang.reflect.Proxy ), JDK’s ObjectInputStream.readProxyDesc() is dispatched. JDK then calls the default ObjectInputStream.resolveProxyClass(interfaces) implementation, which performs Class.forName(intf, false, latestUserDefinedLoader()) for EACH interface name and constructs the proxy class — bypassing the accepted classes list . ZDRES-233: Class.forName(name, initialize=true, classLoader) in readClassDescriptor Triggers Static Initialiser of Allow-Listed Classes Assessment: Fully addressed. For ANY class on the allow-list, deserialising a stream that names it triggers the class’s (static initialiser) BEFORE any instance is constructed. EPSS estimates a 0.47% chance of exploitation in the next 30 days.
Description
ZDRES-232: resolveProxyClass Not Overridden - acceptMatchers Filter Bypass via java.lang.reflect.Proxy Assessment: Fully addressed. When the serialised stream contains a TC_PROXYCLASSDESC (the marker for a java.lang.reflect.Proxy ), JDK’s ObjectInputStream.readProxyDesc() is dispatched. JDK then calls the default ObjectInputStream.resolveProxyClass(interfaces) implementation, which performs Class.forName(intf, false, latestUserDefinedLoader()) for EACH interface name and constructs the proxy class — bypassing the accepted classes list . ZDRES-233: Class.forName(name, initialize=true, classLoader) in readClassDescriptor Triggers Static Initialiser of Allow-Listed Classes Assessment: Fully addressed. For ANY class on the allow-list, deserialising a stream that names it triggers the class’s (static initialiser) BEFORE any instance is constructed. This means an attacker who supplies a class name on the allow-list (e.g., the developer wrote accept(“com.myapp.*") , attacker supplies com.myapp.SomeClass ) causes <clinit> of SomeClass — and many real-world classes have side-effecting static initialisers Both issues have been fixed.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Mina | 2.0.29 |
| Apache | Mina | 2.1.13 |
| Apache | Mina | 2.2.8 |
References
- https://lists.apache.org/thread/y7xj1bl8qo47p9bktb11hg5v6k1d4dyjMailing List, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-47065?
How severe is CVE-2026-47065?
How do I fix CVE-2026-47065?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-4706Incorrect boundary conditions in the Graphics: Canvas2D comp…7.5
- CVE-2026-47060Vulnerability in the JDBC component of Oracle Database Serve…6.5
- CVE-2026-47061Vulnerability in the JDBC component of Oracle Database Serve…5.6
- CVE-2026-47062Vulnerability in the Oracle VM VirtualBox product of Oracle …5.5
- CVE-2026-47063Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK,…7.5
- CVE-2026-47064Vulnerability in the MySQL Server, MySQL Cluster product of …6.5
- CVE-2026-47066Loop with Unreachable Exit Condition ('Infinite Loop') vulne…7.5
- CVE-2026-47067Allocation of Resources Without Limits or Throttling vulnera…7.5
- CVE-2026-47068Authorization Bypass Through User-Controlled Key vulnerabili…2.3
- CVE-2026-47069Improper Neutralization of CRLF Sequences ('CRLF Injection')…5.3
- CVE-2026-4707Incorrect boundary conditions in the Graphics: Canvas2D comp…7.5
- CVE-2026-47070Sensitive Data Exposure vulnerability in benoitc hackney all…6.1
Are you affected by CVE-2026-47065?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
