Skip to main content
Question

Vulnerability in docusign-esign-java

  • July 8, 2026
  • 2 replies
  • 84 views

Bruce C
New Voice
Forum|alt.badge.img+1

The Docusign-esign-java libary released a new version (6.7.0) last on 7/1/2026; however, it still uses a version of com.fasterxml.jackson.core (2.17.1) that has a vulnerability (CVE GHSA-72hv-8253-57qq).  This vulnerability was fixed in version 2.18.6 and 2.21.1.  When can we expect docusign-esign-java to be updated to use a jackson.core version with the fix?

This is the entry in my pom.xml
        <dependency>
            <groupId>com.docusign</groupId>
            <artifactId>docusign-esign-java</artifactId>
            <version>6.7.0</version>
            <classifier>shaded</classifier>
        </dependency>
If I remove the shaded classifier then the application throws an error (java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/util/ISO8601DateFormat) when it tries to create a  com.docusign.esign.client.ApiClient
 

2 replies

Bruce C
New Voice
Forum|alt.badge.img+1
  • Author
  • New Voice
  • July 23, 2026

The com.fasterxml.jackson.core (2.17.1) artifact used by docusign-esign-java now has multiple vulnerabilities.  One considered High risk (GHSA-r7wm-3cxj-wff9 7/21/2026) and two considered Medium risk (GHSA-72hv-8253-57qq 2/26/2026 and CVE-2026-59888 7//14/2026).   When will docusign-esign-java be updated to a current version of com.fasterxml.jackson?   The use of this out of date library is impacting the security of every app that uses docusign-esign-java.


emily.cook
Community Admin
Forum|alt.badge.img+5
  • Community Admin
  • July 24, 2026

Hi ​@Bruce C, welcome to the community and thank you for bringing this to our attention. I’m triaging to the right team and will get an update for you as soon as possible!