CVE-2026-27482
Plain English Summary
AI-powered analysis for quick understanding
An attacker can send unauthorized DELETE requests to the Ray dashboard, potentially shutting down services or deleting jobs without any user interaction, if the dashboard is exposed to the internet or accessible on the same network. This vulnerability affects versions 2.53.0 and below, so it's crucial to update to version 2.54.0 or higher to protect against this risk.
Technical Description
Ray is an AI compute engine. In versions 2.53.0 and below, thedashboard HTTP server blocks browser-origin POST/PUT but does not cover DELETE, and key DELETE endpoints are unauthenticated by default. If the dashboard/agent is reachable (e.g., --dashboard-host=0.0.0.0), a web page via DNS rebinding or same-network access can issue DELETE requests that shut down Serve or delete jobs without user interaction. This is a drive-by availability impact. The fix for this vulnerability is to update to Ray 2.54.0 or higher.
CVSS Vector Analysis
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:HExploit Resources
Search for proof-of-concept code and exploit modules
Official References
Quick Information
Published
Feb 21, 2026
about 2 months ago
Last Modified
Feb 24, 2026
about 1 month ago
Vendor
anyscale
Product
ray