VYPR
Critical severityNVD Advisory· Published Nov 16, 2023· Updated Aug 2, 2024

Ray Static File Local File Include

CVE-2023-6020

Description

LFI vulnerability in Ray's /static/ directory allows unauthenticated attackers to read arbitrary files on the server.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

LFI vulnerability in Ray's /static/ directory allows unauthenticated attackers to read arbitrary files on the server.

CVE-2023-6020 is a local file inclusion (LFI) vulnerability in the Ray distributed computing framework. The bug resides in the /static/ directory handler, which fails to properly sanitize user-supplied paths, enabling an attacker to traverse directories and read arbitrary files on the server without authentication [1] [3].

Exploitation requires network access to the Ray Dashboard or any service exposing the /static/ endpoint. No authentication is needed; an attacker can simply craft a malicious URL with path traversal sequences (e.g., ../) to read sensitive files such as configuration files, SSH keys, or application code [1]. The vulnerability is present in all versions prior to Ray 2.8.1 [2].

Successful exploitation allows an attacker to read any file on the server, potentially leading to information disclosure, credential theft, or further compromise of the Ray cluster [3].

A fix was released in Ray version 2.8.1, which introduces proper path validation in the static file handler [2]. Users are strongly advised to upgrade to the latest version and ensure Ray clusters are not exposed to untrusted networks [3] [4].

AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
rayPyPI
< 2.8.12.8.1

Affected products

2
  • ghsa-coords
    Range: < 2.8.1
  • ray-project/ray-project/rayv5
    Range: unspecified

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.