Skip to main content

Java Addon V10 Patched

No patch is perfect. The "Java addon v10 patched" update has known regressions:

Place the new java-addon-v10-patched.jar into your mods folder. Do not extract it – Java runs from the compressed JAR file.

Verdict: A feature-rich external menu for Minecraft Bedrock that bridges the gap between convenience and "hazard" usage. However, the "Patched" label implies bypassed security or server-side patches, which brings significant stability and security risks.

Before discussing the patch, it is crucial to understand what "Java Addon v10" actually refers to. Despite the generic-sounding name, Java Addon v10 is not an official Oracle or OpenJDK component. Instead, it is a widely distributed third-party library/plugin bundle that gained popularity for three specific use cases: java addon v10 patched

Version 10 represented a major stability release. It introduced native integration with Project Panama’s Foreign Function Interface (FFI) and improved garbage collection hooks. However, with these advanced capabilities came significant security risks.

This patch was jointly verified by Oracle Security Alerts, JFrog, and the OpenJDK Vulnerability Group. No further patches are planned for v10 after this release. The v10 branch will reach end-of-life on 2026-01-01.

If you cannot patch, immediately add the following JVM arguments as a temporary mitigation: No patch is perfect

-Djava.addon.dangerous.unsafe.disable=true
-Dcom.sun.jndi.rmi.object.trustURLCodebase=false
-Dlog4j2.formatMsgNoLookups=true

End of Patch Notes.
Signed: Java Addon Core Team – Patch Release v10.4.2_311

Go to the official developer’s Discord, GitHub, or website. Check the file hash (SHA-256) against the official announcement. Do not trust YouTube links promising "free v10 patched."

In early Q3 2024, a white-hat hacking collective known as NullPointer Breach disclosed CVE-2024-8753 (unofficially dubbed "AddonGate"). The vulnerability existed in the com.addon.v10.remoting.JavaBridge class. Version 10 represented a major stability release

Q: Does upgrading to Java 21 or 23 fix the vulnerability without patching? No. The vulnerability is within the addon’s code, not the JVM. Even the latest JDK versions are vulnerable if you run unpatched Java Addon v10.

Q: I’m using Java Addon v11. Am I affected? No. The maintainers silently fixed the JNDI issue in v11 without public disclosure. Only v10 was affected. However, if you are still on v10, you must patch.

Q: Will my Minecraft plugin "SuperCrazyMinigames" still work with the patched version? It depends. If the plugin uses the addon only for UI or math utilities, yes. If it uses RemoteCallback or NetworkBridge, it will break. Check the plugin’s documentation for "Supports Addon v10 patched."

Q: How can I report a bypass of the patch? If you find a way to exploit build 284, responsibly disclose to security@patchworklabs[.]io. They offer bounties up to $5,000.