summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2012-02-18 13:53:41 (GMT)
committerCharles-François Natali <neologix@free.fr>2012-02-18 13:53:41 (GMT)
commitcd96b4f1ff4dd3a97eedbcea8a837388c0cb8345 (patch)
tree270c805de948cee78b13fed5776abb9e0c0c4ad0 /Misc
parentead1de2f0320fa80f717891fd3ae465172fcd96a (diff)
parentec1712a1662282c909b4cd4cc0c7486646bc9246 (diff)
downloadcpython-cd96b4f1ff4dd3a97eedbcea8a837388c0cb8345.zip
cpython-cd96b4f1ff4dd3a97eedbcea8a837388c0cb8345.tar.gz
cpython-cd96b4f1ff4dd3a97eedbcea8a837388c0cb8345.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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 754baab..b9cd764 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -116,6 +116,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().