Improper Input Validation Affecting puppet package, versions <6.13.0
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-RUBY-PUPPET-1245462
- published 14 Apr 2021
- disclosed 13 Apr 2021
- credit Unknown
Introduced: 13 Apr 2021
CVE-2020-7942 Open this link in a new tabHow to fix?
Upgrade puppet
to version 6.13.0 or higher.
Overview
puppet is an automated configuration management tool.
Affected versions of this package are vulnerable to Improper Input Validation. Puppet operated on a model that a node with a valid certificate was entitled to all information in the system and that a compromised certificate allowed access to everything in the infrastructure. When a node's catalog falls back to the default
node, the catalog can be retrieved for a different node by modifying facts for the Puppet run. This issue can be mitigated by setting strict_hostname_checking = true
in puppet.conf
on your Puppet master.