GHSA-rvq6-mrpv-m6rm

Suggest an improvement
Source
https://github.com/advisories/GHSA-rvq6-mrpv-m6rm
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-rvq6-mrpv-m6rm/GHSA-rvq6-mrpv-m6rm.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-rvq6-mrpv-m6rm
Aliases
Published
2022-05-17T03:07:04Z
Modified
2024-09-16T22:24:13.367004Z
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
Code Injection in Django
Details

The django.core.urlresolvers.reverse function in Django before 1.4.11, 1.5.x before 1.5.6, 1.6.x before 1.6.3, and 1.7.x before 1.7 beta 2 allows remote attackers to import and execute arbitrary Python modules by leveraging a view that constructs URLs using user input and a "dotted Python path."

Database specific
{
    "nvd_published_at": "2014-04-23T15:55:00Z",
    "cwe_ids": [
        "CWE-94"
    ],
    "severity": "CRITICAL",
    "github_reviewed": true,
    "github_reviewed_at": "2023-02-23T23:29:51Z"
}
References

Affected packages

PyPI / django

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.4.11

Affected versions

1.*

1.0.1
1.0.2
1.0.3
1.0.4
1.1
1.1.1
1.1.2
1.1.3
1.1.4
1.2
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.3
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.4
1.4.1
1.4.2
1.4.3
1.4.4
1.4.5
1.4.6
1.4.7
1.4.8
1.4.9
1.4.10

Ecosystem specific

{
    "affected_functions": [
        "django.core.urlresolvers.reverse"
    ]
}

PyPI / django

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
1.5
Fixed
1.5.6

Affected versions

1.*

1.5
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5

Ecosystem specific

{
    "affected_functions": [
        "django.core.urlresolvers.reverse"
    ]
}

PyPI / django

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
1.6
Fixed
1.6.3

Affected versions

1.*

1.6
1.6.1
1.6.2

Ecosystem specific

{
    "affected_functions": [
        "django.core.urlresolvers.reverse"
    ]
}