~ubuntu-branches/ubuntu/karmic/php5/karmic-security

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Steve Beattie
  • Date: 2011-04-28 05:37:29 UTC
  • Revision ID: package-import@ubuntu.com-20110428053729-7n7ruvuk1rrd7jqg
Tags: 5.2.10.dfsg.1-2ubuntu6.9
* SECURITY UPDATE: arbitrary files removal via cronjob
  - debian/php5-common.php5.cron.d: take greater care when removing
    session files.
  - http://git.debian.org/?p=pkg-php%2Fphp.git;a=commitdiff_plain;h=d09fd04ed7bfcf7f008360c6a42025108925df09
  - CVE-2011-0441
* SECURITY UPDATE: symlink tmp races in pear install
  - debian/patches/php5-pear-CVE-2011-1072.patch: improved
    tempfile handling.
  - debian/rules: apply patch manually after unpacking PEAR phar
    archive.
  - CVE-2011-1072
* SECURITY UPDATE: more symlink races in pear install
  - debian/patches/php5-pear-CVE-2011-1144.patch: add TOCTOU save
    file handler.
  - debian/rules: apply patch manually after unpacking PEAR phar
    archive.
  - CVE-2011-1144
* SECURITY UPDATE: use-after-free vulnerability
  - debian/patches/php5-CVE-2010-4697.patch: retain reference to
    object until getter/setter are done.
  - CVE-2010-4697
* SECURITY UPDATE: denial of service through application crash with
  invalid images
  - debian/patches/php5-CVE-2010-4698.patch: verify anti-aliasing
    steps are either 4 or 16.
  - CVE-2010-4698
* SECURITY UPDATE: denial of service through application crash
  - debian/patches/php5-CVE-2011-0421.patch: fail operation gracefully
    when handling zero sized zipfile with the FL_UNCHANGED argument
  - CVE-2011-0421
* SECURITY UPDATE: denial of service through application crash when
  handling images with invalid exif tags
  - debian/patches/php5-CVE-2011-0708.patch: stricter exif checking
  - CVE-2011-0708
* SECURITY UPDATE: denial of service and possible data disclosure
  through integer overflow
  - debian/patches/php5-CVE-2011-1092.patch: better boundary
    condition checks in shmop_read()
  - CVE-2011-1092
* SECURITY UPDATE: use-after-free vulnerability
  - debian/patches/php5-CVE-2011-1148.patch: improve reference
    counting
  - CVE-2011-1148
* SECURITY UPDATE: denial of service through buffer overflow crash
  (code execution mitigated by compilation with Fortify Source)
  - debian/patches/php5-CVE-2011-1464.patch: limit amount of precision
    to ensure fitting within MAX_BUF_SIZE
  - CVE-2011-1464
* SECURITY UPDATE: denial of service through application crash via
  integer overflow.
  - debian/patches/php5-CVE-2011-1466.patch: improve boundary
    condition checking in SdnToJulian()
  - CVE-2011-1466
* SECURITY UPDATE: denial of service through application crash
  when using HTTP proxy with the FTP wrapper
  - debian/patches/php5-CVE-2011-1469.patch: improve pointer handling
  - CVE-2011-1469
* SECURITY UPDATE: denial of service through application crash when
  handling ziparchive streams
  - debian/patches/php5-CVE-2011-1470.patch: set necessary elements of
    the meta data structure
  - CVE-2011-1470
* SECURITY UPDATE: denial of service through application crash when
  handling malformed zip files
  - debian/patches/php5-CVE-2011-1471.patch: correct integer
    signedness error when handling zip_fread() return value.
  - CVE-2011-1471

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
php5 (5.2.10.dfsg.1-2ubuntu6.9) karmic-security; urgency=low
 
2
 
 
3
  * SECURITY UPDATE: arbitrary files removal via cronjob
 
4
    - debian/php5-common.php5.cron.d: take greater care when removing
 
5
      session files.
 
6
    - http://git.debian.org/?p=pkg-php%2Fphp.git;a=commitdiff_plain;h=d09fd04ed7bfcf7f008360c6a42025108925df09
 
7
    - CVE-2011-0441
 
8
  * SECURITY UPDATE: symlink tmp races in pear install
 
9
    - debian/patches/php5-pear-CVE-2011-1072.patch: improved
 
10
      tempfile handling.
 
11
    - debian/rules: apply patch manually after unpacking PEAR phar
 
12
      archive.
 
13
    - CVE-2011-1072
 
14
  * SECURITY UPDATE: more symlink races in pear install
 
15
    - debian/patches/php5-pear-CVE-2011-1144.patch: add TOCTOU save
 
16
      file handler.
 
17
    - debian/rules: apply patch manually after unpacking PEAR phar
 
18
      archive.
 
19
    - CVE-2011-1144
 
20
  * SECURITY UPDATE: use-after-free vulnerability
 
21
    - debian/patches/php5-CVE-2010-4697.patch: retain reference to
 
22
      object until getter/setter are done.
 
23
    - CVE-2010-4697
 
24
  * SECURITY UPDATE: denial of service through application crash with
 
25
    invalid images
 
26
    - debian/patches/php5-CVE-2010-4698.patch: verify anti-aliasing
 
27
      steps are either 4 or 16.
 
28
    - CVE-2010-4698
 
29
  * SECURITY UPDATE: denial of service through application crash
 
30
    - debian/patches/php5-CVE-2011-0421.patch: fail operation gracefully
 
31
      when handling zero sized zipfile with the FL_UNCHANGED argument
 
32
    - CVE-2011-0421
 
33
  * SECURITY UPDATE: denial of service through application crash when
 
34
    handling images with invalid exif tags
 
35
    - debian/patches/php5-CVE-2011-0708.patch: stricter exif checking
 
36
    - CVE-2011-0708
 
37
  * SECURITY UPDATE: denial of service and possible data disclosure
 
38
    through integer overflow
 
39
    - debian/patches/php5-CVE-2011-1092.patch: better boundary
 
40
      condition checks in shmop_read()
 
41
    - CVE-2011-1092
 
42
  * SECURITY UPDATE: use-after-free vulnerability
 
43
    - debian/patches/php5-CVE-2011-1148.patch: improve reference
 
44
      counting
 
45
    - CVE-2011-1148
 
46
  * SECURITY UPDATE: denial of service through buffer overflow crash
 
47
    (code execution mitigated by compilation with Fortify Source)
 
48
    - debian/patches/php5-CVE-2011-1464.patch: limit amount of precision
 
49
      to ensure fitting within MAX_BUF_SIZE
 
50
    - CVE-2011-1464
 
51
  * SECURITY UPDATE: denial of service through application crash via
 
52
    integer overflow.
 
53
    - debian/patches/php5-CVE-2011-1466.patch: improve boundary
 
54
      condition checking in SdnToJulian()
 
55
    - CVE-2011-1466
 
56
  * SECURITY UPDATE: denial of service through application crash
 
57
    when using HTTP proxy with the FTP wrapper
 
58
    - debian/patches/php5-CVE-2011-1469.patch: improve pointer handling
 
59
    - CVE-2011-1469
 
60
  * SECURITY UPDATE: denial of service through application crash when
 
61
    handling ziparchive streams
 
62
    - debian/patches/php5-CVE-2011-1470.patch: set necessary elements of
 
63
      the meta data structure
 
64
    - CVE-2011-1470
 
65
  * SECURITY UPDATE: denial of service through application crash when
 
66
    handling malformed zip files
 
67
    - debian/patches/php5-CVE-2011-1471.patch: correct integer
 
68
      signedness error when handling zip_fread() return value.
 
69
    - CVE-2011-1471
 
70
 
 
71
 -- Steve Beattie <sbeattie@ubuntu.com>  Thu, 28 Apr 2011 05:37:29 -0700
 
72
 
1
73
php5 (5.2.10.dfsg.1-2ubuntu6.7) karmic-security; urgency=low
2
74
 
3
75
  * debian/patches/php5-CVE-2010-3436-regression.patch: update