rpyc@4.0.2 vulnerabilities

Remote Python Call (RPyC) is a transparent and symmetric distributed computing library

  • latest version

    6.0.1

  • latest non vulnerable version

  • first published

    13 years ago

  • latest version published

    3 months ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the rpyc 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
    • C
    Remote Code Execution (RCE)

    rpyc is a transparent library for symmetrical remote procedure calls, clustering, and distributed-computing.

    Affected versions of this package are vulnerable to Remote Code Execution (RCE) when the server-side invokes the __array__ attribute, such as through np.array(x), making it critical for scenarios where untrusted input is processed.

    How to fix Remote Code Execution (RCE)?

    Upgrade rpyc to version 6.0.0 or higher.

    [,6.0.0)
    • M
    Race Condition

    rpyc is a transparent library for symmetrical remote procedure calls, clustering, and distributed-computing.

    Affected versions of this package are vulnerable to Race Condition due to remote multithreading. This could stall the client during concurrent operations.

    How to fix Race Condition?

    Upgrade rpyc to version 5.2.1 or higher.

    [,5.2.1)