Project

General

Profile

Bug #9858

Updated by Dominic Cleal about 9 years ago

*This issue is currently embargoed and may not be discussed in public.    Keep comments to this ticket or the foreman-security mailing list.* 

 When making an SSL connection to an LDAP authentication source in Foreman, the remote server certificate is accepted without any verification against known certificate authorities. 

 This can allow the LDAP connection between Foreman and the LDAP server to be attacked, and a different LDAP server could be contacted to authenticate users to Foreman. 

 Expected behaviour is that the certificate authority for the LDAP server should be stored and trusted somewhere, e.g. the system trust store (/etc/pki/tls/certs/ca-bundle.crt, or via update-ca-certificates). 

 Affects Foreman 1.3.0 or higher - since Puppet was removed as a dependency, the default SSL behaviour went back to no verification.

Back