Simon Willison’s Weblog

Subscribe
Atom feed for pickle

1 item tagged “pickle”

2009

Why Python Pickle is Insecure. Because pickle is essentially a stack-based interpreter, so you can put os.system on the stack and use it to execute arbitrary commands.

# 9th September 2009, 11:04 pm / pickle, python, security