GHSA-vhrg-v3cv-p247

    Dashboard / Vulnerabilities / GHSA-vhrg-v3cv-p247

    GHSA-vhrg-v3cv-p247

    Published: 13 May 2022Last Modified: 5 Mar 2024
    Aliases:

    Summary: Deserialization of Untrusted Data in Spring Security

    Details: 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 on the classpath. Jackson provides a blacklisting approach to protecting against this type of attack, but Spring Security should be proactive against blocking unknown "deserialization gadgets" when Spring Security enables default typing.

    Affected packages

    Package

    Name: org.springframework.security:spring-security-core

    Purl: pkg:maven/org.springframework.security/spring-security-core

    Affected ranges

    Type: ECOSYSTEM

    Events:

    Introduced- 4.2.0.RELEASE
    Fixed -4.2.3.RELEASE

    Affected versions

    4.2.0.RELEASE
    4.2.1.RELEASE
    4.2.2.RELEASE

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    GHSA-vhrg-v3cv-p247 | CVE-DB