VYPR

Rpc.py

by Rpc.py Project

CVEs (1)

  • CVE-2022-35411CriJul 8, 2022
    risk 0.63cvss 9.8epss 0.46

    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.