- Hackers are exploiting a FastJson RCE 0-Day vulnerability to attack US-based organizations.
- Organizations are urged to immediately enable FastJson SafeMode by using the command -DFastJson.parser.safeMode=true, or by setting ParserConfig.getGlobalInstance().setSafeMode(true).
- Since FastJson 1.x is no longer actively maintained and no patch is available for this issue, affected organizations should prioritize migrating to FastJson 2.x after conducting compatibility testing.
A critical vulnerability in FastJson, known as CVE-2026-16723, is currently being exploited against U.S. organizations, posing a significant risk to Java applications.
Disclosed on July 21, 2026, by FastJson maintainers after research from FearsOff Cybersecurity, this flaw has a CVSS severity score of 9.0 and affects FastJson versions 1.2.68 to 1.2.83, the last release line of FastJson 1.x.3
The vulnerability is particularly severe as attackers do not need valid credentials, user interaction, AutoType enabled, or any in the target application’s classpath to exploit it.
Exploitation attempts have been observed across various sectors, including financial services, healthcare, retail, computing, and business services. While most attacks are targeting U.S. organizations, smaller campaigns have also been noted in Singapore and Canada, with broader exploitation anticipated as public proof-of-concept details become widely available.
Organizations are urged to immediately enable FastJson SafeMode using the command -DFastJson.parser.safeMode=true or by setting ParserConfig.getGlobalInstance().setSafeMode(true). Since FastJson 1.x is no longer actively maintained and no patch is available, affected organizations should prioritize migrating to FastJson 2.x after conducting compatibility testing.2
“The issue was disclosed on July 21, 2026, by FastJson maintainers following research from FearsOff Cybersecurity. Organizations are urged to enable FastJson SafeMode immediately or migrate to FastJson 2.x, as no patch is available for the outdated 1.x version.”


