~ubuntu-branches/ubuntu/oneiric/php5/oneiric-updates

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Steve Beattie
  • Date: 2012-02-08 20:56:28 UTC
  • Revision ID: package-import@ubuntu.com-20120208205628-umkczllivcllj7ce
Tags: 5.3.6-13ubuntu3.5
* SECURITY UPDATE: memory allocation failure denial of service
  - debian/patches/php5-CVE-2011-4153.patch: check result of
    zend_strdup() and calloc() for failed allocations
  - CVE-2011-4153
* SECURITY UPDATE: predictable hash collision denial of service
  (LP: #910296)
  - debian/patches/php5-CVE-2011-4885.patch: add max_input_vars
    directive with default limit of 1000
  - ATTENTION: this update changes previous php5 behavior by
    limiting the number of external input variables to 1000.
    This may be increased by adding a "max_input_vars"
    directive to the php.ini configuration file. See
    http://www.php.net/manual/en/info.configuration.php#ini.max-input-vars
    for more information.
  - CVE-2011-4885
* SECURITY UPDATE: remote code execution vulnerability introduced by
  the fix for CVE-2011-4885 (LP: #925772)
  - debian/patches/php5-CVE-2012-0830.patch: return rather than
    continuing if max_input_vars limit is reached
  - CVE-2012-0830
* SECURITY UPDATE: XSLT arbitrary file overwrite attack
  - debian/patches/php5-CVE-2012-0057.patch: add xsl.security_prefs
    ini option to define forbidden operations within XSLT stylesheets
  - CVE-2012-0057
* SECURITY UPDATE: PDORow session denial of service
  - debian/patches/php5-CVE-2012-0788.patch: fail gracefully when
    attempting to serialize PDORow instances
  - CVE-2012-0788
* SECURITY UPDATE: magic_quotes_gpc remote disable vulnerability
  - debian/patches/php5-CVE-2012-0831.patch: always restore
    magic_quote_gpc on request shutdown
  - CVE-2012-0831

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
php5 (5.3.6-13ubuntu3.5) oneiric-security; urgency=low
 
2
 
 
3
  * SECURITY UPDATE: memory allocation failure denial of service
 
4
    - debian/patches/php5-CVE-2011-4153.patch: check result of
 
5
      zend_strdup() and calloc() for failed allocations
 
6
    - CVE-2011-4153
 
7
  * SECURITY UPDATE: predictable hash collision denial of service
 
8
    (LP: #910296)
 
9
    - debian/patches/php5-CVE-2011-4885.patch: add max_input_vars
 
10
      directive with default limit of 1000
 
11
    - ATTENTION: this update changes previous php5 behavior by
 
12
      limiting the number of external input variables to 1000.
 
13
      This may be increased by adding a "max_input_vars"
 
14
      directive to the php.ini configuration file. See
 
15
      http://www.php.net/manual/en/info.configuration.php#ini.max-input-vars
 
16
      for more information.
 
17
    - CVE-2011-4885
 
18
  * SECURITY UPDATE: remote code execution vulnerability introduced by
 
19
    the fix for CVE-2011-4885 (LP: #925772)
 
20
    - debian/patches/php5-CVE-2012-0830.patch: return rather than
 
21
      continuing if max_input_vars limit is reached
 
22
    - CVE-2012-0830
 
23
  * SECURITY UPDATE: XSLT arbitrary file overwrite attack
 
24
    - debian/patches/php5-CVE-2012-0057.patch: add xsl.security_prefs
 
25
      ini option to define forbidden operations within XSLT stylesheets
 
26
    - CVE-2012-0057
 
27
  * SECURITY UPDATE: PDORow session denial of service
 
28
    - debian/patches/php5-CVE-2012-0788.patch: fail gracefully when
 
29
      attempting to serialize PDORow instances
 
30
    - CVE-2012-0788
 
31
  * SECURITY UPDATE: magic_quotes_gpc remote disable vulnerability
 
32
    - debian/patches/php5-CVE-2012-0831.patch: always restore
 
33
      magic_quote_gpc on request shutdown
 
34
    - CVE-2012-0831
 
35
 
 
36
 -- Steve Beattie <sbeattie@ubuntu.com>  Wed, 08 Feb 2012 20:56:28 -0800
 
37
 
1
38
php5 (5.3.6-13ubuntu3.3) oneiric-security; urgency=low
2
39
 
3
40
  * SECURITY UPDATE: Denial of service and possible information disclosure