An supposed characteristic with safety implications
Final yr safety researchers from Bishop Fox discovered and reported 5 vulnerabilities within the Ray framework. Anyscale, the corporate that maintains the software program, determined to patch 4 of them (CVE-2023-6019, CVE-2023-6020, CVE-2023-6021 and CVE-2023-48023) in model 2.8.1, however claimed that the fifth one, assigned CVE-2023-48022, was not likely a vulnerability so it was left unfixed.
That’s as a result of CVE-2023-48022 is definitely straight attributable to the truth that the Ray dashboard and consumer API don’t implement authentication controls. So, any attacker who can attain the API endpoints can submit new jobs, delete present jobs, retrieve delicate data, and basically obtain distant command execution.
The issue is, as a framework whose important aim is to facilitate the execution of workloads throughout compute clusters, “distant command execution” is actually a characteristic and the shortage of authentication can be by design. “As a consequence of Ray’s nature as a distributed execution framework, Ray’s safety boundary is outdoors of the Ray cluster,” Anyscale mentioned in its advisory. “That’s the reason we emphasize that you have to stop entry to your Ray cluster from untrusted machines (e.g., the general public web). Because of this the fifth CVE (the shortage of authentication constructed into Ray) has not been addressed, and why it’s not in our opinion a vulnerability, or perhaps a bug.”
The Ray documentation clearly states that “Ray expects to run in a protected community surroundings and to behave upon trusted code” and that it’s the duty of builders and platform suppliers to make sure these situations for protected operation. Nevertheless, as we’ve seen with different applied sciences previously that lacked authentication by default, customers don’t at all times comply with greatest practices and insecure deployments will make their manner on the web eventually. Whereas Anyscale doesn’t need customers to place all their belief in an isolation management like authentication inside Ray as a substitute of isolating your entire framework and clusters with exterior controls, it has determined to work on including an authentication mechanism in future variations.
Insecure-by-default configurations
Till then, nevertheless, many organizations are prone to proceed to unwillingly expose such servers to the web as a result of, in response to Oligo, many deployment guides and repositories for Ray, together with a few of the official ones, include insecure deployment configurations. Misconfigurations are additionally made simpler by the truth that by default the Ray dashboard and the Jobs API binds to 0.0.0.0, which mainly means all obtainable community interfaces on a system and opens port forwarding within the firewall to all of them.
“AI consultants are NOT safety consultants—leaving them probably dangerously unaware of the very actual dangers posed by AI frameworks,” the researchers mentioned. “With out authorization for Ray’s Jobs API, the API might be uncovered to distant code execution assaults when not following greatest practices.”