GHSA-fr28-569j-53c4 - MODERATE Vulnerability | GeekWala
Loading...
Skip to main content

GHSA-fr28-569j-53c4

MODERATE

Django Incorrect Default Permissions

Published March 18, 2021Updated November 19, 2024Source: osv

Details

An issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 (when Python 3.7+ is used). The intermediate-level directories of the filesystem cache had the system's standard umask rather than 0o077.

Remediation

Upgrade to the fixed version using your package manager.

pip
Update django to 3.0.10 or later
pip install "django>=3.0.10"
pip
Update django to 2.2.16 or later
pip install "django>=2.2.16"
pip
Update django to 3.1.1 or later
pip install "django>=3.1.1"

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

Affected Packages (3)

PackageEcosystemAffectedFixed In
django
PyPI
3.0, 3.0.1, 3.0.2, 3.0.3 (+6 more)3.0.10
django
PyPI
2.2, 2.2.1, 2.2.10, 2.2.11 (+12 more)2.2.16
django
PyPI
3.13.1.1

Vulnerability Classification

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

  • CWE-276
    Incorrect Default PermissionsMITRE

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
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/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)
3.29%
Higher than 87% of vulnerabilities

Check if you're affected

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

Scan Your Dependencies