CVE-2026-27482
Received
Received - Intake
Unauthenticated DELETE Requests in Ray Dashboard Cause Availability Impact
Publication date: 2026-02-21
Last updated on: 2026-03-04
Assigner: GitHub, Inc.
Description
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 Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| anyscale | ray | to 2.54.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-396 | Catching overly broad exceptions promotes complex error handling code that is more likely to contain security vulnerabilities. |