CVE-2017-4995
HighSummary
A deserialization vulnerability was discovered in Pivotal Spring Security versions 4.2.0.RELEASE through 4.2.2.RELEASE and 5.0.0.M1, which could lead to arbitrary code execution when default typing in Jackson is enabled. The issue allows the use of unknown 'deserialization gadgets' if certain conditions are met.
Risk Assessment
Organizations may be at risk of arbitrary code execution if they use Spring Security with global default typing enabled and deserialize untrusted data. This could lead to serious security breaches.
Recommendation
It is recommended to disable default typing in Jackson configuration within Spring Security and avoid deserializing untrusted data. Additionally, updating to the latest version is advised to benefit from security fixes.
Other vulnerabilities in Pivotal Spring Security
Original NVD description (English source)
An issue was discovered in Pivotal Spring Security 4.2.0.RELEASE through 4.2.2.RELEASE, and Spring Security 5.0.0.M1. When configured to enable default typing, Jackson contained a deserialization vulnerability that could lead to arbitrary code execution. Jackson fixed this vulnerability by blacklisting known "deserialization gadgets." Spring Security configures Jackson with global default typing enabled, which means that (through the previous exploit) arbitrary code could be executed if all of the following is true: (1) Spring Security's Jackson support is being leveraged by invoking SecurityJackson2Modules.getModules(ClassLoader) or SecurityJackson2Modules.enableDefaultTyping(ObjectMapper); (2) Jackson is used to deserialize data that is not trusted (Spring Security does not perform deserialization using Jackson, so this is an explicit choice of the user); and (3) there is an unknown (Jackson is not blacklisting it already) "deserialization gadget" that allows code execution present o

