Security Advisory

CVE-2022-35411

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2022-07-08 18:07:40
Last updated 2024-08-03 09:36:44
Assigner mitre
State PUBLISHED

Description

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.