Join the Cyber Forum: Threat Intel on May 12. 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-27482

CVE-2026-27482: Anyscale Ray Auth Bypass Vulnerability

CVE-2026-27482 is an authentication bypass flaw in Anyscale Ray that allows unauthenticated DELETE requests via DNS rebinding to shut down services or delete jobs. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-27482 Overview

CVE-2026-27482 is an authentication bypass vulnerability in Anyscale Ray, an AI compute engine. In versions 2.53.0 and below, the dashboard HTTP server blocks browser-origin POST/PUT requests but does not cover DELETE operations. Key DELETE endpoints are unauthenticated by default, allowing attackers to exploit this gap. If the dashboard or agent is reachable (e.g., configured with --dashboard-host=0.0.0.0), a malicious web page can leverage DNS rebinding or same-network access to issue DELETE requests that shut down Serve deployments or delete jobs without any user interaction.

Critical Impact

Unauthenticated DELETE endpoints in Ray's dashboard allow drive-by availability attacks, enabling remote attackers to disrupt AI workloads by shutting down services or deleting jobs without authentication.

Affected Products

  • Anyscale Ray versions 2.53.0 and below
  • Ray deployments with dashboard exposed (--dashboard-host=0.0.0.0)
  • Ray agent HTTP servers with default configurations

Discovery Timeline

  • 2026-02-21 - CVE CVE-2026-27482 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2026-27482

Vulnerability Analysis

This vulnerability exists due to an incomplete implementation of browser request blocking in Ray's dashboard HTTP server. While the server was designed to block mutation requests (POST/PUT) from browser origins to prevent cross-site attacks, the implementation failed to account for DELETE operations. This oversight creates a significant security gap where critical destructive operations remain accessible to unauthorized browser-based requests.

The vulnerability is particularly concerning in environments where the Ray dashboard is exposed to network interfaces beyond localhost. When configured with --dashboard-host=0.0.0.0, the dashboard becomes accessible from any network interface, making it susceptible to DNS rebinding attacks from malicious websites or direct exploitation from within the same network segment.

Root Cause

The root cause is an incomplete middleware implementation that used a blacklist approach to block specific HTTP methods (POST/PUT) rather than a comprehensive whitelist approach. The authentication middleware in http_server_agent.py and http_server_head.py only applied request restrictions to POST and PUT methods, leaving DELETE endpoints unprotected against browser-originated requests. This allowed unauthenticated DELETE operations to bypass the intended security controls.

Attack Vector

An attacker can exploit this vulnerability through DNS rebinding or same-network access when the Ray dashboard is exposed. The attack requires no user interaction beyond visiting a malicious webpage that makes DELETE requests to the Ray dashboard endpoints. Successful exploitation enables attackers to:

  1. Shut down Ray Serve deployments
  2. Delete running jobs
  3. Disrupt AI compute workloads

The following patch demonstrates the fix implemented by adding a browser request blocking middleware to the agent HTTP server:

python
            dashboard_optional_utils.DashboardAgentRouteTable.bind(c)

        app = aiohttp.web.Application(
-            middlewares=[get_token_auth_middleware(aiohttp, PUBLIC_EXACT_PATHS)]
+            middlewares=[
+                get_token_auth_middleware(aiohttp, PUBLIC_EXACT_PATHS),
+                # Block all browser requests - agent is only accessed internally
+                dashboard_optional_utils.get_browser_request_middleware(aiohttp),
+            ]
        )
        app.add_routes(routes=routes.bound_routes())

Source: GitHub Commit 0fda8b8

Detection Methods for CVE-2026-27482

Indicators of Compromise

  • Unexpected DELETE requests to Ray dashboard endpoints from browser user agents
  • Unexplained shutdown of Ray Serve deployments or deletion of jobs
  • Network traffic from external origins targeting Ray dashboard ports (typically 8265)
  • DNS rebinding patterns in network logs pointing to internal Ray dashboard addresses

Detection Strategies

  • Monitor Ray dashboard access logs for DELETE requests originating from browser user-agents (containing Mozilla, Chrome, Safari, etc.)
  • Implement network monitoring for connections to Ray dashboard ports from unexpected source IPs
  • Configure alerting for abnormal Ray Serve deployment shutdowns or job deletions
  • Deploy web application firewalls to detect and block DNS rebinding attack patterns

Monitoring Recommendations

  • Enable comprehensive logging for all Ray dashboard HTTP requests including method, source IP, and user-agent
  • Implement real-time alerting for critical operations (service shutdown, job deletion) on Ray deployments
  • Monitor for unusual network patterns indicating DNS rebinding attempts
  • Regularly audit Ray dashboard configuration to ensure it's not exposed beyond intended networks

How to Mitigate CVE-2026-27482

Immediate Actions Required

  • Upgrade to Ray version 2.54.0 or higher immediately
  • Restrict Ray dashboard access by avoiding --dashboard-host=0.0.0.0 configurations
  • Implement network segmentation to limit dashboard accessibility to trusted internal networks only
  • Review and audit existing Ray deployments for exposed dashboard instances

Patch Information

The fix for this vulnerability is available in Ray version 2.54.0 and higher. The patch implements a whitelist approach to block all browser-originated mutation requests to the agent HTTP server, which is intended for internal access only. The security fix is documented in GitHub Pull Request 60526 and the GitHub Security Advisory GHSA-q5fh-2hc8-f6rq.

Workarounds

  • Bind Ray dashboard to localhost only by using --dashboard-host=127.0.0.1 instead of 0.0.0.0
  • Implement firewall rules to restrict access to Ray dashboard ports (default 8265) from untrusted networks
  • Use a reverse proxy with proper authentication in front of the Ray dashboard
  • Deploy network-level access controls to prevent external access to Ray infrastructure
bash
# Configuration example - Bind dashboard to localhost only
ray start --head --dashboard-host=127.0.0.1

# Alternatively, use firewall rules to restrict access
# iptables example to allow only internal network
iptables -A INPUT -p tcp --dport 8265 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8265 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAnyscale Ray

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-396
  • Technical References
  • GitHub Release Ray 2.54.0
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Pull Request 60526

  • GitHub Security Advisory GHSA-q5fh-2hc8-f6rq
  • Related CVEs
  • CVE-2026-32981: Anyscale Ray Path Traversal Vulnerability

  • CVE-2023-48022: Anyscale Ray RCE Vulnerability

  • CVE-2023-48023: Anyscale Ray SSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English