DescriptionGuilherme de Almeida Suckevicz
2020-12-30 13:37:42 UTC
The legacy channels.http.AsgiHandler class, used for handling HTTP type requests in an ASGI environment prior to Django 3.0, did not correctly separate request scopes in Channels 3.0. In many cases this would result in a crash but, with correct timing responses could be sent to the wrong client, resulting in potential leakage of session identifiers and other sensitive data.
Reference:
https://channels.readthedocs.io/en/latest/releases/3.0.3.html
Comment 1Guilherme de Almeida Suckevicz
2020-12-30 13:38:08 UTC
Created python-django tracking bugs for this issue:
Affects: fedora-all [bug 1911638]
This is not a flaw in the core Django, but in the Channels package for Django. This should not affect any "python-django" packages as shipped in Red Hat products or Fedora.