AI Framework Ray Doesn't Include a Single Security Feature
gabetocci.medium.com
AI Framework Ray Doesn't Include a Single Security Feature
1–4 of 4 posts
Re: AI Framework Ray Doesn't Include a Single Security Feature
#2Security firm discovered that a number of people misconfigured their nodes and put them on public internet, which allowed anyone to run their code there.
The result somehow blames the ray.ai, rather than people who misconfigured servers. I wonder if the same researchers also used to also blame FTP server writers for allowing anonymous uploads...
Re: AI Framework Ray Doesn't Include a Single Security Feature
#3TL/DR: ray.ai, a parallel job executor expects to be executed in trusted network only, and provides no native authentication. The executor uses common protocols (grpc, http), and developers mention that all nodes should be on private network and that any external access should have 3rd party authentication proxy. All the recommended deployment configs show how to do this. Security firm discovered that a number of peo…
(If you install a typical FTP server on an internet-accessible host, does that immediately enable anonymous uploads if you use the default configuration?)
Re: AI Framework Ray Doesn't Include a Single Security Feature
#4TL/DR: ray.ai, a parallel job executor expects to be executed in trusted network only, and provides no native authentication. The executor uses common protocols (grpc, http), and developers mention that all nodes should be on private network and that any external access should have 3rd party authentication proxy. All the recommended deployment configs show how to do this. Security firm discovered that a number of peo…