python3.2 vulnerabilities

Related Vulnerabilities: CVE-2011-4944   CVE-2012-0845   CVE-2012-1150   CVE-2012-2135  

Several security issues were fixed in Python 3.2.

It was discovered that Python distutils contained a race condition when creating the ~/.pypirc file. A local attacker could exploit this to obtain sensitive information. (CVE-2011-4944)

23 October 2012

python3.2 vulnerabilities

A security issue affects these releases of Ubuntu and its derivatives:

  • Ubuntu 12.10
  • Ubuntu 12.04 LTS
  • Ubuntu 11.10
  • Ubuntu 11.04

Summary

Several security issues were fixed in Python 3.2.

Software Description

  • python3.2 - Interactive high-level object-oriented language (version 3.2)

Details

It was discovered that Python distutils contained a race condition when creating the ~/.pypirc file. A local attacker could exploit this to obtain sensitive information. (CVE-2011-4944)

It was discovered that SimpleXMLRPCServer did not properly validate its input when handling HTTP POST requests. A remote attacker could exploit this to cause a denial of service via excessive CPU utilization. This issue only affected Ubuntu 11.04 and 11.10. (CVE-2012-0845)

It was discovered that Python was susceptible to hash algorithm attacks. An attacker could cause a denial of service under certian circumstances. This update adds the ‘-R’ command line option and honors setting the PYTHONHASHSEED environment variable to ‘random’ to salt str and datetime objects with an unpredictable value. This issue only affected Ubuntu 11.04 and 11.10. (CVE-2012-1150)

Serhiy Storchaka discovered that the UTF16 decoder in Python did not properly reset internal variables after error handling. An attacker could exploit this to cause a denial of service via memory corruption. This issue did not affect Ubuntu 12.10. (CVE-2012-2135)

Update instructions

The problem can be corrected by updating your system to the following package versions:

Ubuntu 12.10
python3.2 - 3.2.3-6ubuntu3.1
python3.2-minimal - 3.2.3-6ubuntu3.1
Ubuntu 12.04 LTS
python3.2 - 3.2.3-0ubuntu3.2
python3.2-minimal - 3.2.3-0ubuntu3.2
Ubuntu 11.10
python3.2 - 3.2.2-0ubuntu1.1
python3.2-minimal - 3.2.2-0ubuntu1.1
Ubuntu 11.04
python3.2 - 3.2-1ubuntu1.2
python3.2-minimal - 3.2-1ubuntu1.2

To update your system, please follow these instructions: https://wiki.ubuntu.com/Security/Upgrades.

In general, a standard system update will make all the necessary changes.

References