From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Description of problem: The OpenSSH server included with RHEL 3.0 (apparently all updates) is vulnerable to CAN-2003-0386. Apparently the fix for this vulnerability has never been backported into Red Hat's openssh-server-3.6.1p2 RPMs. An attacker can bypass IP-based AllowUser restrictions in the /etc/ssh/sshd_config file if the attacker controls reverse DNS for his system by providing a reverse DNS hostname for his machine which is the IP address allowed by the AllowUser restriction. This vulnerability can be mitigated by turning on VerifyReverseMapping, but this is turned off by default. Version-Release number of selected component (if applicable): openssh-server-3.6.1p2-* How reproducible: Always Steps to Reproduce: 1. Add an AllowUser restriction to /etc/ssh/sshd_config. E.g.: AllowUser *@192.168.0.20 2. Restart sshd. E.g.: % service sshd restart 3. Set up reverse DNS to return the allowed IP address for a different machine. E.g.: % host 192.168.0.40 40.0.168.192.in-addr.arpa domain name pointer 192.168.0.20. 4. From the remote host which should be disallowed, ssh to the vulnerable host. Actual Results: Login is allowed via ssh. Expected Results: The user should receive a "permission denied" message and the login should be disallowed. Additional info:
Note: At the time of announcement the official response was: "If you depend on IP or DNS based access control, make sure VerifyReverseMapping is turned on in your sshd_config file." http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=105492565028235
I've backported a patch from openssh-3.9p1.
This issue is on Red Hat Engineering's list of planned work items for the upcoming Red Hat Enterprise Linux 3.8 release. Engineering resources have been assigned and barring unforeseen circumstances, Red Hat intends to include this item in the 3.8 release.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2006-0298.html