mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
921 B
Markdown
18 lines
921 B
Markdown
### [CVE-2024-21543](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21543)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://security.snyk.io/vuln/SNYK-PYTHON-DJOSER-8366540
|
|
|
|
#### Github
|
|
- https://github.com/w4zu/Debian_security
|
|
|