Select a theme from the list.
Insights

From our experts

Latest
Slim Spider Moves Bank Robbery Into Cloud Secrets and DevOps PipelinesUnpatchable Earbuds Expose Bluetooth's Forgotten Security ProblemPasskey Reset Scams Turn Strong Authentication Into Cloud PersistenceFileless PHP Rootkit Hides a Web Shell Inside BIG-IP Server MemoryMicrosoft Brings Agentic Vulnerability Hunting Into Azure GovernmentMicrosoft's Record Patch Tuesday Forces Defenders to Rethink Update PrioritiesPublic Zero-Day Exploits Put Endpoint Security Tools Under Defensive ScrutinyPEEP Turns Trusted Browsers Into Persistent Command CentersBigBear Shows Why Microsoft 365 MFA Alone Cannot Stop Session HijackingMass Exploitation Hits WordPress Sites Through Two Critical Upload FlawsCitrix NetScaler Authentication Bypass Draws Real-World Attack TrafficProject Zenith Recasts the Windows PC as a Local AI Development PlatformSlim Spider Moves Bank Robbery Into Cloud Secrets and DevOps PipelinesUnpatchable Earbuds Expose Bluetooth's Forgotten Security ProblemPasskey Reset Scams Turn Strong Authentication Into Cloud PersistenceFileless PHP Rootkit Hides a Web Shell Inside BIG-IP Server MemoryMicrosoft Brings Agentic Vulnerability Hunting Into Azure GovernmentMicrosoft's Record Patch Tuesday Forces Defenders to Rethink Update PrioritiesPublic Zero-Day Exploits Put Endpoint Security Tools Under Defensive ScrutinyPEEP Turns Trusted Browsers Into Persistent Command CentersBigBear Shows Why Microsoft 365 MFA Alone Cannot Stop Session HijackingMass Exploitation Hits WordPress Sites Through Two Critical Upload FlawsCitrix NetScaler Authentication Bypass Draws Real-World Attack TrafficProject Zenith Recasts the Windows PC as a Local AI Development Platform
Security Insight

FastJson Zero-Day Attacks Leave Java Teams Without a Conventional Patch

FastJson Zero-Day Attacks Leave Java Teams Without a Conventional Patch
Photo by Rafael Minguet Delgado on Pexels

Attackers are exploiting a critical FastJson vulnerability against organizations in the United States and several other countries. CVE-2026-16723 can enable unauthenticated remote code execution in affected Spring Boot fat-JAR applications. FastJson 1.x does not currently have a standard patched release, forcing teams to apply mitigations or migrate to FastJson2.

Organizations running Java applications are facing an urgent dependency problem as attackers exploit CVE-2026-16723, a critical remote code execution vulnerability affecting FastJson versions 1.2.68 through 1.2.83. Observed attacks have primarily targeted organizations in the United States, including businesses in financial services, healthcare, retail and computing, with additional activity reported in Singapore and Canada.

FastJson is an open-source library developed by Alibaba for converting Java objects to and from JSON. Its widespread use means it may be embedded directly in applications or introduced indirectly through another framework or software component.

Why the Vulnerability Is Dangerous

The flaw is located in FastJson's type-resolution logic. A malicious request can cause the library to perform attacker-controlled resource lookups before its AutoType security restrictions are enforced. Under the right conditions, an attacker can load a malicious class and execute code with the privileges of the Java process.

The confirmed attack path affects Spring Boot applications packaged as executable fat-JAR files. It does not require AutoType to be enabled, a third-party gadget chain, elevated privileges or user interaction. Specifying a target class during deserialization is also not a reliable defense because malicious content can be nested inside Object or Map fields.

No Standard FastJson 1.x Fix

The immediate operational challenge is that no conventional patched FastJson 1.x release is available. The 1.x branch is no longer actively maintained, making it uncertain whether a permanent update will arrive. Alibaba recommends enabling SafeMode, using the restricted 1.2.83_noneautotype build or migrating to FastJson2, which uses a different allowlist-first design.

Security teams should identify both direct and transitive FastJson dependencies, determine how affected applications are packaged and examine whether untrusted JSON reaches vulnerable parsing functions. Internet-facing services deserve first priority. Monitoring should also cover unexpected outbound connections, Java child processes, downloaded class files and unusual values involving the @type mechanism.

A Dependency Governance Warning

I believe this incident illustrates why application inventories cannot stop at product names and server versions. A small serialization library buried inside a business application can become the effective perimeter of the system. Software composition analysis should therefore be combined with runtime validation and deployment-context mapping.

Where migration cannot happen immediately, teams should enable SafeMode, restrict network exposure and test compensating controls without delay. Active exploitation means waiting for a familiar patch cycle is no longer a reasonable strategy.

Talk to our team →

Latest

Slim Spider Moves Bank Robbery Into Cloud Secrets and DevOps PipelinesSep 10, 2026Unpatchable Earbuds Expose Bluetooth's Forgotten Security ProblemSep 10, 2026Passkey Reset Scams Turn Strong Authentication Into Cloud PersistenceSep 10, 2026Fileless PHP Rootkit Hides a Web Shell Inside BIG-IP Server MemorySep 9, 2026Microsoft Brings Agentic Vulnerability Hunting Into Azure GovernmentSep 9, 2026Microsoft's Record Patch Tuesday Forces Defenders to Rethink Update PrioritiesSep 9, 2026

Most read

1Microsoft Redraws the Security Boundary for Edge AI2Ted Implant Turns Compromised HAProxy Servers Into Invisible Interception Points3IDScan Lawsuits Put Mass Identity Collection Under the Microscope4French Hospital Fine Turns Weak Identity Controls Into a GDPR Warning5Microsoft Prepares Windows Customers for a Faster Era of AI-Driven Patching6Scattered Spider's Cyberattack on Marks & Spencer Exposes Retail Vulnerabilities