ID CVE-2011-2894
Summary Spring Framework 3.0.0 through 3.0.5, Spring Security 3.0.0 through 3.0.5 and 2.0.0 through 2.0.6, and possibly other versions deserialize objects from untrusted sources, which allows remote attackers to bypass intended security restrictions and execute untrusted code by (1) serializing a java.lang.Proxy instance and using InvocationHandler, or (2) accessing internal AOP interfaces, as demonstrated using deserialization of a DefaultListableBeanFactory instance to execute arbitrary commands via the java.lang.Runtime class.
References
Vulnerable Configurations
  • cpe:2.3:a:vmware:spring_security:2.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_security:2.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_security:2.0.0:milestone1:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_security:2.0.0:milestone1:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_security:2.0.0:milestone2:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_security:2.0.0:milestone2:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_security:2.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_security:2.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_security:2.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_security:2.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_security:2.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_security:2.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_security:2.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_security:2.0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_security:2.0.4:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_security:2.0.4:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_security:2.0.5:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_security:2.0.5:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_security:2.0.6:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_security:2.0.6:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_framework:3.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_framework:3.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_framework:3.0.0:milestone1:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_framework:3.0.0:milestone1:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_framework:3.0.0:milestone2:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_framework:3.0.0:milestone2:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_framework:3.0.0:milestone3:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_framework:3.0.0:milestone3:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_framework:3.0.0:milestone4:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_framework:3.0.0:milestone4:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_framework:3.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_framework:3.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_framework:3.0.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_framework:3.0.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_framework:3.0.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_framework:3.0.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_framework:3.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_framework:3.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_framework:3.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_framework:3.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_framework:3.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_framework:3.0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_framework:3.0.4:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_framework:3.0.4:*:*:*:*:*:*:*
  • cpe:2.3:a:vmware:spring_framework:3.0.5:*:*:*:*:*:*:*
    cpe:2.3:a:vmware:spring_framework:3.0.5:*:*:*:*:*:*:*
CVSS
Base: 6.8 (as of 17-07-2022 - 20:15)
Impact:
Exploitability:
CWE CWE-502
CAPEC
  • Object Injection
    An adversary attempts to exploit an application by injecting additional, malicious content during its processing of serialized objects. Developers leverage serialization in order to convert data or state into a static, binary format for saving to disk or transferring over a network. These objects are then deserialized when needed to recover the data/state. By injecting a malformed object into a vulnerable application, an adversary can potentially compromise the application by manipulating the deserialization process. This can result in a number of unwanted outcomes, including remote code execution.
Access
VectorComplexityAuthentication
NETWORK MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL PARTIAL PARTIAL
cvss-vector via4 AV:N/AC:M/Au:N/C:P/I:P/A:P
redhat via4
advisories
rhsa
id RHSA-2011:1334
refmap via4
bid 49536
bugtraq 20110909 CVE-2011-2894: Spring Framework and Spring Security serialization-based remoting vulnerabilities
confirm http://www.springsource.com/security/cve-2011-2894
osvdb 75263
sreason 8405
xf spring-framework-object-sec-bypass(69687)
Last major update 17-07-2022 - 20:15
Published 04-10-2011 - 10:55
Last modified 17-07-2022 - 20:15
Back to Top