Latest Hacking News
Read post

How the Fastjson RCE Vulnerability Actually Works, and How to Check You’re Exposed

CVE-2026-16723 is an unauthenticated RCE vulnerability in Fastjson 1.2.68–1.2.83 that works under default configuration when deployed as a Spring Boot fat-JAR. No patch exists yet. The exploit abuses a @type field with a @JSONType annotation to trigger a class-resource lookup inside the nested JAR structure, bypassing type checks. Active exploitation has been confirmed by ThreatBook and Imperva. Mitigation involves enabling SafeMode via a JVM flag (-Dfastjson.parser.safeMode=true) or switching to the noneautotype build. Teams should audit transitive dependencies using mvn dependency:tree, check logs for unexpected @type payloads, and treat migration to Fastjson2 as planned work. Internal services are also at risk if an attacker gains any foothold.

    #security#java#spring-boot
Jul 26•6m read time•From latesthackingnews.com
Post cover image
Table of contents
The Fastjson RCE vulnerability, in briefHow the exploit actually worksFour questions to answer this weekWhat to do if you’re exposedCommon mistakes when triaging thisIf you manage a fleet, not one server
6 Impressions
Latest Hacking News's image
Latest Hacking News

LHN is a renowned programming languages weblog, offering insights into the theory, design, and imple...

252 Followers

•

342 Upvotes

Would you recommend this post?

Copy link
WhatsApp
Facebook
X
New Squad
  • © 2026 Daily Dev Ltd.
  • Guidelines
  • Explore
  • Tags
  • Sources
  • Squads
  • Leaderboard