summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2012-02-18 13:42:57 (GMT)
committerCharles-François Natali <neologix@free.fr>2012-02-18 13:42:57 (GMT)
commitec1712a1662282c909b4cd4cc0c7486646bc9246 (patch)
tree772508e22ec0530c9d469ff7e21be244beebffea /Misc
parent2f7b286a8ce74fbfaa8d2170d457308c6a62e870 (diff)
downloadcpython-ec1712a1662282c909b4cd4cc0c7486646bc9246.zip
cpython-ec1712a1662282c909b4cd4cc0c7486646bc9246.tar.gz
cpython-ec1712a1662282c909b4cd4cc0c7486646bc9246.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 b70b097..6e95697 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in
+ SimpleXMLRPCServer upon malformed POST request.
+
- Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC
IV attack countermeasure.