ghsa-v49p-m6gh-747c
Vulnerability from github
Published
2024-12-13 06:30
Modified
2024-12-13 21:47
Severity ?
7.1 (High) - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
7.1 (High) - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
7.1 (High) - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
Summary
djoser Authentication Bypass
Details
Versions of the package djoser before 2.3.0 are vulnerable to Authentication Bypass when the authenticate() function fails. This is because the system falls back to querying the database directly, granting access to users with valid credentials, and eventually bypassing custom authentication checks such as two-factor authentication, LDAP validations, or requirements from configured AUTHENTICATION_BACKENDS.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "djoser" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.3.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-21543" ], "database_specific": { "cwe_ids": [ "CWE-287", "CWE-295" ], "github_reviewed": true, "github_reviewed_at": "2024-12-13T20:37:27Z", "nvd_published_at": "2024-12-13T05:15:07Z", "severity": "HIGH" }, "details": "Versions of the package djoser before 2.3.0 are vulnerable to Authentication Bypass when the authenticate() function fails. This is because the system falls back to querying the database directly, granting access to users with valid credentials, and eventually bypassing custom authentication checks such as two-factor authentication, LDAP validations, or requirements from configured AUTHENTICATION_BACKENDS.", "id": "GHSA-v49p-m6gh-747c", "modified": "2024-12-13T21:47:27Z", "published": "2024-12-13T06:30:58Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21543" }, { "type": "WEB", "url": "https://github.com/sunscrapers/djoser/issues/795" }, { "type": "WEB", "url": "https://github.com/sunscrapers/djoser/pull/819" }, { "type": "WEB", "url": "https://github.com/sunscrapers/djoser/commit/d33c3993c0c735f23cbedc60fa59fce69354f19d" }, { "type": "PACKAGE", "url": "https://github.com/sunscrapers/djoser" }, { "type": "WEB", "url": "https://github.com/sunscrapers/djoser/releases/tag/2.3.0" }, { "type": "WEB", "url": "https://security.snyk.io/vuln/SNYK-PYTHON-DJOSER-8366540" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "djoser Authentication Bypass" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.