CVE-2025-1979: Medium severity ray vulnerability
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:
1) Logging is enabled;
2) Redis is using password authentication;
3) 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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-1979?
CVE-2025-1979 is considered a high severity vulnerability due to the potential exposure of sensitive information, specifically redis passwords.
How do I fix CVE-2025-1979?
To mitigate CVE-2025-1979, upgrade to Ray version 2.43.0 or later, where the logging of sensitive information is addressed.
What type of vulnerability is CVE-2025-1979?
CVE-2025-1979 is classified as an information disclosure vulnerability because it allows sensitive data to be logged.
Which versions of Ray are affected by CVE-2025-1979?
Ray versions prior to 2.43.0 are affected by CVE-2025-1979 and are vulnerable to sensitive information logging.
What kind of sensitive information is exposed in CVE-2025-1979?
CVE-2025-1979 exposes redis passwords if they are passed as arguments in the logging process.