Security readout for executives and security teams
Plain-English summary
CVE-2017-15095 is a Jackson databind deserialization issue that could let an unauthenticated attacker run code if a vulnerable Java application processes crafted input through ObjectMapper.readValue. The main business risk is legacy Java services still carrying old jackson-databind versions in application or vendor packages.
Executive priority
Prioritize remediation for internet-facing or partner-facing Java services first. Treat unknown ownership or bundled dependencies as a discovery problem, because older vulnerable libraries can remain inside application packages after OS patching.
Technical view
The flaw affects FasterXML jackson-databind before 2.8.10 and before 2.9.1. The CVE describes code execution via crafted input passed to ObjectMapper.readValue. It is tied to CWE-184 and extends CVE-2017-7525 by adding more classes to the denylist. The supplied bundle does not include CVSS scoring.
Likely exposure
Exposure is most likely in Java applications or downstream Red Hat/Debian packages using vulnerable jackson-databind versions, especially where untrusted client input reaches ObjectMapper.readValue. The bundle does not identify specific applications beyond FasterXML jackson-databind and vendor advisories.
Exploitation context
The source bundle marks KEV as false and provides no cited evidence of active exploitation. The vulnerability is still serious because the described outcome is unauthenticated code execution when vulnerable deserialization paths are reachable.
Researcher notes
Evidence is limited to the CVE description and vendor advisory references. The bundle supports affected versions, potential unauthenticated code execution, CWE-184, and relationship to CVE-2017-7525. It does not provide CVSS, proof of exploitation, or detailed product impact beyond jackson-databind and downstream advisories.
Mitigation direction
- Upgrade jackson-databind to 2.8.10, 2.9.1, or a later supported fixed version.
- Apply relevant Red Hat or Debian security updates where jackson-databind is OS-vendor supplied.
- Remove or replace bundled vulnerable jackson-databind copies in application artifacts.
- Review vendor guidance before relying on compensating controls.
Validation and detection
- Inventory jackson-databind versions across SBOMs, lockfiles, build files, and deployed artifacts.
- Confirm no runtime classpath loads jackson-databind before 2.8.10 or before 2.9.1.
- Identify services where untrusted input reaches ObjectMapper.readValue.
- Verify vendor package advisories are applied on affected Red Hat or Debian systems.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-184: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupExecution behavior lookup
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2017-15095 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- RHSA-2018:1448CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:0479CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:0481CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:1449CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:1450CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:0577CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:0576CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2017:3190CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:1451CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2017:3189CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:2927CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:0342CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:0480CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:1447CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:0478CVE reference · vendor-advisory, x_refsource_REDHAT
- DSA-4037CVE reference · vendor-advisory, x_refsource_DEBIAN
- RHSA-2019:2858CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2019:3149CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2019:3892CVE reference · vendor-advisory, x_refsource_REDHAT
- [lucene-solr-user] 20191219 Re: CVE-2017-7525 fix for Solr 7.7.xCVE reference · mailing-list, x_refsource_MLIST
- [debian-lts-announce] 20200131 [SECURITY] [DLA 2091-1] libjackson-json-java security updateCVE reference · mailing-list, x_refsource_MLIST
- https://www.oracle.com/technetwork/security-advisory/cpujan2019-5072801.htmlCVE reference · x_refsource_CONFIRM
- https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.htmlCVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Incomplete List of Disallowed Inputs
Incomplete List of Disallowed Inputs represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
