Fix CVSS 9.8 CVE in Camunda 7 BPM platform docker image #311
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Close issue: https://forum.camunda.io/t/cvss-9-8-cve-in-camunda-7-bpm-platform-docker-image/59700
Hi camunda team,
Our team scanned the camunda/camunda-bpm-platform:7.22.0 docker image and found that it contains a package with critical and high risk-level vulnerabilities.
/camunda/javaagent/jmx_prometheus_javaagent.jar
pkg:maven/org.yaml/snakeyaml@1.16
CVE-2022-1471
CVE-2017-18640
CVE-2022-25857
They are originates from an outdated jmx_exporter, which was added in download.sh script.
Fortunately, the version has been extracted as an ARG in the Dockerfile, making it easy to upgrade to a new version.
This PR will fix the above issue.
I would be very grateful if this could be merged.
Thank you.