mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.
This commit is contained in:
parent
81dc710571
commit
2dd4d110c1
5 changed files with 36 additions and 3 deletions
|
@ -6,6 +6,13 @@ Django 2.2.13 release notes
|
|||
|
||||
Django 2.2.13 fixes two security issues and a regression in 2.2.12.
|
||||
|
||||
CVE-2020-13596: Possible XSS via admin ``ForeignKeyRawIdWidget``
|
||||
================================================================
|
||||
|
||||
Query parameters for the admin ``ForeignKeyRawIdWidget`` were not properly URL
|
||||
encoded, posing an XSS attack vector. ``ForeignKeyRawIdWidget`` now
|
||||
ensures query parameters are correctly URL encoded.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
|
|
|
@ -6,6 +6,13 @@ Django 3.0.7 release notes
|
|||
|
||||
Django 3.0.7 fixes two security issues and several bugs in 3.0.6.
|
||||
|
||||
CVE-2020-13596: Possible XSS via admin ``ForeignKeyRawIdWidget``
|
||||
================================================================
|
||||
|
||||
Query parameters for the admin ``ForeignKeyRawIdWidget`` were not properly URL
|
||||
encoded, posing an XSS attack vector. ``ForeignKeyRawIdWidget`` now
|
||||
ensures query parameters are correctly URL encoded.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue