CVE-2017-2292

UnknownEPSS 2.18%

Last modified

CVE-2017-2292 is a vulnerability of currently unknown severity. 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. EPSS estimates a 2.18% chance of exploitation in the next 30 days.

Description

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.

Metrics

EPSS Probability
2.18%

80.0th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
PuppetMcollective<= 2.10.3

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2017-2292?
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.
How severe is CVE-2017-2292?
Severity scoring for CVE-2017-2292 is pending analysis. The EPSS model estimates a 2.18% probability of exploitation in the next 30 days.
How do I fix CVE-2017-2292?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2017-2292?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST