Deserialization of Untrusted Data Affecting activesupport package, versions <5.2.4.3 >=6.0.0, <6.0.3.1


0.0
high

Snyk CVSS

    Attack Complexity High
    Confidentiality High
    Integrity High
    Availability High

    Threat Intelligence

    Exploit Maturity Mature
    EPSS 72.53% (99th percentile)
Expand this section
NVD
9.8 critical
Expand this section
SUSE
9.8 critical
Expand this section
Red Hat
9.8 critical

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-RUBY-ACTIVESUPPORT-569598
  • published 19 May 2020
  • disclosed 19 May 2020
  • credit Unknown

How to fix?

Upgrade activesupport to version 5.2.4.3, 6.0.3.1 or higher.

Overview

activesupport is a toolkit of support libraries and Ruby core extensions extracted from the Rails framework.

Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the MemCacheStore and RedisCacheStore. when untrusted user input is written to the cache store using the raw: true parameter, re-reading the result from the cache can evaluate the user input as a Marshalled object instead of plain text.