For PE users who do not use the Console, this can be fixed by making sure that the pe_mcollective::role::master
class is applied to your master, and
the pe_mcollective::role::console class is applied to your console. This can be as simple as adding the following to your site.pp manifest or other node classifier:
node console { include pe_mcollective::role::console } node master { include pe_mcollective::role::master }
This vulnerability affects the master role of Puppet Enterprise.