Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2022-22965

Remote Code Execution in Spring Framework
Back to all
CVE

CVE-2022-22965

Remote Code Execution in Spring Framework

Spring Framework prior to versions 5.2.20 and 5.3.18 contains a remote code execution vulnerability known as Spring4Shell

Impact

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.

These are the prerequisites for the exploit:

  • JDK 9 or higher
  • Apache Tomcat as the Servlet container
  • Packaged as WAR
  • spring-webmvc or spring-webflux dependency

Patches

Workarounds

For those who are unable to upgrade, leaked reports recommend setting disallowedFields on WebDataBinder through an @ControllerAdvice. This works generally, but as a centrally applied workaround fix, may leave some loopholes, in particular if a controller sets disallowedFields locally through its own @InitBinder method, which overrides the global setting.

To apply the workaround in a more fail-safe way, applications could extend RequestMappingHandlerAdapter to update the WebDataBinder at the end after all other initialization. In order to do that, a Spring Boot application can declare a WebMvcRegistrations bean (Spring MVC) or a WebFluxRegistrations bean (Spring WebFlux).

Package Versions Affected

Package Version
patch Availability

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:H
C
H
U
9.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Related Resources

No items found.

References

https://nvd.nist.gov/vuln/detail/CVE-2022-22965, https://github.com/spring-projects/spring-framework/commit/002546b3e4b8d791ea6acccb81eb3168f51abb15, https://cert-portal.siemens.com/productcert/pdf/ssa-254054.pdf, https://github.com/spring-projects/spring-boot/releases/tag/v2.5.12, https://github.com/spring-projects/spring-boot/releases/tag/v2.6.6, https://github.com/spring-projects/spring-framework, https://github.com/spring-projects/spring-framework/releases/tag/v5.2.20.RELEASE, https://github.com/spring-projects/spring-framework/releases/tag/v5.3.18, https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2022-0005, https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement, https://tanzu.vmware.com/security/cve-2022-22965, https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-java-spring-rce-Zx9GUc67, https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2022-22965, https://www.kb.cert.org/vuls/id/970766, https://www.oracle.com/security-alerts/cpuapr2022.html, https://www.oracle.com/security-alerts/cpujul2022.html, http://packetstormsecurity.com/files/166713/Spring4Shell-Code-Execution.html, http://packetstormsecurity.com/files/167011/Spring4Shell-Spring-Framework-Class-Property-Remote-Code-Execution.html

Severity

9.8

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
9.8
EPSS Probability
0.94428%
EPSS Percentile
0.99982%
Introduced Version
1.0-m4,3.0.3.RELEASE,5.1.0.RELEASE,5.3.0,1.0-rc1,1.0.1
Fix Available
5.2.20.RELEASE,5.3.18

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading