Cyber Resilience

CVE-2023-48023

CriticalPublic PoC

Published: 28 November 2023

Published
28 November 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.8919 99.6th percentile
Risk Priority 72 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-48023 is a critical-severity SSRF (CWE-918) vulnerability in Anyscale Ray. Its CVSS base score is 9.1 (Critical).

Operationally, ranked in the top 0.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2023-48023 is a server-side request forgery vulnerability (CWE-918) present in the /log_proxy endpoint of Anyscale Ray versions 2.6.3 and 2.8.0. The issue received a CVSS 3.1 score of 9.1, reflecting network attackability without authentication or user interaction and resulting in high confidentiality and integrity impact.

An unauthenticated remote attacker can exploit the flaw to perform SSRF against internal resources reachable by the Ray instance. Successful abuse allows the attacker to read or interact with otherwise inaccessible services, though the vendor states that Ray is intended solely for strictly controlled network environments and therefore considers external exposure outside its documented threat model.

Vendor documentation at docs.ray.io emphasizes deployment only inside trusted networks and does not describe a software patch or configuration workaround for the reported endpoint. Public references, including Bishopfox analysis, document the SSRF vector but align with the vendor position that the software should never be reachable from untrusted networks.

The associated EPSS score sits at 0.8919 with no indicated rise from a lower baseline.

EU & UK References

Vulnerability details

Anyscale Ray 2.6.3 and 2.8.0 allows /log_proxy SSRF. NOTE: the vendor's position is that this report is irrelevant because Ray, as stated in its documentation, is not intended for use outside of a strictly controlled network environment

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

anyscale
ray
2.6.3, 2.8.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-918

Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.

addresses: CWE-918

Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.

addresses: CWE-918

Validates server-side URLs and resource references to block SSRF attempts.

addresses: CWE-918

Detects server-side request forgery through monitoring of unexpected outbound connections.

References