The vulnerability in the pickle.c module of the Python programming language, related to integer overflow, allows attackers to cause a service failure.
The vulnerability in the pickle.c module of the Python programming language is related to a numerical overflow due to the large value of LONGBINPUT. This value is incorrectly handled when attempting to double the size of an object. Exploiting this vulnerability can allow a remote attacker to caus...