[ubuntu/hardy-security] mysql-dfsg-5.0_5.0.51a-3ubuntu5.8_sparc_translations.tar.gz (delayed), mysql-dfsg-5.0_5.0.51a-3ubuntu5.8_lpia_translations.tar.gz, mysql-dfsg-5.0, mysql-dfsg-5.0_5.0.51a-3ubuntu5.8_powerpc_translations.tar.gz, mysql-dfsg-5.0_5.0.51a-3ubuntu5.8_amd64_translations.tar.gz, mysql-dfsg-5.0_5.0.51a-3ubuntu5.8_ia64_translations.tar.gz, mysql-dfsg-5.0_5.0.51a-3ubuntu5.8_hppa_translations.tar.gz, mysql-dfsg-5.0_5.0.51a-3ubuntu5.8_i386_translations.tar.gz 5.0.51a-3ubuntu5.8 (Accepted)

Ubuntu Installer archive at ubuntu.com
Thu Nov 11 15:05:12 GMT 2010


mysql-dfsg-5.0 (5.0.51a-3ubuntu5.8) hardy-security; urgency=low

  * SECURITY UPDATE: denial of service via joins involving a table with a
    unique SET column
    - debian/patches/98_CVE-2010-3677.dpatch: improve logic in
      sql/item_cmpfunc.cc. Add tests to mysql-test/*.
    - CVE-2010-3677
  * SECURITY UPDATE: denial of service via TEMPORARY InnoDB tables with
    nullable columns
    - debian/patches/98_CVE-2010-3680.dpatch: check for null datatype in
      sql/ha_innodb.cc. Add tests to mysql-test/*.
    - CVE-2010-3680
  * SECURITY UPDATE: denial of service via alternate reads from two indexes
    on a table using the HANDLER interface
    - debian/patches/98_CVE-2010-3681.dpatch: check for the same index in
      sql/sql_handler.cc. Add tests to mysql-test/*.
    - CVE-2010-3681
  * SECURITY UPDATE: denial of service via use of EXPLAIN with certain
    queries
    - debian/patches/98_CVE-2010-3682.dpatch: improve conditional in
      sql/sql_select.cc. Add tests to mysql-test/*.
    - CVE-2010-3682
  * SECURITY UPDATE: denial of service via incorrect propagation of type
    errors.
    - debian/patches/98_CVE-2010-3833.dpatch: properly check for execution
      errors in sql/item_func.cc. Add tests to mysql-test/*.
    - CVE-2010-3833
  * SECURITY UPDATE: denial of service via derived table materializing.
    - debian/patches/98_CVE-2010-3834.dpatch: handle temporary tables in
      sql/field.cc, sql/sql_select.*. Add tests to mysql-test/*.
    - CVE-2010-3834
  * SECURITY UPDATE: denial of service via user-variable assignment
    expression.
    - debian/patches/98_CVE-2010-3835.dpatch: fix logic in sql/item_func.*,
      Add tests to mysql-test/*.
    - CVE-2010-3835
  * SECURITY UPDATE: denial of service via pre-evaluation of LIKE
    predicates during view preparation.
    - debian/patches/98_CVE-2010-3836.dpatch: make sure we're not in view
      preparation mode in sql/item_cmpfunc.cc. Add tests to mysql-test/*.
    - CVE-2010-3836
  * SECURITY UPDATE: denial of service via use of GROUP_CONCAT() and
    WITH ROLLUP together.
    - debian/patches/98_CVE-2010-3837.dpatch: create a copy of the order
      structures in sql/item_sum.cc, sql/table.h. Add tests to
      mysql-test/*.
    - CVE-2010-3837
  * SECURITY UPDATE: denial of service via longblob and union or update
    with subquery.
    - debian/patches/98_CVE-2010-3838.dpatch: handle REAL_RESULT in
      sql/item_func.cc. Add tests to mysql-test/*.
    - CVE-2010-3838
  * SECURITY UPDATE: denial of service via PolyFromWKB() function and
    improper data.
    - debian/patches/98_CVE-2010-3840.dpatch: improve data handling in
      sql/spatial.cc. Add tests to mysql-test/*.
    - CVE-2010-3840

Date: Tue, 09 Nov 2010 11:49:24 -0500
Changed-By: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/hardy/+source/mysql-dfsg-5.0/5.0.51a-3ubuntu5.8
-------------- next part --------------
Format: 1.7
Date: Tue, 09 Nov 2010 11:49:24 -0500
Source: mysql-dfsg-5.0
Binary: libmysqlclient15off libmysqlclient15-dev mysql-common mysql-client-5.0 mysql-server-5.0 mysql-server mysql-client
Architecture: source
Version: 5.0.51a-3ubuntu5.8
Distribution: hardy-security
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Description: 
 libmysqlclient15-dev - MySQL database development files
 libmysqlclient15off - MySQL database client library
 mysql-client - MySQL database client (meta package depending on the latest versi
 mysql-client-5.0 - MySQL database client binaries
 mysql-common - MySQL database common files
 mysql-server - MySQL database server (meta package depending on the latest versi
 mysql-server-5.0 - MySQL database server binaries
Changes: 
 mysql-dfsg-5.0 (5.0.51a-3ubuntu5.8) hardy-security; urgency=low
 .
   * SECURITY UPDATE: denial of service via joins involving a table with a
     unique SET column
     - debian/patches/98_CVE-2010-3677.dpatch: improve logic in
       sql/item_cmpfunc.cc. Add tests to mysql-test/*.
     - CVE-2010-3677
   * SECURITY UPDATE: denial of service via TEMPORARY InnoDB tables with
     nullable columns
     - debian/patches/98_CVE-2010-3680.dpatch: check for null datatype in
       sql/ha_innodb.cc. Add tests to mysql-test/*.
     - CVE-2010-3680
   * SECURITY UPDATE: denial of service via alternate reads from two indexes
     on a table using the HANDLER interface
     - debian/patches/98_CVE-2010-3681.dpatch: check for the same index in
       sql/sql_handler.cc. Add tests to mysql-test/*.
     - CVE-2010-3681
   * SECURITY UPDATE: denial of service via use of EXPLAIN with certain
     queries
     - debian/patches/98_CVE-2010-3682.dpatch: improve conditional in
       sql/sql_select.cc. Add tests to mysql-test/*.
     - CVE-2010-3682
   * SECURITY UPDATE: denial of service via incorrect propagation of type
     errors.
     - debian/patches/98_CVE-2010-3833.dpatch: properly check for execution
       errors in sql/item_func.cc. Add tests to mysql-test/*.
     - CVE-2010-3833
   * SECURITY UPDATE: denial of service via derived table materializing.
     - debian/patches/98_CVE-2010-3834.dpatch: handle temporary tables in
       sql/field.cc, sql/sql_select.*. Add tests to mysql-test/*.
     - CVE-2010-3834
   * SECURITY UPDATE: denial of service via user-variable assignment
     expression.
     - debian/patches/98_CVE-2010-3835.dpatch: fix logic in sql/item_func.*,
       Add tests to mysql-test/*.
     - CVE-2010-3835
   * SECURITY UPDATE: denial of service via pre-evaluation of LIKE
     predicates during view preparation.
     - debian/patches/98_CVE-2010-3836.dpatch: make sure we're not in view
       preparation mode in sql/item_cmpfunc.cc. Add tests to mysql-test/*.
     - CVE-2010-3836
   * SECURITY UPDATE: denial of service via use of GROUP_CONCAT() and
     WITH ROLLUP together.
     - debian/patches/98_CVE-2010-3837.dpatch: create a copy of the order
       structures in sql/item_sum.cc, sql/table.h. Add tests to
       mysql-test/*.
     - CVE-2010-3837
   * SECURITY UPDATE: denial of service via longblob and union or update
     with subquery.
     - debian/patches/98_CVE-2010-3838.dpatch: handle REAL_RESULT in
       sql/item_func.cc. Add tests to mysql-test/*.
     - CVE-2010-3838
   * SECURITY UPDATE: denial of service via PolyFromWKB() function and
     improper data.
     - debian/patches/98_CVE-2010-3840.dpatch: improve data handling in
       sql/spatial.cc. Add tests to mysql-test/*.
     - CVE-2010-3840
Files: 
 1c364151ad3abb3134e357e1d50388a6 2071 misc optional mysql-dfsg-5.0_5.0.51a-3ubuntu5.8.dsc
 56c0452e6f36686c9d05f7933468fe02 358579 misc optional mysql-dfsg-5.0_5.0.51a-3ubuntu5.8.diff.gz
Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint at lists.alioth.debian.org>


More information about the Hardy-changes mailing list