Files
CVEs-PoC/2019/CVE-2019-12308.md
T
2024-05-26 14:27:05 +02:00

905 B

CVE-2019-12308

Description

An issue was discovered in Django 1.11 before 1.11.21, 2.1 before 2.1.9, and 2.2 before 2.2.2. The clickable Current URL value displayed by the AdminURLFieldWidget displays the provided value without validating it as a safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL query parameter payload, could result in an clickable JavaScript link.

POC

Reference

No PoCs from references.

Github