diff options
author | Charles-François Natali <neologix@free.fr> | 2012-02-18 13:30:34 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2012-02-18 13:30:34 (GMT) |
commit | e062466480c1aa8da6fa16532ec0252988f799ba (patch) | |
tree | 760f5801ea0cfbeb83c3df1bafb90d1bf64a9e39 /Misc | |
parent | c39b552603ef6a5f5c0e5a6d239a2f9021faffcc (diff) | |
parent | 66f3cc6f8de83c447d937160e4a1630c4482b5f5 (diff) | |
download | cpython-e062466480c1aa8da6fa16532ec0252988f799ba.zip cpython-e062466480c1aa8da6fa16532ec0252988f799ba.tar.gz cpython-e062466480c1aa8da6fa16532ec0252988f799ba.tar.bz2 |
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
upon malformed POST request.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -93,6 +93,9 @@ Core and Builtins Library ------- +- Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in + SimpleXMLRPCServer upon malformed POST request. + - Issue #2489: pty.spawn could consume 100% cpu when it encountered an EOF. - Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). |