Server-Side Request Forgery (SSRF) in jackson-databind - CVE-2026-54514
Published: July 22, 2026
jackson-databind
Detailed vulnerability description
The vulnerability allows a remote attacker to cause outbound DNS requests and disclose limited network information.
The vulnerability exists due to server-side request forgery in JDKFromStringDeserializer when deserializing untrusted JSON into a type containing an InetSocketAddress field. A remote attacker can supply a crafted hostname value to cause outbound DNS requests and disclose limited network information.
The DNS lookup occurs during readValue before application-level validation or explicit connection logic.