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

Ray Log File Local File Include

CVE-2023-6021

Description

Ray's log API endpoint lacks authentication, allowing unauthenticated attackers to read arbitrary files on the server; fixed in version 2.8.1.

AI Insight

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

Ray's log API endpoint lacks authentication, allowing unauthenticated attackers to read arbitrary files on the server; fixed in version 2.8.1.

CVE-2023-6021 is a Local File Inclusion (LFI) vulnerability in Ray's log API endpoint. The endpoint does not require authentication, enabling an attacker to read any file on the server by crafting a malicious request [1].

Exploitation does not require any prior access or privileges; an attacker can send an HTTP request to the vulnerable endpoint from any network position that can reach the Ray Dashboard. According to Ray maintainers, the security boundary of Ray is intended to be outside the cluster, meaning the dashboard should never be exposed to untrusted networks. However, when it is, this bug allows arbitrary file reads [3].

The impact is information disclosure: an attacker can read sensitive files such as configuration files, credentials, or proprietary data. This is distinct from remote code execution, but can significantly compromise confidentiality [1][3].

The vulnerability is fixed in Ray version 2.8.1 [2]. Users are strongly advised to upgrade immediately and ensure their Ray clusters are not exposed to untrusted networks as per best practices [3].

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.