Skip to main content

Reliance on Untrusted Inputs in a Security Decision

CVE-2021-29479

Severity Medium
Score 6.1/10

Summary

Ratpack is a toolkit for creating web applications. In versions prior to 1.9.0-rc-1, a user supplied `X-Forwarded-Host` header can be used to perform cache poisoning of a cache fronting a Ratpack server if the cache key does not include the `X-Forwarded-Host` header as a cache key. Users are only vulnerable if they do not configure a custom `PublicAddress` instance. For versions prior to 1.9.0-rc-1, by default, Ratpack utilizes an inferring version of `PublicAddress` which is vulnerable. This can be used to perform redirect cache poisoning where an attacker can force a cached redirect to redirect to their site instead of the intended redirect location. The vulnerability was patched in Ratpack 1.9.0-rc-1. As a workaround, ensure that `ServerConfigBuilder::publicAddress` correctly configures the server in production.

  • LOW
  • NETWORK
  • LOW
  • CHANGED
  • REQUIRED
  • NONE
  • LOW
  • NONE

CWE-807 - Reliance on Untrusted Inputs in a Security Decision

The application uses a protection mechanism that relies on the existence or values of an input, but the input can be modified by an untrusted actor in a way that bypasses the protection mechanism.

Advisory Timeline

  • Published