-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Description
Elasticsearch version (bin/elasticsearch --version):
7.0.0-alpha1
6.2.4
6.1.4
Plugins installed:
N/A
JVM version (java -version):
N/A
OS version (uname -a if on a Unix-like system):
N/A
Description of the problem including expected versus actual behavior:
Update jackson version from 2.8.10 to 2.8.11 to address CVE-2018-7489, a deserialization flaw with CVSS v3.0 Base Score of 9.8 (critical)
Update to 2.8.10 was done via PR #27230 - merged prior to publication of CVE-2018-7489. Whilst the CVE fix is also available in Jackson v2.9.5, the PR explains that Jackson v2.8.11 is currently the only option...
While it's not possible to upgrade the Jackson dependencies to their latest versions yet (see #27032 (comment) for more) it's still possible to upgrade to the latest 2.8.x version.