GHSA-p99v-5w3c-jqq9 - HIGH Vulnerability | GeekWala
Loading...
Skip to main content

GHSA-p99v-5w3c-jqq9

HIGH

Django Access Control Bypass possibly leading to SSRF, RFI, and LFI attacks

Published June 10, 2021Updated September 20, 2024Source: osv

Details

In Django 2.2 before 2.2.24, 3.x before 3.1.12, and 3.2 before 3.2.4, URLValidator, validate_ipv4_address, and validate_ipv46_address do not prohibit leading zero characters in octal literals. This may allow a bypass of access control that is based on IP addresses. (validate_ipv4_address and validate_ipv46_address are unaffected with Python 3.9.5+..) .

Remediation

Upgrade to the fixed version using your package manager.

pip
Update django to 3.2.4 or later
pip install "django>=3.2.4"
pip
Update django to 3.1.12 or later
pip install "django>=3.1.12"
pip
Update django to 2.2.24 or later
pip install "django>=2.2.24"

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (3)

PackageEcosystemAffectedFixed In
django
PyPI
3.2, 3.2.1, 3.2.2, 3.2.3 (+3 more)3.2.4
django
PyPI
3.0, 3.0.1, 3.0.10, 3.0.11 (+29 more)3.1.12
django
PyPI
2.2, 2.2.1, 2.2.10, 2.2.11 (+23 more)2.2.24

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

  • CWE-918
    Server-Side Request Forgery (SSRF)MITRE

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 3.1 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Risk Assessment

CVSS Score
3.1

Exploitation is difficult or impact is minor. Address in your next planned update.

EPSS Score (30-day exploit probability)
0.03%
Higher than 9% of vulnerabilities

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies