-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

===========================================================================
             AUSCERT External Security Bulletin Redistribution

                               ESB-2009.1243
       Low: ecryptfs-utils security, bug fix, and enhancement update
                             3 September 2009

===========================================================================

        AusCERT Security Bulletin Summary
        ---------------------------------

Product:           ecryptfs-utils
Publisher:         Red Hat
Operating System:  Red Hat Enterprise Linux Server 5
                   UNIX variants (UNIX, Linux, OSX)
Impact/Access:     Access Privileged Data -- Existing Account
Resolution:        Patch/Upgrade
CVE Names:         CVE-2008-5188  

Original Bulletin: 
   https://rhn.redhat.com/errata/RHSA-2009-1307.html

Comment: This advisory references vulnerabilities in products which run on 
         platforms other than Red Hat. It is recommended that administrators
         running ecryptfs-utils check for an updated version of the software
         for their operating system.

- --------------------------BEGIN INCLUDED TEXT--------------------

- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

=====================================================================
                   Red Hat Security Advisory

Synopsis:          Low: ecryptfs-utils security, bug fix, and enhancement update
Advisory ID:       RHSA-2009:1307-02
Product:           Red Hat Enterprise Linux
Advisory URL:      https://rhn.redhat.com/errata/RHSA-2009-1307.html
Issue date:        2009-09-02
CVE Names:         CVE-2008-5188 
=====================================================================

1. Summary:

Updated ecryptfs-utils packages that fix a security issue, various bugs,
and add enhancements are now available for Red Hat Enterprise Linux 5.

This update has been rated as having low security impact by the Red Hat
Security Response Team.

2. Relevant releases/architectures:

Red Hat Enterprise Linux Desktop (v. 5 client) - i386, x86_64
RHEL Desktop Workstation (v. 5 client) - i386, x86_64
Red Hat Enterprise Linux (v. 5 server) - i386, ia64, ppc, s390x, x86_64

3. Description:

eCryptfs is a stacked, cryptographic file system. It is transparent to the
underlying file system and provides per-file granularity.

eCryptfs is released as a Technology Preview for Red Hat Enterprise Linux
5.4. These updated ecryptfs-utils packages have been upgraded to upstream
version 75, which provides a number of bug fixes and enhancements over the
previous version. In addition, these packages provide a graphical program
to help configure and use eCryptfs. To start this program, run the command:

	ecryptfs-mount-helper-gui

Important: the syntax of certain eCryptfs mount options has changed. Users
who were previously using the initial Technology Preview release of
ecryptfs-utils are advised to refer to the ecryptfs(7) man page, and to
update any affected mount scripts and /etc/fstab entries for eCryptfs file
systems.

A disclosure flaw was found in the way the "ecryptfs-setup-private" script
passed passphrases to the "ecryptfs-wrap-passphrase" and
"ecryptfs-add-passphrase" commands as command line arguments. A local user
could obtain the passphrases of other users who were running the script
from the process listing. (CVE-2008-5188)

These updated packages provide various enhancements, including a mount
helper and supporting libraries to perform key management and mounting
functions.

Notable enhancements include:

* a new package, ecryptfs-utils-gui, has been added to this update. This
package depends on the pygtk2 and pygtk2-libglade packages and provides the
eCryptfs Mount Helper GUI program. To install the GUI, first install
ecryptfs-utils and then issue the following command:

	yum install ecryptfs-utils-gui

(BZ#500997)

* the "ecryptfs-rewrite-file" utility is now more intelligent when dealing
with non-existent files and with filtering special files such as the "."
directory. In addition, the progress output from "ecryptfs-rewrite-file"
has been improved and is now more explicit about the success status of each
target. (BZ#500813)

* descriptions of the "verbose" flag and the "verbosity=[x]" option, where
[x] is either 0 or 1, were missing from a number of eCryptfs manual pages,
and have been added. Refer to the eCryptfs man pages for important
information regarding using the verbose and/or verbosity options.
(BZ#470444)

These updated packages also fix the following bugs:

* mounting a directory using the eCryptfs mount helper with an RSA key that
was too small did not allow the eCryptfs mount helper to encrypt the entire
key. When this situation occurred, the mount helper did not display an
error message alerting the user to the fact that the key size was too
small, possibly leading to corrupted files. The eCryptfs mount helper now
refuses RSA keys which are to small to encrypt the eCryptfs key.
(BZ#499175)

* when standard input was redirected from /dev/null or was unavailable,
attempting to mount a directory with the eCryptfs mount helper caused it to
become unresponsive and eventually crash, or an "invalid value" error
message, depending on if the "--verbosity=[value]" option was provided as
an argument, and, if so, its value. With these updated packages, attempting
to mount a directory using "mount.ecryptfs" under the same conditions
results in either the mount helper attempting to use default values (if
"verbosity=0" is supplied), or an "invalid value" error message (instead of
the mount helper hanging) if standard input is redirected and
"--verbosity=1" is supplied, or that option is omitted entirely.
(BZ#499367)

* attempting to use the eCryptfs mount helper with an OpenSSL key when the
keyring did not contain enough space for the key resulted in an unhelpful
error message. The user is now alerted when this situation occurs.
(BZ#501460)

* the eCryptfs mount helper no longer fails upon receiving an incorrect or
empty answer to "yes/no" questions. (BZ#466210)

Users are advised to upgrade to these updated ecryptfs-utils packages,
which resolve these issues and add these enhancements.

4. Solution:

Before applying this update, make sure that all previously-released
errata relevant to your system have been applied.

This update is available via Red Hat Network.  Details on how to use
the Red Hat Network to apply this update are available at
http://kbase.redhat.com/faq/docs/DOC-11259

5. Bugs fixed (http://bugzilla.redhat.com/):

460496 - ecryptfs complains about a missing module, fails and then loads it
472524 - CVE-2008-5188 ecryptfs-utils: potential provided password disclosure in the process table
475969 - difference between the name of the binary and the name in its usage message
482834 - RHEL5: update ecryptfs-utils to latest
499128 - `man ecryptfs' is wrong on what to write to openssl_passwd_file=XXX
499367 - mount.ecrytfs hangs when used with wrong/missing stdin
500352 - mount helper asks different set questions when the mount options are OK and when are not
500361 - [ecryptfs-add-passphrase] adding key, which is in keyring already, results in error msg
500566 - When kernel does not support filename encryption `ecryptfs-add-passphrase --fnek' should exit with exit code != 0
500623 - Access-Your-Private-Data.desktop file should have an icon associated
500804 - Typo in ecryptfs-rewrite-file(1)
500810 - ecryptfs-insert-wrapped-passphrase-into-keyring fails to add passphrase to keyring if the passphrase is in the keyring already
500813 - ecryptfs-rewrite-file should be more wise when dealing with non-existing/bogus files
500817 - ecryptfs-dot-private is not expected to be executed, remove the "x" permission
500820 - ecryptfs-setup-swap: vol_id: command not found
500824 - Possible missing runtime dependencies for `ecryptfs-setup-swap'
500829 - `ecryptfs-setup-swap' tries to restart service ``cryptdisks'' which is not present in RHEL/Fedora
500850 - [RFE] ecryptfs-manager should ask for password confirmation when creating openssl key
500997 - ecryptfs-utils-gui must require pygtk2-libglade
501275 - Select key bytes: item "default" is bogus
501460 - Error msg from ecryptfs-utils does not reflect reality when adding key to "full" keyring

6. Package List:

Red Hat Enterprise Linux Desktop (v. 5 client):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/ecryptfs-utils-75-5.el5.src.rpm

i386:
ecryptfs-utils-75-5.el5.i386.rpm
ecryptfs-utils-debuginfo-75-5.el5.i386.rpm
ecryptfs-utils-gui-75-5.el5.i386.rpm

x86_64:
ecryptfs-utils-75-5.el5.i386.rpm
ecryptfs-utils-75-5.el5.x86_64.rpm
ecryptfs-utils-debuginfo-75-5.el5.i386.rpm
ecryptfs-utils-debuginfo-75-5.el5.x86_64.rpm
ecryptfs-utils-gui-75-5.el5.x86_64.rpm

RHEL Desktop Workstation (v. 5 client):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/ecryptfs-utils-75-5.el5.src.rpm

i386:
ecryptfs-utils-debuginfo-75-5.el5.i386.rpm
ecryptfs-utils-devel-75-5.el5.i386.rpm

x86_64:
ecryptfs-utils-debuginfo-75-5.el5.i386.rpm
ecryptfs-utils-debuginfo-75-5.el5.x86_64.rpm
ecryptfs-utils-devel-75-5.el5.i386.rpm
ecryptfs-utils-devel-75-5.el5.x86_64.rpm

Red Hat Enterprise Linux (v. 5 server):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/ecryptfs-utils-75-5.el5.src.rpm

i386:
ecryptfs-utils-75-5.el5.i386.rpm
ecryptfs-utils-debuginfo-75-5.el5.i386.rpm
ecryptfs-utils-devel-75-5.el5.i386.rpm
ecryptfs-utils-gui-75-5.el5.i386.rpm

ia64:
ecryptfs-utils-75-5.el5.ia64.rpm
ecryptfs-utils-debuginfo-75-5.el5.ia64.rpm
ecryptfs-utils-devel-75-5.el5.ia64.rpm
ecryptfs-utils-gui-75-5.el5.ia64.rpm

ppc:
ecryptfs-utils-75-5.el5.ppc.rpm
ecryptfs-utils-75-5.el5.ppc64.rpm
ecryptfs-utils-debuginfo-75-5.el5.ppc.rpm
ecryptfs-utils-debuginfo-75-5.el5.ppc64.rpm
ecryptfs-utils-devel-75-5.el5.ppc.rpm
ecryptfs-utils-devel-75-5.el5.ppc64.rpm
ecryptfs-utils-gui-75-5.el5.ppc.rpm

s390x:
ecryptfs-utils-75-5.el5.s390.rpm
ecryptfs-utils-75-5.el5.s390x.rpm
ecryptfs-utils-debuginfo-75-5.el5.s390.rpm
ecryptfs-utils-debuginfo-75-5.el5.s390x.rpm
ecryptfs-utils-devel-75-5.el5.s390.rpm
ecryptfs-utils-devel-75-5.el5.s390x.rpm
ecryptfs-utils-gui-75-5.el5.s390x.rpm

x86_64:
ecryptfs-utils-75-5.el5.i386.rpm
ecryptfs-utils-75-5.el5.x86_64.rpm
ecryptfs-utils-debuginfo-75-5.el5.i386.rpm
ecryptfs-utils-debuginfo-75-5.el5.x86_64.rpm
ecryptfs-utils-devel-75-5.el5.i386.rpm
ecryptfs-utils-devel-75-5.el5.x86_64.rpm
ecryptfs-utils-gui-75-5.el5.x86_64.rpm

These packages are GPG signed by Red Hat for security.  Our key and 
details on how to verify the signature are available from
https://www.redhat.com/security/team/key/#package

7. References:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5188
http://www.redhat.com/security/updates/classification/#low

8. Contact:

The Red Hat security contact is <secalert@redhat.com>.  More contact
details at https://www.redhat.com/security/team/contact/

Copyright 2009 Red Hat, Inc.
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFKniI4XlSAg2UNWIIRAnbuAKCxF6t6zHtZhvTvlCFIc20n9dSEvwCdHNuT
YCW86YXnHTHnXN3JMDAAD/Y=
=D68/
- -----END PGP SIGNATURE-----

- --------------------------END INCLUDED TEXT--------------------

You have received this e-mail bulletin as a result of your organisation's
registration with AusCERT. The mailing list you are subscribed to is
maintained within your organisation, so if you do not wish to continue
receiving these bulletins you should contact your local IT manager. If
you do not know who that is, please send an email to auscert@auscert.org.au
and we will forward your request to the appropriate person.

NOTE: Third Party Rights
This security bulletin is provided as a service to AusCERT's members.  As
AusCERT did not write the document quoted above, AusCERT has had no control
over its content. The decision to follow or act on information or advice
contained in this security bulletin is the responsibility of each user or
organisation, and should be considered in accordance with your organisation's
site policies and procedures. AusCERT takes no responsibility for consequences
which may arise from following or acting on information or advice contained in
this security bulletin.

NOTE: This is only the original release of the security bulletin.  It may
not be updated when updates to the original are made.  If downloading at
a later date, it is recommended that the bulletin is retrieved directly
from the author's website to ensure that the information is still current.

Contact information for the authors of the original document is included
in the Security Bulletin above.  If you have any questions or need further
information, please contact them directly.

Previous advisories and external security bulletins can be retrieved from:

        http://www.auscert.org.au/render.html?cid=1980

If you believe that your computer system has been compromised or attacked in 
any way, we encourage you to let us know by completing the secure National IT 
Incident Reporting Form at:

        http://www.auscert.org.au/render.html?it=3192

===========================================================================
Australian Computer Emergency Response Team
The University of Queensland
Brisbane
Qld 4072

Internet Email: auscert@auscert.org.au
Facsimile:      (07) 3365 7031
Telephone:      (07) 3365 4417 (International: +61 7 3365 4417)
                AusCERT personnel answer during Queensland business hours
                which are GMT+10:00 (AEST).
                On call after hours for member emergencies only.
===========================================================================
-----BEGIN PGP SIGNATURE-----
Comment: http://www.auscert.org.au/render.html?it=1967

iD8DBQFKnyCtNVH5XJJInbgRAnLbAJ9Oykrkpr255XI9qpPDSXiCf9NmDwCdGWpE
1HYxo+nO9PKbfIacxAWH4fw=
=1D9w
-----END PGP SIGNATURE-----