Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2019-10172 — CVE-2019-10172 PoC and Possible mitigations | Kitploit
Tools/GitHubGitHub/rusakovichma/cve-2019-10172
Static AnalysisVulnerability AnalysisCode AnalysisExploitationSupply Chain Security
GitHubrusakovichma/cve-2019-10172

CVE-2019-10172

CVE-2019-10172 PoC and Possible mitigations

View Repository
185 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2019-10172 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10172

There is no known non-vulnerable version of this component/package. It is recommended to investigate alternative components or a potential mitigating control.

Mitigation

  1. (Desirable) Try to switch from usage of com.codehaus.jackson to com.fasterxml.jackson for all the cases and remove com.codehaus.jackson libs

  2. Use the patched library: see https://github.com/FasterXML/jackson-1/blob/master/src/mapper/java/org/codehaus/jackson/map/ext/DOMDeserializer.java https://github.com/FasterXML/jackson-1/blob/master/src/xc/java/org/codehaus/jackson/xc/DomElementJsonDeserializer.java where _parserFactory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true) is set

Download Tool