Closed
Description
Version 2.8.8
Discovered using OWASP Dependency Check: https://www.owasp.org/index.php/OWASP_Dependency_Check
CVE also exists in deprecated jackson-dataformat-cbor 2.6.6. I can't seem to pull jackson-dataformats-binary:2.8.8 from Maven central to test if that triggers the CVE as well.
https://nvd.nist.gov/vuln/detail/CVE-2016-7051
Current workaround is to suppress CVE-2016-7051:
<suppress>
<notes><![CDATA[core, databind and annotations]]></notes>
<gav regex="true">^com\.fasterxml\.jackson\.core:jackson-.*:2\.8\.8$</gav>
<cve>CVE-2016-7051</cve>
</suppress>
<suppress>
<notes><![CDATA[file name: jackson-dataformat-cbor-2.6.6.jar]]></notes>
<gav>com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.6.6</gav>
<cve>CVE-2016-7051</cve>
</suppress>
Metadata
Metadata
Assignees
Labels
No labels