S4E just found a high-severity finding from ssl sweet32 vulnerability checker
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
critical·Product Based Web Vulnerabilities·Updated Jul 9, 2025

CVE-2020-9547 Scanner

CVE-2020-9547 Scanner - Remote Code Execution (RCE) vulnerability in FasterXML jackson-databind

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsdomain, subdomain, ipv4
CostFree
2.2k
Times Used
continuous scan runs
4.7k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2020-9547
9.8
CVSS

FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig (aka ibatis-sqlmap).

Attack Vector
-
Privileges Req.
-
User Interaction
-
Affected
n/aby n/a
n/a
Updated Aug 21, 2026View on NVD →
Detail

FasterXML jackson-databind is a popular library used for parsing JSON in Java applications. It is widely used by developers to handle and manipulate JSON data efficiently and is often integrated into various software projects for this purpose. The library facilitates the conversion of Java objects to JSON and vice-versa, making it suitable for applications that require complex data manipulation. Open-source projects and enterprise applications utilize jackson-databind for its robust features and ease of use. The library's extensive functionality is used to enable intercommunication between different software systems by serializing objects into a common format, JSON. Through its flexible API, users can customize JSON parsing and formatting to suit their specific needs.

The vulnerability present in FasterXML jackson-databind pertains to Remote Code Execution (RCE) through deserialization of untrusted data. Attackers can exploit this vulnerability by sending malicious JSON payloads that trigger undesirable code execution on the target system. The issue is particularly related to the improper handling of serialization gadgets when polymorphic type handling is enabled. This opens up the potential for arbitrary code execution through carefully crafted JSON objects that sidestep usual security checks. The flaw arises because objects created by deserializing certain configurations can execute unintended operations, leading to significant security risks. This vulnerability is rated as critical due to its potential impact and ease of exploitation.

Technical details of this vulnerability involve insecure deserialization processes when jackson-databind is used with certain serialization gadgets and typing arrangements. Specifically, when the library interacts with `com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig`, it allows the inclusion of untrusted classes in JSON data, enabling remote code execution. Attackers can exploit `@JsonTypeInfo` with `use=JsonTypeInfo.Id.CLASS`, leading the library to instantiate arbitrary classes during the deserialization process. When such configurations are loaded, they can run malicious code embedded within, if precautionary configurations are not applied. This vulnerability is particularly exploitable when polymorphic type handling is not properly managed.

If exploited, this vulnerability could allow attackers to execute arbitrary code on the affected systems, potentially resulting in unauthorized system behavior. Severity arises from the potential takeover of affected applications or systems, facilitating further malicious activities such as data theft, corruption, or targeted attacks. Compromise through this vulnerability might enable attackers to manipulate application logic, cause denial of service, or install backdoors for persistent access. The risk associated with this vulnerability underscores the need for urgent software updates and adherence to safe deserialization practices. Properly addressing the vulnerability can mitigate the risk of significant security and operational repercussions.

REFERENCES

Solution Advice
  • Update FasterXML jackson-databind to version 2.9.10.4 or later.
  • Disable polymorphic type handling to prevent code execution via untrusted input.
  • Implement proper input validation and deserialization controls to filter out malicious data.
  • Regularly monitor and audit the applications for unusual activity post-update.
  • Consider using application layer gateways to inspect and sanitize JSON data.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2020-9547 Scanner - Remote Code Execution (RCE) vulnerability in FasterXML jackson-databind | S4E