[ubuntu/karmic-security] php5_5.2.10.dfsg.1-2ubuntu6.5_ia64_translations.tar.gz, php5_5.2.10.dfsg.1-2ubuntu6.5_sparc_translations.tar.gz (delayed), php5_5.2.10.dfsg.1-2ubuntu6.5_i386_translations.tar.gz, php5_5.2.10.dfsg.1-2ubuntu6.5_powerpc_translations.tar.gz, php5_5.2.10.dfsg.1-2ubuntu6.5_lpia_translations.tar.gz, php5_5.2.10.dfsg.1-2ubuntu6.5_amd64_translations.tar.gz, php5_5.2.10.dfsg.1-2ubuntu6.5_armel_translations.tar.gz, php5 5.2.10.dfsg.1-2ubuntu6.5 (Accepted)

Ubuntu Installer archive at ubuntu.com
Mon Sep 20 14:05:52 BST 2010


php5 (5.2.10.dfsg.1-2ubuntu6.5) karmic-security; urgency=low

  * SECURITY UPDATE: denial of service via xmlrpc crafted argument
    - debian/patches/CVE-2010-0397.patch: make sure method_name isn't empty
      in ext/xmlrpc/xmlrpc-epi-php.c, add test to
      ext/xmlrpc/tests/bug51288.phpt.
    - CVE-2010-0397
  * SECURITY UPDATE: weak entropy in Linear Congruential Generator (LCG)
    - debian/patches/CVE-2010-1128.patch: add more entropy in
      ext/standard/lcg.c.
    - CVE-2010-1128
  * SECURITY UPDATE: safe_mode bypass via trailing slash in dir pathnames
    - debian/patches/CVE-2010-1129.patch: properly validate pathname in
      ext/standard/file.c.
    - CVE-2010-1129
  * SECURITY UPDATE: safe_mode bypass via semicolon in session_save_path
    - debian/patches/CVE-2010-1130.patch: check for semicolon in
      ext/session/session.c.
    - CVE-2010-1130
  * SECURITY UPDATE: arbitrary code execution via empty SQL query
    - debian/patches/CVE-2010-1868.patch: use ecalloc instead of emalloc in
      ext/sqlite/sqlite.c.
    - CVE-2010-1868
  * SECURITY UPDATE: denial of service via fnmatch stack consumption
    - debian/patches/CVE-2010-1917.patch: limit size of pattern in
      ext/standard/file.c.
    - CVE-2010-1917
  * SECURITY UPDATE: sensitive information disclosure or arbitrary code
    execution via use-after-free in SplObjectStorage unserializer
    - debian/patches/CVE-2010-2225.patch: fix logic in
      ext/spl/spl_observer.c.
    - CVE-2010-2225
  * SECURITY UPDATE: sensitive information disclosure via error messages
    - debian/patches/CVE-2010-2531.patch: don't display data when flushing
      output buffer in ext/standard/{var.c,php_var.h}, fix tests in
      ext/standard/tests/general_functions/*.
    - CVE-2010-2531
  * SECURITY UPDATE: arbitrary session variable modification via crafted
    session variable name
    - debian/patches/CVE-2010-3065.patch: handle PS_UNDEF_MARKER marker in
      ext/session/session.c.
    - CVE-2010-3065

Date: Tue, 14 Sep 2010 14:41:26 -0400
Changed-By: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/php5/5.2.10.dfsg.1-2ubuntu6.5
-------------- next part --------------
Format: 1.8
Date: Tue, 14 Sep 2010 14:41:26 -0400
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi php5-cli php5-dev php5-dbg php-pear php5-curl php5-gd php5-gmp php5-ldap php5-mhash 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.2.10.dfsg.1-2ubuntu6.5
Distribution: karmic-security
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Marc Deslauriers <marc.deslauriers 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-gd    - GD module for php5
 php5-gmp   - GMP module for php5
 php5-ldap  - LDAP module for php5
 php5-mhash - MHASH 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
Changes: 
 php5 (5.2.10.dfsg.1-2ubuntu6.5) karmic-security; urgency=low
 .
   * SECURITY UPDATE: denial of service via xmlrpc crafted argument
     - debian/patches/CVE-2010-0397.patch: make sure method_name isn't empty
       in ext/xmlrpc/xmlrpc-epi-php.c, add test to
       ext/xmlrpc/tests/bug51288.phpt.
     - CVE-2010-0397
   * SECURITY UPDATE: weak entropy in Linear Congruential Generator (LCG)
     - debian/patches/CVE-2010-1128.patch: add more entropy in
       ext/standard/lcg.c.
     - CVE-2010-1128
   * SECURITY UPDATE: safe_mode bypass via trailing slash in dir pathnames
     - debian/patches/CVE-2010-1129.patch: properly validate pathname in
       ext/standard/file.c.
     - CVE-2010-1129
   * SECURITY UPDATE: safe_mode bypass via semicolon in session_save_path
     - debian/patches/CVE-2010-1130.patch: check for semicolon in
       ext/session/session.c.
     - CVE-2010-1130
   * SECURITY UPDATE: arbitrary code execution via empty SQL query
     - debian/patches/CVE-2010-1868.patch: use ecalloc instead of emalloc in
       ext/sqlite/sqlite.c.
     - CVE-2010-1868
   * SECURITY UPDATE: denial of service via fnmatch stack consumption
     - debian/patches/CVE-2010-1917.patch: limit size of pattern in
       ext/standard/file.c.
     - CVE-2010-1917
   * SECURITY UPDATE: sensitive information disclosure or arbitrary code
     execution via use-after-free in SplObjectStorage unserializer
     - debian/patches/CVE-2010-2225.patch: fix logic in
       ext/spl/spl_observer.c.
     - CVE-2010-2225
   * SECURITY UPDATE: sensitive information disclosure via error messages
     - debian/patches/CVE-2010-2531.patch: don't display data when flushing
       output buffer in ext/standard/{var.c,php_var.h}, fix tests in
       ext/standard/tests/general_functions/*.
     - CVE-2010-2531
   * SECURITY UPDATE: arbitrary session variable modification via crafted
     session variable name
     - debian/patches/CVE-2010-3065.patch: handle PS_UNDEF_MARKER marker in
       ext/session/session.c.
     - CVE-2010-3065
Checksums-Sha1: 
 930c0bc25ffec47f3ec57ac9c39a84dd25853151 2530 php5_5.2.10.dfsg.1-2ubuntu6.5.dsc
 57217b9e48e81c17004e9438f6a7d2ab715efda5 974073 php5_5.2.10.dfsg.1-2ubuntu6.5.diff.gz
Checksums-Sha256: 
 a436d3969cd1915b2050ae9a779780341f7f9263b97b09d2e3747147b9db45ff 2530 php5_5.2.10.dfsg.1-2ubuntu6.5.dsc
 642c20e311762b0bb3f49120b825a7cbb4beb927848b607b2a5415638ddb0eb3 974073 php5_5.2.10.dfsg.1-2ubuntu6.5.diff.gz
Files: 
 5f87dfc90a7d2ac796af680a452f18fe 2530 php optional php5_5.2.10.dfsg.1-2ubuntu6.5.dsc
 9f9f08188134ec36c758f2a07dce527e 974073 php optional php5_5.2.10.dfsg.1-2ubuntu6.5.diff.gz
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>


More information about the Karmic-changes mailing list