First published: Mon Oct 27 2014(Updated: )
The `set_mgmt_parameters` function in item.py in cobbler before 2.2.2 allows context-dependent attackers to execute arbitrary code via vectors related to the use of the `yaml.load` function instead of the `yaml.safe_load function`, as demonstrated using Puppet.
Credit: secalert@redhat.com secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
pip/cobbler | <2.6.0 | 2.6.0 |
Michael Dehaan Cobbler | <=2.2.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2011-4953 is a critical vulnerability that allows context-dependent attackers to execute arbitrary code.
To fix CVE-2011-4953, upgrade Cobber to version 2.6.0 or later, or ensure that version 2.2.2 or newer is in use.
CVE-2011-4953 affects Cobbler versions prior to 2.2.2, including 2.2.1 and below.
The vulnerability in CVE-2011-4953 is caused by the use of the `yaml.load` function instead of `yaml.safe_load` in the `set_mgmt_parameters` function.
CVE-2011-4953 can be exploited through context-dependent vectors, as demonstrated in attacks using Puppet.