bthuillier commented on PR #3482:
URL: https://github.com/apache/tinkerpop/pull/3482#issuecomment-4810186059

   Hi, any chance this could be merged?
   
   jackson-databind 2.15.4 is affected by:
   
   - [CVE-2026-54512](https://nvd.nist.gov/vuln/detail/CVE-2026-54512) — 
critical, RCE via a `PolymorphicTypeValidator` bypass (affects `>=2.10.0 
<2.18.8`)
   - [CVE-2026-54515](https://nvd.nist.gov/vuln/detail/CVE-2026-54515) — 
medium, case-insensitive deserialization bypasses per-property 
`@JsonIgnoreProperties` (affects `>=2.8.0 <2.18.9`)
   
   The 2.15.x line is also EOL, so it won't get backported fixes. Even though 
the dependency is shaded, the bundled version is still detected by SCA tools 
(Trivy/Grype/Dependabot), so it keeps surfacing in our scan reports regardless 
of actual exploitability. Bumping to 2.22.0 clears both CVEs.
   
   Happy to rebase or help with CI if anything is blocking it. Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to