ray vulnerable to Insertion of Sensitive Information into Log File
Moderate severity
GitHub Reviewed
Published
Mar 6, 2025
to the GitHub Advisory Database
•
Updated Mar 6, 2025
Description
Published by the National Vulnerability Database
Mar 6, 2025
Published to the GitHub Advisory Database
Mar 6, 2025
Reviewed
Mar 6, 2025
Last updated
Mar 6, 2025
Versions of the package ray before 2.43.0 are vulnerable to Insertion of Sensitive Information into Log File where the redis password is being logged in the standard logging. If the redis password is passed as an argument, it will be logged and could potentially leak the password.
This is only exploitable if:
Logging is enabled;
Redis is using password authentication;
Those logs are accessible to an attacker, who can reach that redis instance.
Note:
It is recommended that anyone who is running in this configuration should update to the latest version of Ray, then rotate their redis password.
References