GHSA-9pv8-q5rx-c8gq

Suggest an improvement
Source
https://github.com/advisories/GHSA-9pv8-q5rx-c8gq
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2018/07/GHSA-9pv8-q5rx-c8gq/GHSA-9pv8-q5rx-c8gq.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-9pv8-q5rx-c8gq
Aliases
Published
2018-07-13T15:16:59Z
Modified
2024-09-16T23:22:16.565469Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
  • 9.3 (Critical) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
django_make_app is vulnerable to Code Injection
Details

An exploitable vulnerability exists in the YAML parsing functionality in the read_yaml_file method in io_utils.py in djangomakeapp 0.1.3. A YAML parser can execute arbitrary Python commands resulting in command execution. An attacker can insert Python into loaded YAML to trigger this vulnerability.

Database specific
{
    "nvd_published_at": null,
    "cwe_ids": [
        "CWE-94"
    ],
    "severity": "CRITICAL",
    "github_reviewed": true,
    "github_reviewed_at": "2020-06-16T21:29:17Z"
}
References

Affected packages

PyPI / django-make-app

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
0.1.3

Affected versions

0.*

0.1.0
0.1.0.1
0.1.1
0.1.2
0.1.2.1
0.1.3

Ecosystem specific

{
    "affected_functions": [
        "django_make_app.io_utils.read_yaml_file"
    ]
}