Overview of Django JSONField/HStoreField SQL Injection (CVE-2019-14234)
masterCVE-2019-14234 is a SQL injection vulnerability in Django affecting JSONField and HStoreField model fields. The vulnerability exists when a developer uses these fields and allows users to control the key names within a QuerySet.
Affected Versions:
- Django 2.2.4, 2.1.11, and 1.11.23 and all versions prior to these releases.
Vulnerability Context: Django's built-in admin interface is susceptible to this vulnerability, which can be used to demonstrate the exploit by manipulating query parameters related to these fields.