CVE-2024-25220: SQL Injection
Published Feb 14, 2024
·Updated
Task Manager App v1.0 was discovered to contain a SQL injection vulnerability via the taskID parameter at /TaskManager/EditTask.php.
Affected Software
1 affected component
Code-projects Task Manager=1.0
Event History
Feb 14, 2024
CVE Published
via MITRE·12:00 AM
Data Sourced
via MITRE·12:00 AM
Description
Data Sourced
via NVD·03:15 PM
DescriptionSeverityWeaknessAffected Software
Frequently Asked Questions
1
What is the severity of CVE-2024-25220?
CVE-2024-25220 is considered a high severity vulnerability due to its potential for SQL injection attacks.
2
How do I fix CVE-2024-25220?
To fix CVE-2024-25220, sanitize and validate the input for the taskID parameter to prevent SQL injection.
3
What systems are affected by CVE-2024-25220?
CVE-2024-25220 affects Task Manager App version 1.0 written in PHP.
4
What could happen if CVE-2024-25220 is exploited?
Exploitation of CVE-2024-25220 could allow an attacker to manipulate database queries, leading to unauthorized data access.
5
Is there a workaround for CVE-2024-25220?
A potential workaround for CVE-2024-25220 includes using prepared statements and parameterized queries to mitigate SQL injection risks.