[New-bugs-announce] [issue17872] Crash in marshal.load() with bad reader

Serhiy Storchaka report at bugs.python.org
Mon Apr 29 23:29:12 CEST 2013


New submission from Serhiy Storchaka:

There is a buffer overflow in marshal.load() when len(read(n)) > n.

Here is a sample.

----------
components: Interpreter Core
files: marshal_bad_reader.py
messages: 188107
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Crash in marshal.load() with bad reader
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file30070/marshal_bad_reader.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17872>
_______________________________________


More information about the New-bugs-announce mailing list