Ray Log File Local File Include
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.
| Package | Affected versions | Patched versions |
|---|---|---|
rayPyPI | < 2.8.1 | 2.8.1 |
Affected products
2- ray-project/ray-project/rayv5Range: unspecified
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5- github.com/advisories/GHSA-3pww-qvr8-6mhpghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-6021ghsaADVISORY
- github.com/ray-project/ray/releases/tag/ray-2.8.1ghsaWEB
- huntr.com/bounties/5039c045-f986-4cbc-81ac-370fe4b0d3f8ghsaWEB
- www.anyscale.com/blog/update-on-ray-cves-cve-2023-6019-cve-2023-6020-cve-2023-6021-cve-2023-48022-cve-2023-48023ghsaWEB
News mentions
0No linked articles in our index yet.