vendor:
Flashcard Quiz App
by:
SoSPiro
6.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Flashcard Quiz App
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:sourcecodester:flashcard_quiz_app:1.0
Platforms Tested: Windows 10 64 bit Wampserver
2024
Flashcard Quiz App v1.0 – ‘card’ SQL Injection
The Flashcard Quiz App v1.0 is vulnerable to SQL injection. This allows an attacker to manipulate the SQL query by injecting malicious SQL code into the 'card' parameter in the URL, potentially leading to unauthorized actions on the database.
Mitigation:
To mitigate this issue, input validation and parameterized queries should be implemented to properly sanitize user inputs before executing them in SQL queries.