rpyc@4.1.5 vulnerabilities

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

Direct Vulnerabilities

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

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable 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)