CVE-2021-29485

Deserialization of Untrusted Data in maven/io.ratpack/ratpack-core

Identifiers

CVE-2021-29485, GHSA-hc33-32vw-rpp9

Package Slug

maven/io.ratpack/ratpack-core

Vulnerability

Deserialization of Untrusted Data

Description

Ratpack is a toolkit for creating web applications., a malicious attacker can achieve Remote Code Execution (RCE) via a maliciously crafted Java deserialization gadget chain leveraged against the Ratpack session store. If one's application does not use Ratpack's session mechanism, it is not vulnerable. Ratpack introduces a strict allow-list mechanism that mitigates this vulnerability when used. Two possible workarounds exist. The simplest mitigation for users of earlier versions is to reduce the likelihood of attackers being able to write to the session data store. Alternatively or additionally, the allow-list mechanism could be manually back ported by providing an alternative implementation of SessionSerializer that uses an allow-list.

Affected Versions

All versions before 1.9.0

Solution

Upgrade to version 1.9.0 or above.

Last Modified

2021-07-12

source