#VU69391 Deserialization of Untrusted Data in Python - CVE-2022-42919
Published: November 16, 2022
Python
Python.org
Description
The vulnerability allows a local user to escalate privileges on the system.
The vulnerability exists due to Python multiprocessing library, when used with the forkserver start method on Linux allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine.A local user can execute arbitrary code with privileges of the user running the any forkserver process.