Ray clusters using Redis password auth before v2.43.0 log credentials in plaintext — anyone with log access can pivot directly to Redis. Upgrade to Ray 2.43.0+ immediately and rotate the Redis password; patching alone does not invalidate already-leaked credentials. If logs are aggregated to a centralized stack (Splunk, ELK, CloudWatch), audit who accessed them since the Ray deployment date.
Risk Assessment
CVSS 6.4 Medium with a local attack vector understates operational risk in MLOps environments. Ray clusters routinely ship logs to shared observability platforms, effectively converting a local read into a network-accessible credential store. Redis in Ray deployments holds job queues, distributed object store metadata, and cluster state — credential theft gives an attacker meaningful leverage over active ML workloads. Low EPSS (0.032%) reflects no current active exploitation, but the post-credential attack path is straightforward and requires no AI/ML expertise.
Affected Systems
| Package | Ecosystem | Vulnerable Range | Patched |
|---|---|---|---|
| ray | pip | < 2.43.0 | 2.43.0 |
Do you use ray? You're affected.
Severity & Risk
Attack Surface
Recommended Action
6 steps-
PATCH
Upgrade ray to >=2.43.0 immediately — this is the only complete fix.
-
ROTATE
Change the Redis password after upgrading; patching does not expire credentials already logged.
-
AUDIT LOGS
Search historical Ray logs for Redis password strings (look for '--redis-password' or equivalent argument patterns).
-
REVIEW LOG ACCESS
Identify all principals (users, services, pipelines) with access to Ray logs since deployment — centralized log aggregators amplify exposure window.
-
MONITOR REDIS
Enable Redis AUTH failure logging and alert on connections from unexpected source IPs.
-
WORKAROUND (if immediate patching is blocked): Restrict Ray log file ACLs to root/ray-service account only, and disable log forwarding to shared observability stacks until patched.
CISA SSVC Assessment
Source: CISA Vulnrichment (SSVC v2.0). Decision based on the CISA Coordinator decision tree.
Classification
Compliance Impact
This CVE is relevant to:
Frequently Asked Questions
What is CVE-2025-1979?
Ray clusters using Redis password auth before v2.43.0 log credentials in plaintext — anyone with log access can pivot directly to Redis. Upgrade to Ray 2.43.0+ immediately and rotate the Redis password; patching alone does not invalidate already-leaked credentials. If logs are aggregated to a centralized stack (Splunk, ELK, CloudWatch), audit who accessed them since the Ray deployment date.
Is CVE-2025-1979 actively exploited?
No confirmed active exploitation of CVE-2025-1979 has been reported, but organizations should still patch proactively.
How to fix CVE-2025-1979?
1. PATCH: Upgrade ray to >=2.43.0 immediately — this is the only complete fix. 2. ROTATE: Change the Redis password after upgrading; patching does not expire credentials already logged. 3. AUDIT LOGS: Search historical Ray logs for Redis password strings (look for '--redis-password' or equivalent argument patterns). 4. REVIEW LOG ACCESS: Identify all principals (users, services, pipelines) with access to Ray logs since deployment — centralized log aggregators amplify exposure window. 5. MONITOR REDIS: Enable Redis AUTH failure logging and alert on connections from unexpected source IPs. 6. WORKAROUND (if immediate patching is blocked): Restrict Ray log file ACLs to root/ray-service account only, and disable log forwarding to shared observability stacks until patched.
What systems are affected by CVE-2025-1979?
This vulnerability affects the following AI/ML architecture patterns: distributed ML training pipelines, model serving, ML orchestration, reinforcement learning environments, multi-tenant GPU clusters.
What is the CVSS score for CVE-2025-1979?
CVE-2025-1979 has a CVSS v3.1 base score of 6.4 (MEDIUM). The EPSS exploitation probability is 0.08%.
Technical Details
NVD Description
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.
Exploitation Scenario
An adversary with read access to a Ray cluster's logs — through a compromised observability stack, a misconfigured S3 log bucket, or an over-permissioned developer account — searches for Redis password arguments logged at startup. Finding the plaintext credential, they authenticate directly to the Ray Redis instance. From there, they enumerate active training job queues, access distributed object store references (enabling exfiltration of intermediate model checkpoints), or inject malicious task metadata to corrupt ongoing ML runs. In a shared MLOps platform, a single leaked Redis password compromises workload isolation for all tenants on the cluster.
Weaknesses (CWE)
CVSS Vector
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:L/A:N References
- github.com/advisories/GHSA-w4rh-fgx7-q63m
- github.com/pypa/advisory-database/tree/main/vulns/ray/PYSEC-2025-23.yaml
- github.com/ray-project/ray/commit/64a2e4010522d60b90c389634f24df77b603d85d
- github.com/ray-project/ray/issues/50266
- github.com/ray-project/ray/pull/50409
- nvd.nist.gov/vuln/detail/CVE-2025-1979
- security.snyk.io/vuln/SNYK-PYTHON-RAY-8745212
Timeline
Related Vulnerabilities
CVE-2023-6019 9.8 Ray: unauthenticated RCE via dashboard command injection
Same package: ray CVE-2023-48022 9.8 Ray: unauthenticated RCE via job submission API
Same package: ray CVE-2023-6020 9.3 Ray: unauthenticated LFI exposes entire filesystem
Same package: ray CVE-2023-6021 9.3 Ray: LFI allows unauthenticated file read
Same package: ray CVE-2026-27482 5.9 ray: Missing Auth allows unauthenticated access
Same package: ray
AI Threat Alert