Vulnerability issue with jackson-databind 2.3.3 #469
Albesher97
started this conversation in
General
Replies: 1 comment 4 replies
-
Hi. This vulnerability only makes sense in the context of a server written in Java (like in Tomcat or similar frameworks). Which version of GAMA are you using ? 1.9.3 ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, hope all is well, in the latest GAMA version im getting a few vulnerabilities detected because jackson-databind 2.3.3 exists in the image; the jackon is found in: opt/gama-platform/plugins/msi.gama.ext_1.9.3.202402160556.jar (the timestamp could be different so just search for msi.gama.ext) --> unzip ./msi.gama.ext_1.9.3.202402220411.jar -d /tmp/msi_gama_ext
-->grep -R "jackson-databind" /tmp/msi_gama_ext (searching for the jar that has jackson inside)--> found inside /tmp/msi_gama_ext/geotools/ehcache-2.10.3.jar.
What should i do to remedy this can i not use this plugin? or can i delete this msi without breaking anything? how should i approach this, any and all help is appreciated, thanks!
P.S installing the latest jackon and forcing the container to use it with "ENV JAVA_OPTS="-Xbootclasspath/p:/opt/gama-platform/plugins/jackson-databind-2.18.3.jar" " will not fix this issue as the dependency is still there
Beta Was this translation helpful? Give feedback.
All reactions