[ubuntu/natty-security] php5_5.3.5-1ubuntu7.6_amd64_translations.tar.gz, php5, php5_5.3.5-1ubuntu7.6_powerpc_translations.tar.gz, php5_5.3.5-1ubuntu7.6_i386_translations.tar.gz, php5_5.3.5-1ubuntu7.6_armel_translations.tar.gz 5.3.5-1ubuntu7.6 (Accepted)

Steve Beattie sbeattie at ubuntu.com
Thu Feb 9 21:35:01 UTC 2012


php5 (5.3.5-1ubuntu7.6) natty-security; urgency=low

  * 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

Date: Wed, 08 Feb 2012 20:58:41 -0800
Changed-By: Steve Beattie <sbeattie at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/natty/+source/php5/5.3.5-1ubuntu7.6
-------------- next part --------------
Format: 1.8
Date: Wed, 08 Feb 2012 20:58:41 -0800
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi php5-cli php5-fpm php5-dev php5-dbg php-pear php5-curl php5-enchant php5-gd php5-gmp php5-intl php5-ldap php5-mysql php5-odbc php5-pgsql php5-pspell php5-recode php5-snmp php5-sqlite php5-sybase php5-tidy php5-xmlrpc php5-xsl
Architecture: source
Version: 5.3.5-1ubuntu7.6
Distribution: natty-security
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Beattie <sbeattie at ubuntu.com>
Description: 
 libapache2-mod-php5 - server-side, HTML-embedded scripting language (Apache 2 module)
 libapache2-mod-php5filter - server-side, HTML-embedded scripting language (apache 2 filter mo
 php-pear   - PEAR - PHP Extension and Application Repository
 php5       - server-side, HTML-embedded scripting language (metapackage)
 php5-cgi   - server-side, HTML-embedded scripting language (CGI binary)
 php5-cli   - command-line interpreter for the php5 scripting language
 php5-common - Common files for packages built from the php5 source
 php5-curl  - CURL module for php5
 php5-dbg   - Debug symbols for PHP5
 php5-dev   - Files for PHP5 module development
 php5-enchant - Enchant module for php5
 php5-fpm   - server-side, HTML-embedded scripting language (FPM-CGI binary)
 php5-gd    - GD module for php5
 php5-gmp   - GMP module for php5
 php5-intl  - internationalisation module for php5
 php5-ldap  - LDAP module for php5
 php5-mysql - MySQL module for php5
 php5-odbc  - ODBC module for php5
 php5-pgsql - PostgreSQL module for php5
 php5-pspell - pspell module for php5
 php5-recode - recode module for php5
 php5-snmp  - SNMP module for php5
 php5-sqlite - SQLite module for php5
 php5-sybase - Sybase / MS SQL Server module for php5
 php5-tidy  - tidy module for php5
 php5-xmlrpc - XML-RPC module for php5
 php5-xsl   - XSL module for php5
Launchpad-Bugs-Fixed: 910296 925772
Changes: 
 php5 (5.3.5-1ubuntu7.6) natty-security; urgency=low
 .
   * 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
Checksums-Sha1: 
 fa780095c3e0f012289edf4abb5c0f8675939383 3268 php5_5.3.5-1ubuntu7.6.dsc
 8731889d3f2636bd53866b5e8a58ac88f6dcceba 239155 php5_5.3.5-1ubuntu7.6.diff.gz
Checksums-Sha256: 
 dbe4fc51b439a5c2a633980e733ab50a7b259ade1c8f19c406ff579d4343f350 3268 php5_5.3.5-1ubuntu7.6.dsc
 8c8f5e0e230200f097189c722bff0a0e05de8d1d9abd3e627dbc9d87b01d6112 239155 php5_5.3.5-1ubuntu7.6.diff.gz
Files: 
 baa8cee20a0756af873ee90dcb131952 3268 php optional php5_5.3.5-1ubuntu7.6.dsc
 59c94b6b34d625cd4a1874f98b2aa275 239155 php optional php5_5.3.5-1ubuntu7.6.diff.gz
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>


More information about the Natty-changes mailing list