CVE-2020-21667: SQL Injection
Published Nov 13, 2020
·Updated
In fastadmin-tp6 v1.0, in the file app/admin/controller/Ajax.php the 'table' parameter passed is not filtered so a malicious parameter can be passed for SQL injection.
Affected Software
1 affected component
Fastadmin-tp6 Project Fastadmin-tp6=1.0
Event History
Nov 13, 2020
CVE Published
via MITRE·03:03 PM
Data Sourced
via MITRE·03:03 PM
Description
Frequently Asked Questions
1
What is the severity of CVE-2020-21667?
CVE-2020-21667 has a high severity rating due to the potential for SQL injection vulnerabilities.
2
How do I fix CVE-2020-21667?
To fix CVE-2020-21667, validate and sanitize the 'table' parameter in the app/admin/controller/Ajax.php file before using it in SQL queries.
3
What software versions are affected by CVE-2020-21667?
CVE-2020-21667 affects Fastadmin-tp6 version 1.0.
4
What type of vulnerability is CVE-2020-21667?
CVE-2020-21667 is classified as an SQL injection vulnerability.
5
How can attackers exploit CVE-2020-21667?
Attackers can exploit CVE-2020-21667 by passing malicious SQL statements through the unfiltered 'table' parameter.