Critical Fastjson Vulnerability Exploited, Threatens Multiple U.S. Sectors
Security researchers have identified a critical remote code execution (RCE) vulnerability in Fastjson, a widely used JSON processing library for Java developed by Alibaba. The vulnerability, tracked as CVE-2026-16723, has a CVSS score of 9 and affects all deployments running as a Spring Boot executable fat-jar, which is the most common deployment model. This flaw allows attackers to execute arbitrary code on target servers that have not enabled SafeMode, posing a significant threat to the confidentiality, integrity, and availability of affected systems. The vulnerability impacts Fastjson versions 1.2.68 up to and including 1.2.83, which are no longer supported. Fastjson versions 2.x are not affected. The flaw can be exploited through crafted JSON files containing a malicious @type value, which manipulates the library into performing unauthorized resource lookups. This vulnerability has been exploited in attacks against various sectors in the U.S., including business, computing, financial services, healthca...