-
CVSS Score
-The vulnerability description explicitly identifies set_mgmt_parameters in item.py as the entry point. The commit diff confirms this function was patched by replacing yaml.load with yaml.safe_load. CWE-94 (Code Injection) directly applies here because unsafe YAML deserialization allows arbitrary object instantiation. While other functions were also patched, this is the only one explicitly tied to the documented exploit vector.
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| cobbler | pip | < 2.6.0 | 2.6.0 |