Project

General

Profile

Bug #7822

Updated by Dominic Cleal over 9 years ago

Reported to foreman-security by Michael Moll.    Also reported by Jon McKenzie in a comment here: http://projects.theforeman.org/issues/5651#note-1, and possibly the same as Michael Messmore's #6677 ticket. 

 The smart proxy when running in an SSL-secured mode permits incoming API calls to any endpoint without requiring, or performing any verification of an SSL client certificate.    This permits any client with access to the API to make requests and perform actions (permitting control of Puppet CA, DHCP, DNS etc.) 

 Users are strongly recommended to ensure smart proxy ports (typically 8443/tcp) are firewalled so only Foreman hosts can access the service and to set the "trusted_hosts" config setting in /etc/foreman-proxy/settings.yml to a list of Foreman hostnames for host based acccess control. 

 See https://groups.google.com/forum/#!topic/foreman-announce/jXC5ixybjqo for more information on mitigation.

Back