Summary: | CVE-2011-2500 nfs-utils: Improper authentication of an incoming request when an IP based authentication used | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Jan Lieskovsky <jlieskov> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | bfields, jlayton, mjc, steved |
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: | 2012-03-21 10:43:46 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Bug Depends On: | 715391, 716950 | ||
Bug Blocks: | 716955 |
Description
Jan Lieskovsky
2011-06-27 14:44:36 UTC
Further details how to reproduce the issue (from [1]): ====================================================== 1/ On a server, export a filesystem to an IP address and a random wildcard. e.g. /export 192.168.1.1(rw,no_root_squash,no_subtree_check) *.mydomain.com(ro,no-subtree_check) exportfs -av 2/ In /etc/hosts define some name to have two IP address; one that was given in /etc/exports, one that is the IP address of your attach client 192.168.1.1 attacker 192.168.0.1 attacker 3/ try to mount /export from 192.168.0.1 This should normally fail, but the bug causes it to succeed. This issue did NOT affect the versions of the nfs-utils package, as shipped with Red Hat Enterprise Linux 4 and 5. -- This issue affects the versions of the nfs-utils package, as shipped with Red Hat Enterprise Linux 6. -- This issue affects the versions of the nfs-utils package, as shipped with Fedora release of 14 and 15. Please schedule an update. Created nfs-utils tracking bugs for this issue Affects: fedora-all [bug 716950] The CVE identifier of CVE-2011-2500 has been assigned to this issue: http://www.openwall.com/lists/oss-security/2011/06/28/17 Statement: This issue did not affect the versions of nfs-utils as shipped with Red Hat Enterprise Linux 4 and 5. The Red Hat Security Response Team has rated this issue as having low security impact; a future update in Red Hat Enterprise Linux 6 may address this flaw. This issue has been addressed in following products: Red Hat Enterprise Linux 6 Via RHSA-2011:1534 https://rhn.redhat.com/errata/RHSA-2011-1534.html |