larry campbell reports via the foreman bug tracker: This was found on Foreman 1.9.0: I came across this issue by chance. I was forced to change my Active Directory password today. After doing so, I then (mistakenly) attempted to log onto Foreman with my previous password and was able to successfully log in. The new password also worked. I tried with other browsers and even another workstation that I had never logged onto and all attempts allowed me to log on with my non-valid previous password. Perhaps something on foreman/passenger/ruby/etc is caching my credential and not re-checking? Initial Setup: Have an Active Directory enviornment available for LDAP Authentication. Setup LDAP Authentication Source in Foreman and have a test user account created in Active Directory. Steps to recreate: 1. Log on to Foreman with the Active Directory user. This should succeed. Log off. 2. Change your Active Directory account's password. 3. Log on to Foreman with the Active Directory user, and use the previous password. This should fail with authentication denied method, however it succeeds. Upstream references: http://projects.theforeman.org/issues/11471
If I remember correctly I ran into this back in the past - this is a feature in Active Directory. It remembers the old password for some time to allow you to log back in should you mess up your new password. I think there`s some timeout, maybe 5 minutes? after which the old password won`t be usable. If Foreman delegates authentication to Active Directory, this is how it`ll look like. However, since authentication is delegated to Active Directory this cannot be a vulnerability in Foreman.
Googled a bit and the timeout is 1 hour. References: http://serverfault.com/questions/461139/ntlm-auth-can-login-in-ad-with-both-old-and-new-passwords https://support.microsoft.com/en-us/kb/906305 http://timstechnoblog.blogspot.cz/2010/02/old-password-still-valid-for-hour.html
Statement: Red Hat Product Security determined that this flaw was not a security vulnerability. See the Bugzilla link for more details.