spring-cloud / spring-cloud-circuitbreaker

Spring Cloud Circuit Breaker API and Implementations
Apache License 2.0
328 stars 109 forks source link

Does the CVE-2022-22965 Vulnerability Affect spring-cloud-circuitbreaker? #144

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.

ryanjbaxter commented 2 years ago

See https://spring.io/blog/2022/04/01/spring-framework-rce-mitigation-alternative https://spring.io/blog/2022/03/31/spring-boot-2-6-6-available-now https://spring.io/blog/2022/03/31/spring-boot-2-5-12-available-now