~ubuntu-branches/ubuntu/quantal/ecryptfs-utils/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-08-04 10:37:40 UTC
  • Revision ID: james.westby@ubuntu.com-20110804103740-k4bobcj7qpe94xuv
Tags: 89-0ubuntu2
* SECURITY UPDATE: privilege escalation via mountpoint race conditions
  (LP: #732628)
  - debian/patches/CVE-2011-1831,1832,1834.patch: chdir into mountpoint
    before checking permissions in src/utils/mount.ecryptfs_private.c.
  - CVE-2011-1831
  - CVE-2011-1832
* SECURITY UPDATE: race condition when checking source during mount
  (LP: #732628)
  - debian/patches/CVE-2011-1833.patch: use new ecryptfs_check_dev_ruid
    kernel option when mounting directory in
    src/utils/mount.ecryptfs_private.c.
  - CVE-2011-1833
* SECURITY UPDATE: mtab corruption via improper handling (LP: #732628)
  - debian/patches/CVE-2011-1831,1832,1834.patch: modify mtab via a temp
    file first and make sure it succeeds before replacing the real mtab
    in src/utils/mount.ecryptfs_private.c.
  - CVE-2011-1834
* SECURITY UPDATE: key poisoning via insecure temp directory handling
  (LP: #732628)
  - debian/patches/CVE-2011-1835.patch: make sure we don't copy into a
    user controlled directory in src/utils/ecryptfs-setup-private.
  - CVE-2011-1835
* SECURITY UPDATE: information disclosure via recovery mount in /tmp
  (LP: #732628)
  - debian/patches/CVE-2011-1836.patch: mount inside protected
    subdirectory in src/utils/ecryptfs-recover-private.
  - CVE-2011-1836
* SECURITY UPDATE: arbitrary file overwrite via lock counter race
  condition (LP: #732628)
  - debian/patches/CVE-2011-1837.patch: verify permissions with a file
    descriptor, and don't follow symlinks in
    src/utils/mount.ecryptfs_private.c.
  - CVE-2011-1837

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ecryptfs-utils (89-0ubuntu2) oneiric; urgency=low
 
2
 
 
3
  * SECURITY UPDATE: privilege escalation via mountpoint race conditions
 
4
    (LP: #732628)
 
5
    - debian/patches/CVE-2011-1831,1832,1834.patch: chdir into mountpoint
 
6
      before checking permissions in src/utils/mount.ecryptfs_private.c.
 
7
    - CVE-2011-1831
 
8
    - CVE-2011-1832
 
9
  * SECURITY UPDATE: race condition when checking source during mount
 
10
    (LP: #732628)
 
11
    - debian/patches/CVE-2011-1833.patch: use new ecryptfs_check_dev_ruid
 
12
      kernel option when mounting directory in
 
13
      src/utils/mount.ecryptfs_private.c.
 
14
    - CVE-2011-1833
 
15
  * SECURITY UPDATE: mtab corruption via improper handling (LP: #732628)
 
16
    - debian/patches/CVE-2011-1831,1832,1834.patch: modify mtab via a temp
 
17
      file first and make sure it succeeds before replacing the real mtab
 
18
      in src/utils/mount.ecryptfs_private.c.
 
19
    - CVE-2011-1834
 
20
  * SECURITY UPDATE: key poisoning via insecure temp directory handling
 
21
    (LP: #732628)
 
22
    - debian/patches/CVE-2011-1835.patch: make sure we don't copy into a
 
23
      user controlled directory in src/utils/ecryptfs-setup-private.
 
24
    - CVE-2011-1835
 
25
  * SECURITY UPDATE: information disclosure via recovery mount in /tmp
 
26
    (LP: #732628)
 
27
    - debian/patches/CVE-2011-1836.patch: mount inside protected
 
28
      subdirectory in src/utils/ecryptfs-recover-private.
 
29
    - CVE-2011-1836
 
30
  * SECURITY UPDATE: arbitrary file overwrite via lock counter race
 
31
    condition (LP: #732628)
 
32
    - debian/patches/CVE-2011-1837.patch: verify permissions with a file
 
33
      descriptor, and don't follow symlinks in
 
34
      src/utils/mount.ecryptfs_private.c.
 
35
    - CVE-2011-1837
 
36
 
 
37
 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 04 Aug 2011 10:37:40 -0400
 
38
 
1
39
ecryptfs-utils (89-0ubuntu1) oneiric; urgency=low
2
40
 
3
41
  [ Dustin Kirkland ]