1846 matches found
Exploit for a security hole in the pickle module for Python versions <= 2.1.x
""" Exploit for a security hole in the pickle module for Python versions = 2.1.x Pickle is the name of a Python module for object persistence. It can convert arbitrary Python objects into byte streams and back. Though the documentation for Python 1.5.2 read The pickle module doesn't handle code...
Multiple bugs in Python
Input validation problems in pickle module...
Python 1.5.2 Pickle - Unsafe eval() Code Execution
Python 1.5.2 Pickle - Unsafe eval Code Execution source: https://www.securityfocus.com/bid/5255/info Python is an open source, object oriented programming language. The Python Pickle module is provided to convert object variables into a serialized form "pickling", and later recover the data back...
Python 1.51.62.02.1.x - Pickle Class Constructor Arbitrary Code Execution
Python 1.51.62.02.1.x - Pickle Class Constructor Arbitrary Code Execution source: https://www.securityfocus.com/bid/5257/info Python is an open source, object oriented programming language. The Python Pickle module is provided to convert object variables into a serialized form "pickling", and lat...
Python 1.5/1.6/2.0/2.1.x - Pickle Class Constructor Arbitrary Code Execution
source: https://www.securityfocus.com/bid/5257/info Python is an open source, object oriented programming language. The Python Pickle module is provided to convert object variables into a serialized form "pickling", and later recover the data back into an object hierarchy "unpickling". A...
Python 1.5.2 Pickle - Unsafe 'eval()' Code Execution
source: https://www.securityfocus.com/bid/5255/info Python is an open source, object oriented programming language. The Python Pickle module is provided to convert object variables into a serialized form "pickling", and later recover the data back into an object hierarchy "unpickling". A...