Open CVEDetect opened 3 years ago
@cescoffier Could please help me check this issue? May I pull a request to fix it? Thanks again.
The infinispan version you want contain breaking changes. I guess the only solution would be to switch to Vert.x 4, but that would require some efforts.
Hi, In vertx-kubernetes-workshop/portfolio-service,there is a dependency org.infinispan:infinispan-commons:9.1.1.Final that calls the risk method.
CVE-2019-10174
The scope of this CVE affected version is [,9.4.17.Final),[10.0.0.Alpha1,10.0.0.Final)
After further analysis, in this project, the main Api called is <org.infinispan.commons.util.ReflectionUtil: java.lang.Object invokeAccessibly(java.lang.Object,java.lang.reflect.Method,java.lang.Object[])>
Risk method repair link : GitHub
CVE Bug Invocation Path--
Path Length : 8
Dependency tree--
Suggested solutions:
Update dependency version
Thank you very much.