Skip to content

Fixing CVE-2022-22965 by upgrading spring-beans

Khilesh Sahu requested to merge CVE-2022-22965-for-spring-beans-fix-slb into master

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.

The vulnerability in Spring Beans allows attackers under certain circumstances to achieve remote code execution (RCE).

Fixing this issue : https://community.opengroup.org/osdu/platform/system/lib/cloud/azure/os-core-lib-azure/-/issues/21

More details can be found here: https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement https://www.whitesourcesoftware.com/vulnerability-database/CVE-2022-22965

Edited by Khilesh Sahu

Merge request reports