[issue41208] An exploitable segmentation fault in marshal module

Serhiy Storchaka report at bugs.python.org
Sun Jul 12 15:49:13 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

It depends. pickle is not vulnerable to the kind of error reported in this issue. If you find some way to crash Python specific to pickle it will likely be fixed if it is possible without significant performance or memory cost. If it depends on arbitrary code execution, it is not a pickle issue.

----------

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


More information about the Python-bugs-list mailing list