Hide Forgot
Originally the CVE-2010-0547 identifier has been assigned by Common Vulnerabilities and Exposures to the following security issue: client/mount.cifs.c in mount.cifs in smbfs in Samba 3.4.5 and earlier does not verify that the (1) device name and (2) mountpoint strings are composed of valid characters, which allows local users to cause a denial of service (mtab corruption) via a crafted string. Later a bug was found in the upstream patch for this issue. More specifically: check_mtab() calls check_newline() to check device and directory name. check_newline() returns EX_USAGE (1) when error is detected, while check_mtab() expects -1 to indicate an error. This bug in original CVE-2010-0547 fix (not to propagate the error properly) caused mount.cifs command on specially-crafted mount point (containing newline character) still to succeed and potentially, to corrupt mtab table on the systems, where CVE-2010-0296 glibc fix was not applied yet. Proposed upstream patch by Jeff Layton: [1] http://thread.gmane.org/gmane.linux.kernel.cifs/3827
This issue affects the versions of the samba package, as shipped with Red Hat Enterprise Linux 4 and 5. -- This issue affects the version of the samba3x-package, as shipped with Red Hat Enterprise Linux 5. -- This issue affects affects the version of the cifs-utils package, as shipped with Red Hat Enterprise Linux 6. -- This issue affects the versions of the cifs-utils package, as shipped with Fedora release of 14 and 15.
The CVE identifier of CVE-2011-2724 has been assigned to this issue.
Created cifs-utils tracking bugs for this issue Affects: fedora-all [bug 726717]
(In reply to comment #0) > Originally the CVE-2010-0547 identifier has been assigned by Common > Vulnerabilities and Exposures to the following security issue: CVE-2010-0547 was previously tracked via bug #562156. > This bug in original CVE-2010-0547 fix (not to propagate the error properly) > caused mount.cifs command on specially-crafted mount point (containing newline > character) still to succeed and potentially, to corrupt mtab table on the > systems, where CVE-2010-0296 glibc fix was not applied yet. The glibc fix for CVE-2010-0296 is already available for Red Hat Enterprise Linux 5 and 6, see also bug #562156, comment #5. > Proposed upstream patch by Jeff Layton: > [1] http://thread.gmane.org/gmane.linux.kernel.cifs/3827 Committed upstream as: http://git.samba.org/?p=cifs-utils.git;a=commitdiff;h=1e7a32924b22d1f786b6f490ce8590656f578f91 (In reply to comment #1) > This issue affects the versions of the samba package, as shipped with Red Hat > Enterprise Linux 4 and 5. Those packages are rather affected by the original CVE-2010-0547, as the incomplete fix was never released for those packages.
This issue has been addressed in following products: Red Hat Enterprise Linux 5 Via RHSA-2011:1220 https://rhn.redhat.com/errata/RHSA-2011-1220.html
This issue has been addressed in following products: Red Hat Enterprise Linux 6 Via RHSA-2011:1221 https://rhn.redhat.com/errata/RHSA-2011-1221.html