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 product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Spring_framework | Vmware | * | 5.2.20 (excluding) |
Spring_framework | Vmware | 5.3.0 (including) | 5.3.18 (excluding) |
CEQ 2.2.1-1 (CVE-2022-22965) | RedHat | spring-beans | * |
Red Hat AMQ 7.8.6 | RedHat | spring-webmvc | * |
Red Hat AMQ 7.9.4 | RedHat | spring-webmvc | * |
Red Hat Fuse 7.10.2 | RedHat | spring-webmvc | * |
RHDM 7.12.1 async | RedHat | spring-webmvc | * |
RHINT Camel-K 1.6.5 | RedHat | spring-beans | * |
RHPAM 7.12.1 async | RedHat | spring-webmvc | * |
Libspring-java | Ubuntu | bionic | * |
Libspring-java | Ubuntu | impish | * |
Libspring-java | Ubuntu | kinetic | * |
Libspring-java | Ubuntu | lunar | * |
Libspring-java | Ubuntu | mantic | * |
Libspring-java | Ubuntu | trusty | * |
Libspring-java | Ubuntu | xenial | * |
When a product allows a user’s input to contain code syntax, it might be possible for an attacker to craft the code in such a way that it will alter the intended control flow of the product. Such an alteration could lead to arbitrary code execution. Injection problems encompass a wide variety of issues – all mitigated in very different ways. For this reason, the most effective way to discuss these weaknesses is to note the distinct features which classify them as injection weaknesses. The most important issue to note is that all injection problems share one thing in common – i.e., they allow for the injection of control plane data into the user-controlled data plane. This means that the execution of the process may be altered by sending code in through legitimate data channels, using no other mechanism. While buffer overflows, and many other flaws, involve the use of some further issue to gain execution, injection problems need only for the data to be parsed. The most classic instantiations of this category of weakness are SQL injection and format string vulnerabilities.