1 results (0.016 seconds)

CVSS: 9.0EPSS: 0%CPEs: 1EXPL: 0

Versions of MCollective prior to 2.10.4 deserialized YAML from agents without calling safe_load, allowing the potential for arbitrary code execution on the server. The fix for this is to call YAML.safe_load on input. This has been tested in all Puppet-supplied MCollective plugins, but there is a chance that third-party plugins could rely on this insecure behavior. YAML deserializado de las versiones anteriores a 2.10.4 de MCollective de agentes sin llamar a safe_load, permite la potencial ejecución de código arbitraria en el servidor. La solución para esto es llamar a YAML.safe_load en la entrada. • https://puppet.com/security/cve/cve-2017-2292 https://security.gentoo.org/glsa/201709-01 • CWE-502: Deserialization of Untrusted Data •