django-jsonform stores the raw JSON data of the db field in a hidden textarea on the admin page. However, that data was kept in the textarea after unescaping it using the safe template filter. This opens up possibilities for XSS attacks.
This only affects the admin pages where the django-jsonform is rendered.
Upgrade to django-jsonform version 2.10.1 or later.
If you have any questions or comments about this advisory:
Bharat Chauhan <tell.bhch@gmail.com>.{
"cwe_ids": [
"CWE-79",
"CWE-80"
],
"github_reviewed": true,
"github_reviewed_at": "2022-06-10T19:51:18Z",
"nvd_published_at": null,
"severity": "HIGH"
}