summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2012-02-18 13:30:34 (GMT)
committerCharles-François Natali <neologix@free.fr>2012-02-18 13:30:34 (GMT)
commite062466480c1aa8da6fa16532ec0252988f799ba (patch)
tree760f5801ea0cfbeb83c3df1bafb90d1bf64a9e39 /Misc
parentc39b552603ef6a5f5c0e5a6d239a2f9021faffcc (diff)
parent66f3cc6f8de83c447d937160e4a1630c4482b5f5 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 95e4b86..a02641f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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().