CVE-2018-14721
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 · uneditedFasterXML jackson-databind 2.x before 2.9.7 might allow remote attackers to conduct server-side request forgery (SSRF) attacks by leveraging failure to block the axis2-jaxws class from polymorphic deserialization.
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 confidenceFasterXML jackson-databind versions 2.x before 2.9.7 failed to block the axis2-jaxws class from polymorphic deserialization, allowing attackers to abuse this class to make the server perform arbitrary HTTP requests to internal services (SSRF). This is a known gadget chain exploitation in the Jackson deserialization attack surface.
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= 8.0= 9.0= 7.2.0= 3.11>= 2.6.0, < 2.6.7.2>= 2.7.0, < 2.7.9.5>= 2.8.0, < 2.8.11.3>= 2.9.0, < 2.9.7= 2.7.0= 2.8.0= 2.9.0= 2.5.0= 2.6.0= 2.6.1= 2.6.2= 7.5= 12.0= 13.2.2= 13.2.3= 13.3.1= 8.0.2= 8.0.3= 8.0.4= 8.0.5= 8.0.6= 8.0.7CVSS 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
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/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 jackson-databind versionRun 'mvn dependency:tree 2>/dev/null | grep jackson-databind' for Maven projects, or inspect the jackson-databind JAR file name and MANIFEST.MF for version info, or call com.fasterxml.jackson.databind.Version.getVersion() in codeAffected if Version is 2.6.0 through 2.6.7.1, 2.7.0 through 2.7.9.4, 2.8.0 through 2.8.11.2, or 2.9.0 through 2.9.6
-
Verify axis2-jaxws library is presentSearch the classpath for axis2-jaxws JAR file, or run 'find . -name "*axis2-jaxws*"' to locate itAffected if The axis2-jaxws library exists in the application's classpath
-
Check for polymorphic deserialization enablementSearch code and configuration for 'ObjectMapper.enableDefaultTyping()', '@JsonTypeInfo' with 'USE' or 'defaultTyping' settings, or 'jackson.databind.defaultTyping' propertyAffected if Default typing or any polymorphic type handling is enabled on the ObjectMapper, allowing deserialization of untrusted JSON into arbitrary Java types
-
Confirm deserialization of untrusted JSON occursReview application code to verify that Jackson ObjectMapper is used to deserialize JSON from external or untrusted sources (REST endpoints, message queues, file uploads)Affected if The application deserializes JSON from untrusted or external sources using the configured ObjectMapper
The environment is affected if a vulnerable jackson-databind version (2.6.0-2.6.7.1, 2.7.0-2.7.9.4, 2.8.0-2.8.11.2, or 2.9.0-2.9.6) is in use, the axis2-jaxws library is present in the classpath, and polymorphic deserialization via defaultTyping is enabled while processing untrusted JSON input.
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 · scoped2.6.7.22.7.9.52.8.11.3
Upgrade jackson-databind to version 2.9.7 or later. Additionally, enable 'defaultTyping' controls or use the 'jackson.databind.blockUntyped' setting to restrict polymorphic deserialization to only expected types.
jackson-databind 2.9.7 or later (or latest 2.x stable)
- Identify the current jackson-databind version in your project dependencies (e.g., in pom.xml, build.gradle, or package.json)
- Update the jackson-databind dependency to version 2.9.7 or later (recommended: latest 2.x stable release)
- For older branches using 2.6.x, upgrade to 2.6.7.2 or later; for 2.7.x upgrade to 2.7.9.5 or later; for 2.8.x upgrade to 2.8.11.3 or later
- Run build and execute comprehensive tests to verify the upgrade does not break existing functionality
- Redeploy the updated application
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing12.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,720.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2018-14721 — 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 sources- github.com
- github.com
- github.com
- github.com
- www.oracle.com
- www.oracle.com
- www.oracle.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- lists.debian.org
- seclists.org
- security.netapp.com
- www.debian.org
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.apache.org
- www.oracle.com
- www.oracle.com
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2018-14721 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