codecentric / spring-boot-admin

Admin UI for administration of spring boot applications
Apache License 2.0
12.39k stars 3.08k forks source link

Does the CVE-2022-22965 Vulnerability Affect spring boot admin? #2013

Closed qqhai007 closed 2 years ago

qqhai007 commented 2 years ago

A Spring MVC or Spring WebFlux application running on JDK 9+ may be vulnerable to remote code execution (RCE) via data binding. The specific exploit requires the application to run on Tomcat as a WAR deployment. If the application is deployed as a Spring Boot executable jar, i.e. the default, it is not vulnerable to the exploit. However, the nature of the vulnerability is more general, and there may be other ways to exploit it.

SteKoe commented 2 years ago

Hi @qqhai007,

according to the OWASP maven dependency check, Spring Boot Admin is affected. To mitigate this critical issue, we have just released https://github.com/codecentric/spring-boot-admin/releases/tag/2.5.6 and https://github.com/codecentric/spring-boot-admin/releases/tag/2.6.5. Due to a bug in the sync process in Maven Central (https://status.maven.org/) the releases are not yet available.

SteKoe commented 2 years ago

Releases are now available via Maven Central :)