Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security: Update to Spring Boot 2.6.6 to address 2 CVEs #366

Merged
merged 1 commit into from Apr 9, 2022

Conversation

jeffhubLR
Copy link
Contributor

@jeffhubLR jeffhubLR commented Apr 1, 2022

Addresses 2 CVEs

CVE-2020-36518
Spring Boot 2.6.6 pulls in jackson-databind-2.13.2.2 which contains the remediation for the CVE

> jar -tvf kafdrop-3.30.0-SNAPSHOT.jar | grep jackson-databind
1535087 Tue Mar 29 02:00:16 MDT 2022 BOOT-INF/lib/jackson-databind-2.13.2.2.jar

Closes #367
Closes #365

CVE-2022-22965
https://snyk.io/blog/spring4shell-zero-day-rce-spring-framework-explained/
Spring Boot 2.6.6 pulls in springframework 5.3.18 which contains the remediation for the CVE
Closes #365

> jar -tvf target/kafdrop-3.30.0-SNAPSHOT.jar| grep spring-bean
698595 Thu Mar 31 08:50:18 MDT 2022 BOOT-INF/lib/spring-beans-5.3.18.jar

@jeffhubLR jeffhubLR changed the title security: Update to Spring Boot 2.6.6 to address CVE-2022-22965 security: Update to Spring Boot 2.6.6 to address 2 CVEs Apr 6, 2022
@davideicardi davideicardi merged commit 8c32f4f into obsidiandynamics:master Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vulnerability in jackson-databind supplied in docker image CVE-2022-22965 in spring beans
2 participants