CVE-2019-10202
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA series of deserialization vulnerabilities have been discovered in Codehaus 1.9.x implemented in EAP 7. This CVE fixes CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086 reported for FasterXML jackson-databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceCVE-2019-10202 addresses multiple deserialization vulnerabilities in FasterXML jackson-databind used in JBoss EAP 7. Attackers can exploit unsafe deserialization through specially crafted JSON payloads to achieve remote code execution. The fix implements a whitelist-based approach that restricts which classes can be deserialized, mitigating both the known vulnerabilities and potential future deserialization flaws.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 7.2.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify JBoss EAP installation and versionCheck for JBoss EAP 7.2.0 installation by examining the product.conf file (typically in /etc/jboss-eap/ or the EAP installation's bin/standalone.conf) or by querying the JBoss management interface with: /opt/jboss-eap-7.2/bin/jboss-cli.sh --connect --command='/core-service=server-environment:read-attribute(name=product-version)'Affected if The installed version is exactly 7.2.0 (note: other versions like 7.1.x or 7.3.x are NOT affected by this specific CVE)
-
Locate jackson-databind library in useSearch for jackson-databind JAR files in the JBoss deployment directories: find /opt/jboss-eap-7.2 -name 'jackson-databind*.jar' 2>/dev/null. Also check module dependencies in $JBOSS_HOME/modules/ for jackson-databind references.Affected if jackson-databind library is present in the JBoss EAP 7.2.0 installation
-
Check for deserialization blacklist/whitelist configurationExamine the JBoss configuration files (standalone.xml, domain.xml) for deserialization security settings. Search for keywords: 'jackson', 'deserialization', 'whitelist', 'blacklist', 'PolymorphicTypeValidator', 'DefaultTyping' in configuration files under $JBOSS_HOME/standalone/configuration/ or $JBOSS_HOME/domain/configuration/Affected if No whitelist-based class restriction is configured for Jackson deserialization (the vulnerability exists if unchecked deserialization is allowed)
-
Inspect deployed applications using JacksonReview deployed WAR/JAR applications for direct use of ObjectMapper with default typing enabled. Check application WEB-INF/web.xml and MANIFEST.MF files for Jackson dependencies, and examine application logs for deserialization-related error messages or known gadget chain usage.Affected if Applications deployed on JBoss EAP 7.2.0 use Jackson ObjectMapper with DefaultTyping enabled without explicit class restrictions
A system is affected by CVE-2019-10202 only if it is running JBoss EAP 7.2.0 with jackson-databind in use AND without whitelist-based deserialization protection configured for Jackson.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade jackson-databind to a version with the whitelist deserialization protection enabled, or configure the existing installation with explicit class whitelisting to prevent unsafe deserialization of arbitrary classes.
JBoss EAP 7.2 with CVE-2019-10202 patch applied (check Red Hat Security Advisory RHSA for specific patch version)
- 1. Identify all applications and services running on JBoss EAP 7.2.0 that use FasterXML Jackson-databind for deserialization.
- 2. Review application dependencies to confirm usage of vulnerable Jackson-databind versions (1.9.x).
- 3. Back up all configuration files and application data before performing any upgrade.
- 4. Apply the appropriate JBoss EAP 7.2 security patch or upgrade to a version that includes the CVE-2019-10202 fix.
- 5. Verify that the whitelist approach for deserialization is properly configured per Red Hat guidance.
- 6. Restart JBoss EAP services after applying the patch or upgrade.
- 7. Test all applications that utilize JSON deserialization to ensure functionality is intact.
- 8. Monitor logs for any deserialization-related errors or security events post-patch.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2019-10202 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2019-10202 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data