LiveActive security incident?Get immediate response
CVE Record

CVE-2020-8165: A deserialization of untrusted data vulnernerability exists in rails < 5.2.4.3, rails < 6.0.3.1 that can al...

A deserialization of untrusted data vulnernerability exists in rails < 5.2.4.3, rails < 6.0.3.1 that can allow an attacker to unmarshal user-provided objects in MemCacheStore and RedisCacheStore potentially resulting in an RCE.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-8165 affects older Ruby on Rails versions. If an application uses Rails cache stores backed by Memcached or Redis and lets user-controlled data reach cached serialized objects, an attacker may cause unsafe deserialization that could lead to remote code execution.

Executive priority

Prioritize internet-facing or business-critical Rails applications using Redis or Memcached caching. The issue has potential RCE impact, but the provided evidence does not confirm active exploitation or universal exposure across all Rails applications.

Technical view

Rails before 5.2.4.3 and 6.0.3.1 contains CWE-502 deserialization of untrusted data in MemCacheStore and RedisCacheStore. The CVE description says user-provided objects may be unmarshaled, potentially resulting in RCE. No CVSS score is provided in the bundle.

Likely exposure

Exposure is most likely in Rails applications below the fixed versions that use MemCacheStore or RedisCacheStore. Downstream Linux distributions and vendors also issued advisories, so packaged or embedded Rails deployments should be checked.

Exploitation context

The bundle does not show CISA KEV listing or cited active exploitation. Public references include the original Rails security advisory, release notice, HackerOne report, and downstream vendor advisories. Treat exploit maturity as not established from the provided evidence.

Researcher notes

Focus validation on version, cache store type, and whether attacker-controlled data can become cached serialized objects. Avoid assuming exploitability from version alone; the source bundle indicates a dangerous condition but lacks CVSS details and active exploitation evidence.

Mitigation direction

  • Upgrade Rails to 5.2.4.3, 6.0.3.1, or later supported releases.
  • Apply Debian, openSUSE, NetApp, or other vendor security updates where Rails is packaged or embedded.
  • Identify applications using MemCacheStore or RedisCacheStore on affected Rails versions.
  • Check current vendor guidance before relying on compensating controls.

Validation and detection

  • Inventory Rails versions across application repositories, containers, and deployed hosts.
  • Confirm whether Rails cache_store is MemCacheStore or RedisCacheStore.
  • Verify deployed packages include the relevant Rails security update.
  • Review application data flows for user-controlled content entering cache operations.
Prepared
Confidence
medium
Sources
8

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-8165 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
8Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/ahttps://github.com/rails/railsFixed in 5.2.4.3, 6.0.3.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.