Lucene search

K
veracodeVeracode Vulnerability DatabaseVERACODE:35078
HistoryApr 13, 2022 - 9:11 a.m.

SQL Injection

2022-04-1309:11:04
Veracode Vulnerability Database
sca.analysiscenter.veracode.com
20

0.003 Low

EPSS

Percentile

69.5%

django is vulnerable to SQL injection. The library directly passes the user input directly to the QuerySet.annotate(), aggregate(), and extra() methods, allowing an attacker to inject malicious SQL query in column aliases via a malicious dictionary as the passed **kwargs.