GHSA-8f39-v287-78jf
Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Primary rating from Vendor (CNA) · only source for this CVE.
CVSS VectorVendor
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Lifecycle Timeline
6Blast Radius
ecosystem impact- 27 maven packages depend on org.apache.fory:fory-core (14 direct, 13 indirect)
Ecosystem-wide dependent count for version 1.1.0.
Description PRE-NVD
AnalysisAI
Unsafe deserialization in Apache Fory fory-core Java SDK versions prior to 1.1.0 allows remote attackers to bypass the framework's class registration, TypeChecker, and DisallowedList security controls on Java/JVM platforms. By crafting malicious Fory-serialized payloads that exercise the replace-resolve path, an attacker can invoke arbitrary readResolve/readExternal hooks on any class present on the classpath, enabling gadget-chain abuse without authentication. No public exploit identified at time of analysis, but the CVSS 9.1 score and CWE-502 classification reflect the high impact typical of Java deserialization sinks.
Technical ContextAI
Apache Fory (formerly Apache Fury) is a high-performance multi-language serialization framework that ships a Java SDK (fory-core) for the JVM. Like Java's native ObjectInputStream, Fory supports the JDK's serialization callbacks readResolve and readExternal, which can run code during object materialization. To mitigate the well-known dangers of CWE-502 (Deserialization of Untrusted Data), Fory implements three layered defenses: an allowlist of registered classes, a TypeChecker that validates type metadata in the stream, and a DisallowedList that blocks known gadget classes. The vulnerability lies in the replace-resolve code path, where these checks are not consistently enforced before the JVM-level resolve hooks fire, allowing an attacker who controls the serialized bytes to reach arbitrary classpath classes and trigger their resolve/external hooks - the same primitive that powers ysoserial-style RCE gadget chains.
RemediationAI
The primary remediation is to upgrade fory-core to vendor-released patch version 1.1.0 or later, which the Apache Fory project has identified as the fix for this issue (see https://fory.apache.org/security and the oss-security disclosure at https://seclists.org/oss-sec/2026/q2/808). For deployments that cannot upgrade immediately, compensating controls include restricting Fory deserialization endpoints so they only accept payloads from authenticated, trusted producers (e.g., via mTLS or signed payloads), pruning the application classpath to remove known gadget libraries such as commons-collections, Spring AOP, and ROME where feasible, and inserting a network-layer filter that rejects unexpected Fory magic bytes on externally exposed channels. Each control has trade-offs: signing payloads requires producer-side changes and key management, classpath pruning can break unrelated features, and protocol filtering only blocks externally posted payloads, not malicious data already inside the queue or database. Do not rely on the existing TypeChecker or DisallowedList as workarounds, since those are the controls the bug bypasses.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34300