Fastjson Flaw Under Active Attack — and There Is No Patch
Security researchers at ThreatBook and Imperva have confirmed active exploitation attempts targeting a critical vulnerability in Fastjson, according to The Hacker News. Fastjson is a popular Java library built by Alibaba that converts data between JSON format and Java objects. It is widely used in enterprise web applications across finance, healthcare, and retail.
The flaw, tracked as CVE-2026-16723, allows an attacker to send a crafted JSON request to a vulnerable application and execute arbitrary code on the server without needing to log in. The attack requires no special setup on the attacker's side — no pre-existing access, no special tools.
Here is the uncomfortable part: as of July 25, Alibaba had not released a patched version of Fastjson 1.x. The latest release, version 1.2.83, remains vulnerable. Imperva observed exploitation attempts hitting organisations in financial services, healthcare, and retail, primarily in the United States, with activity also recorded in Singapore and Canada.
While neither firm has confirmed a successful compromise of a real-world target, the activity is real and the window of exposure is open.
What you should do: If you or your team maintain Java applications, check whether Fastjson 1.2.68 through 1.2.83 is a dependency — direct or transitive. Until a patch exists, enable SafeMode by adding -Dfastjson.parser.safeMode=true to your startup configuration. The longer-term fix is migrating to Fastjson2, which is not affected by this flaw.
Sources

