[issue41459] pickle.load raises SystemError on malformed input

Guillaume report at bugs.python.org
Mon Aug 3 14:25:44 EDT 2020


Guillaume <guillaume+python at atto.be> added the comment:

Hi Eric, 

I'm not aware of a practical problem caused by this. 

This was discovered via fuzzing. I reported it because the unexpected error suggest an internal issue within the pickle library. 

Just before reporting this, I browsed the bug tracker and noticed a similar comment suggesting this kind of pickle issue is of little consequences given pickle is not designed for untrusted input. So I've shifted my focus away from fuzzing pickle.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41459>
_______________________________________


More information about the Python-bugs-list mailing list