Versions of Puppet prior to 4.10.1 will deserialize data off the wire (from the agent to the server, in this case) with a attacker-specified format. This could be used to force YAML deserialization in an unsafe manner, which would lead to remote code execution. This change constrains the format of data on the wire to PSON or safely decoded YAML.
The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
Link | Tags |
---|---|
https://puppet.com/security/cve/cve-2017-2295 | vendor advisory |
http://www.debian.org/security/2017/dsa-3862 | third party advisory vendor advisory |
http://www.securityfocus.com/bid/98582 | vdb entry third party advisory |