CVE-2017-16618

UnknownEPSS 4.44%

Last modified

CVE-2017-16618 is a vulnerability of currently unknown severity. An exploitable vulnerability exists in the YAML loading functionality of util.py in OwlMixin before 2.0.0a12. A "Load YAML" string or file (aka load_yaml or load_yamlf) can execute arbitrary Python commands resulting in command execution because load is used where safe_load should have been used. EPSS estimates a 4.44% chance of exploitation in the next 30 days.

Description

An exploitable vulnerability exists in the YAML loading functionality of util.py in OwlMixin before 2.0.0a12. A "Load YAML" string or file (aka load_yaml or load_yamlf) can execute arbitrary Python commands resulting in command execution because load is used where safe_load should have been used. An attacker can insert Python into loaded YAML to trigger this vulnerability.

Metrics

EPSS Probability
4.44%

90.2th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

VendorProductVersionsUpdate
Owlmixin ProjectOwlmixin< 2.0.0
Owlmixin ProjectOwlmixin2.0.0Alpha1

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2017-16618?
An exploitable vulnerability exists in the YAML loading functionality of util.py in OwlMixin before 2.0.0a12. A "Load YAML" string or file (aka load_yaml or load_yamlf) can execute arbitrary Python commands resulting in command execution because load is used where safe_load should have been used. An attacker can insert Python into loaded YAML to trigger this vulnerability.
How severe is CVE-2017-16618?
Severity scoring for CVE-2017-16618 is pending analysis. The EPSS model estimates a 4.44% probability of exploitation in the next 30 days.
How do I fix CVE-2017-16618?
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-16618?

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

Scan your code now

Source: NVD / NIST