GHSA-4ph4-q9r5-6wm6

Source
https://github.com/advisories/GHSA-4ph4-q9r5-6wm6
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-4ph4-q9r5-6wm6/GHSA-4ph4-q9r5-6wm6.json
Aliases
Published
2022-05-24T17:20:22Z
Modified
2023-11-08T04:03:55.467571Z
Details

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 Batch 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: * Spring Batch's Jackson support is being leveraged to serialize a job's ExecutionContext. * A malicious user gains write access to the data store used by the JobRepository (where the data to be deserialized is stored). In order to protect against this type of attack, Jackson prevents a set of untrusted gadget classes from being deserialized. Spring Batch should be proactive against blocking unknown "deserialization gadgets" when enabling default typing.

References

Affected packages

Maven / org.springframework.batch:spring-batch-core

Package

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

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.0.0
Fixed
4.2.3

Affected versions

4.*

4.0.0.RELEASE
4.0.1.RELEASE
4.0.2.RELEASE
4.0.3.RELEASE
4.0.4.RELEASE
4.1.0.RELEASE
4.1.1.RELEASE
4.1.2.RELEASE
4.1.3.RELEASE
4.1.4.RELEASE
4.2.0.RELEASE
4.2.1.RELEASE
4.2.2.RELEASE

Database specific

{
    "last_known_affected_version_range": "<= 4.2.2"
}