Lack of data validation In django
Description
Session manipulation in Django django.contrib.sessions in Django before 1.2.7 and 1.3.x before 1.3.1, when session data is stored in the cache, uses the root namespace for both session identifiers and application-data keys, which allows remote attackers to modify a session by triggering use of a key that is equal to that session's identifier.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version | Patched versions |
|---|---|---|---|
pypi | 1.2.7, 1.3.1 | ||
debian 12 | 1.3.1-1 | ||
debian 13 | 1.3.1-1 | ||
debian 11 | 1.3.1-1 | ||
debian 14 | 1.3.1-1 |
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3. 4. 5. 6. 7. 8. 9. 10.