Bug 697394 (CVE-2011-1585)
Summary: | CVE-2011-1585 kernel: cifs session reuse | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Eugene Teo (Security Response) <eteo> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | bhu, dhoward, jkacur, jpirko, kernel-mgr, lgoncalv, lwang, pmatouse, rt-maint, sforsber, sstefano, williams |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-06-09 06:17:56 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 697395, 697396, 697397 | ||
Bug Blocks: |
Description
Eugene Teo (Security Response)
2011-04-18 06:53:43 UTC
Statement: This issue did not affect the versions of Linux kernel as shipped in Red Hat Enterprise Linux 4, 5, 6, and Red Hat Enterprise MRG as they did not ship mount.cifs with root setuid set. However, as a preventive meaasure, we have addressed this in Red Hat Enterprise Linux 5 and Red Hat Enterprise MRG via https://rhn.redhat.com/errata/RHSA-2011-1386.html and https://rhn.redhat.com/errata/RHSA-2011-1253.html. Red Hat Enterprise Linux 4 is now in Production 3 of the maintenance life-cycle, https://access.redhat.com/support/policy/updates/errata/, therefore the fix for this issue is not currently planned to be included in the future updates. Another way to mount the share without correct password is when user has sudo privilege to execute /sbin/mount.cifs (even when mount.cifs does not have setuid) Ex. I am "userb". "usera" has already mounted a //server/share. I can execute the following and provide wrong password: [userb@localhost]$ sudo /sbin/mount.cifs //server/share ./localmount -o user=usera,domain=windows_domain (In reply to comment #4) > Another way to mount the share without correct password is when user has sudo > privilege to execute /sbin/mount.cifs (even when mount.cifs does not have > setuid) > > Ex. I am "userb". "usera" has already mounted a //server/share. > I can execute the following and provide wrong password: > > [userb@localhost]$ sudo /sbin/mount.cifs //server/share ./localmount -o > user=usera,domain=windows_domain That is why I proposed to have this addressed as a preventive measure. Thanks. This issue has been addressed in following products: MRG for RHEL-6 v.2 Via RHSA-2011:1253 https://rhn.redhat.com/errata/RHSA-2011-1253.html This issue has been addressed in following products: Red Hat Enterprise Linux 5 Via RHSA-2011:1386 https://rhn.redhat.com/errata/RHSA-2011-1386.html |