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.
References
Configurations
No configuration.
History
06 Mar 2025, 16:15
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
06 Mar 2025, 05:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-03-06 05:15
Updated : 2025-03-06 16:15
NVD link : CVE-2025-1979
Mitre link : CVE-2025-1979
CVE.ORG link : CVE-2025-1979
JSON object : View
Products Affected
No product.
CWE
CWE-532
Insertion of Sensitive Information into Log File