Skip to main content

Apache Fory CVE-2026-50076

| EUVDEUVD-2026-34300 CRITICAL
Deserialization of Untrusted Data (CWE-502)
9.1
CVSS 3.1 · Vendor
Share

Severity by source

Vendor (CNA) PRIMARY
9.1 CRITICAL
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

6
Analysis Updated
Jun 04, 2026 - 18:29 vuln.today
v3 (cvss_changed)
Analysis Updated
Jun 04, 2026 - 18:28 vuln.today
v2 (cvss_changed)
Re-analysis Queued
Jun 04, 2026 - 18:22 vuln.today
cvss_changed
CVSS changed
Jun 04, 2026 - 18:22 NVD
9.1 (CRITICAL)
Patch available
Jun 04, 2026 - 18:01 EUVD
Analysis Generated
Jun 04, 2026 - 16:20 vuln.today

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 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

Disclosed via oss-security. NVD scoring and full description are pending.

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.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

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

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Share

CVE-2026-50076 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy