ray@2.10.0 vulnerabilities

Ray provides a simple, universal API for building distributed applications.

  • latest version

    2.43.0

  • latest non vulnerable version

  • first published

    7 years ago

  • latest version published

    14 days ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the ray package. This does not include vulnerabilities belonging to this package’s dependencies.

    How to fix?

    Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.

    Fix for free
    VulnerabilityVulnerable Version
    • M
    Insertion of Sensitive Information into Log File

    ray is an A system for parallel and distributed Python that unifies the ML ecosystem.

    Affected versions of this package 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.

    How to fix Insertion of Sensitive Information into Log File?

    Upgrade ray to version 2.43.0 or higher.

    [,2.43.0)
    • H
    Race Condition

    ray is an A system for parallel and distributed Python that unifies the ML ecosystem.

    Affected versions of this package are vulnerable to Race Condition in multi-threaded environments, attackers exploiting concurrent access can trigger unexpected behavior in MetricsLogger methods, including peek and _del_key, leading to inaccurate metric reporting and data corruption.

    How to fix Race Condition?

    Upgrade ray to version 2.42.0 or higher.

    [,2.42.0)
    • M
    Race Condition

    ray is an A system for parallel and distributed Python that unifies the ML ecosystem.

    Affected versions of this package are vulnerable to Race Condition during the creation of actors in multi-threaded environments.

    How to fix Race Condition?

    Upgrade ray to version 2.11.0 or higher.

    [,2.11.0)