ehtec/rpcpy-exploit

ehtec/rpcpy-exploit

Releases0
Stars6
Unauthenticated Remote Code Execution for rpc.py server

CVE History

CVEPublishedCVSS v3CVSS v2
9.8 CRITICAL7.5 HIGH

rpc.py through 0.6.0 allows Remote Code Execution because an unpickle occurs when the "serializer: pickle" HTTP header is sent. In other words, although JSON (not Pickle) is the default data format, an unauthenticated client can cause the data to be processed with unpickle.