The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2023-48023

CVE-2023-48023: Anyscale Ray SSRF Vulnerability

CVE-2023-48023 is a Server-Side Request Forgery vulnerability in Anyscale Ray affecting versions 2.6.3 and 2.8.0 through the /log_proxy endpoint. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-48023 Overview

CVE-2023-48023 is a Server-Side Request Forgery (SSRF) vulnerability affecting Anyscale Ray versions 2.6.3 and 2.8.0. The vulnerability exists in the /log_proxy endpoint, which can be exploited by attackers to make the server perform unauthorized requests to internal or external resources. This SSRF vulnerability allows unauthenticated remote attackers to potentially access internal services, cloud metadata endpoints, and sensitive resources that should not be publicly accessible.

It is important to note that the vendor's position is that this vulnerability report is irrelevant because Ray, as stated in its documentation, is not intended for use outside of a strictly controlled network environment. However, organizations exposing Ray instances to untrusted networks remain at significant risk.

Critical Impact

This SSRF vulnerability allows unauthenticated attackers to access internal network resources, potentially leading to data exfiltration, credential theft from cloud metadata services, and lateral movement within the network.

Affected Products

  • Anyscale Ray version 2.6.3
  • Anyscale Ray version 2.8.0

Discovery Timeline

  • 2023-11-28 - CVE-2023-48023 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-48023

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery), a weakness that allows an attacker to induce the server-side application to make HTTP requests to an arbitrary domain of the attacker's choosing. In the context of Anyscale Ray, the /log_proxy endpoint accepts user-controlled input that specifies the destination of HTTP requests, allowing attackers to abuse the server as a proxy for malicious requests.

The vulnerability requires no authentication and can be exploited remotely over the network with low attack complexity. Successful exploitation can result in significant confidentiality and integrity impacts, as attackers can potentially access internal services, retrieve sensitive configuration data, interact with cloud provider metadata endpoints (such as AWS IMDSv1), and pivot to other internal systems.

Root Cause

The root cause of this vulnerability lies in insufficient validation of user-supplied URLs in the /log_proxy endpoint. The endpoint fails to properly restrict or sanitize the destination URLs that can be requested, allowing attackers to specify arbitrary internal or external addresses. This lack of input validation enables the SSRF attack vector.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can craft malicious HTTP requests to the /log_proxy endpoint, specifying internal resources as the target URL. The Ray server then performs the request on behalf of the attacker, potentially returning sensitive data or enabling further attacks.

The vulnerability can be exploited to:

  • Access cloud instance metadata services (e.g., http://169.254.169.254/ on AWS)
  • Probe and interact with internal network services
  • Bypass firewall restrictions by using the Ray server as a proxy
  • Potentially retrieve sensitive credentials and configuration data

For detailed technical analysis of this vulnerability, refer to the Bishop Fox Blog Post.

Detection Methods for CVE-2023-48023

Indicators of Compromise

  • Unusual outbound HTTP requests from Ray server instances to internal IP ranges or cloud metadata endpoints
  • HTTP requests to the /log_proxy endpoint containing suspicious URL parameters targeting internal addresses
  • Unexpected access patterns to internal services from Ray server IP addresses
  • Log entries showing requests to 169.254.169.254 or other metadata service endpoints

Detection Strategies

  • Monitor network traffic from Ray instances for connections to internal IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) and link-local addresses (169.254.0.0/16)
  • Implement web application firewall (WAF) rules to detect and block SSRF patterns in requests to the /log_proxy endpoint
  • Configure intrusion detection systems to alert on metadata service access attempts originating from application servers
  • Review access logs for the /log_proxy endpoint and flag requests with unusual or internal URL targets

Monitoring Recommendations

  • Enable comprehensive logging for all Ray Dashboard and API endpoints, particularly /log_proxy
  • Implement network segmentation monitoring to detect unauthorized cross-segment traffic from Ray instances
  • Deploy endpoint detection and response (EDR) solutions to monitor process behavior on Ray server hosts
  • Establish baseline network behavior for Ray deployments and alert on anomalies

How to Mitigate CVE-2023-48023

Immediate Actions Required

  • Ensure Ray instances are deployed only within strictly controlled network environments as per vendor documentation
  • Implement network-level access controls to restrict access to Ray Dashboard and API endpoints from trusted sources only
  • Block outbound access from Ray servers to cloud metadata endpoints and sensitive internal services
  • Audit current Ray deployments for exposure to untrusted networks and remediate immediately

Patch Information

As of the available data, there is no specific vendor patch addressing this vulnerability. The vendor's position is that Ray is designed for deployment in controlled network environments and should not be exposed to untrusted networks. Organizations should review the Ray Documentation on Security for guidance on secure deployment practices.

Workarounds

  • Deploy Ray behind a reverse proxy or API gateway that validates and restricts URL parameters to the /log_proxy endpoint
  • Implement strict network segmentation to prevent Ray servers from accessing sensitive internal resources
  • Configure firewall rules to block outbound connections from Ray servers to metadata services (169.254.169.254) and internal network ranges
  • Use authentication mechanisms at the network level to restrict access to Ray endpoints
  • Consider deploying Ray in isolated network environments with no direct access to sensitive internal systems
bash
# Example: Block metadata service access using iptables
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 169.254.0.0/16 -j DROP

# Example: Restrict Ray Dashboard access to trusted IPs
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
  • TypeSSRF

  • Vendor/TechAnyscale Ray

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability89.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Bishop Fox Blog Post

  • Ray Documentation on Security
  • Related CVEs
  • CVE-2026-32981: Anyscale Ray Path Traversal Vulnerability

  • CVE-2026-27482: Anyscale Ray Auth Bypass Vulnerability

  • CVE-2023-48022: Anyscale Ray RCE 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