← Back to blog

Fastjson 1.x RCE Flaw Actively Exploited, No Patch Available

Attackers are exploiting a critical remote code execution flaw in Fastjson 1.x with no fix available yet. The vulnerability affects Java-based web applications using Spring Boot.

TL;DR

  • CVE-2026-16723 is a critical RCE flaw in Fastjson 1.x with CVSS score 9.0
  • No patch currently available from Alibaba for this vulnerability
  • Attacks target Spring Boot applications via malicious JSON requests
  • Successful exploitation grants attackers full control under Java process privileges
  • Organizations should immediately audit Fastjson usage and implement mitigations

Security researchers have identified active exploitation of a critical remote code execution vulnerability in Fastjson 1.x, a popular JSON library for Java applications. Tracked as CVE-2026-16723, this flaw allows unauthenticated attackers to execute arbitrary code on vulnerable systems running Spring Boot applications.

The vulnerability has been assigned a CVSS score of 9.0 by Alibaba, indicating a severe risk level. What makes this particularly concerning is that no official patch has been released yet, leaving organizations exposed to potential attacks. Security firms ThreatBook and Imperva have confirmed that threat actors are already leveraging this flaw in real-world campaigns.

Technical Impact and Attack Vector

  • The vulnerability enables remote code execution through specially crafted JSON requests in Spring Boot applications
  • No authentication is required to exploit this flaw, making it highly accessible to attackers
  • Successful exploitation grants attackers the same privileges as the underlying Java process
  • The attack chain specifically targets applications using Fastjson 1.x for JSON processing
  • Impact includes complete system compromise, data theft, and potential lateral movement within networks

Immediate Recommendations

  • Audit all Java applications for Fastjson 1.x dependencies immediately
  • Consider temporary mitigation measures such as input validation and network segmentation
  • Monitor application logs for suspicious JSON parsing activities or unusual outbound connections
  • Plan for emergency patch deployment once an official fix becomes available
  • Implement runtime application protection solutions to detect exploitation attempts

Sources

Sources

Security email updates

One digest email when we publish new security articles (TL;DR plus links to read more). Unsubscribe anytime from the message footer. See our Privacy Policy.

Fastjson 1.x RCE Flaw Actively Exploited, No Patch Available — Agent Breach Blog | Agent Breach