Skip to content
Tech News
← Back to articles

Hackers target US firms in FastJson RCE zero-day attacks

read original more articles
Why This Matters

The exploitation of the FastJson vulnerability highlights the ongoing risks associated with widely-used open-source libraries, especially in enterprise environments. As attackers target US firms with zero-day exploits, it underscores the importance for organizations to prioritize timely patching and security assessments to mitigate potential breaches. This situation also emphasizes the need for developers to stay vigilant about security updates in their software dependencies.

Key Takeaways

Hackers are actively exploiting a vulnerability in the FastJson open-source Java library, allowing remote code execution without user interaction or elevated privileges.

The security issue affects FastJson versions 1.2.68 through 1.2.83 and is leveraged in attacks targeting various organizations in the U.S.

The malicious activity was observed last week by the agentic security company ThreatBook, and researchers at the business protection company Imperva confirmed that it was "targeting a wide range of organizations, across Financial Services, Healthcare, Computing, Retail, Business, and other industries."

“Attacks are currently almost entirely targeting US-based organizations, with a few attacks in Singapore and Canada, although this will likely continue to expand globally,” Imperva says.

Industries targeted

Source: Imperva

FastJson is an open-source Java library developed by Alibaba, used for serializing Java objects to JSON, and vice versa.

The project has 25,600 stars and 6,400 forks on GitHub, and is especially prevalent in Chinese enterprise software and projects built on Alibaba's platform.

CVE-2026-16723 was discovered by FearsOff, an offensive security company, which published a technical write-up earlier this month.

The researchers explain that the flaw stems from the library’s type-resolution logic, which performs attacker-controlled resource lookups before enforcing AutoType restrictions. This creates a path for executing code remotely in Spring Boot fat-JAR deployments.

... continue reading