An open index of dependabot pull requests across open source projects.

Spring Framework and Spring Security vulnerable to Deserialization of Untrusted Data

RSS Feed MODERATE
GHSA-f866-m9mv-2xr3 CVE-2011-2894
Description:

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.

Affected Packages
Ecosystem Package Vulnerable Versions Patched Version
maven org.springframework.security:spring-security-core >= 2.0.0, < 2.0.7
>= 3.0.0, < 3.0.6
2.0.7
maven org.springframework:spring-core >= 3.0.0, < 3.0.6
3.0.6
Related Dependabot Pull Requests