diff options
author | Charles-François Natali <neologix@free.fr> | 2012-02-18 13:42:57 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2012-02-18 13:42:57 (GMT) |
commit | ec1712a1662282c909b4cd4cc0c7486646bc9246 (patch) | |
tree | 772508e22ec0530c9d469ff7e21be244beebffea /Misc | |
parent | 2f7b286a8ce74fbfaa8d2170d457308c6a62e870 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |