CVE-2024-30985: SQL Injection
Published Apr 17, 2024
·Updated
SQL Injection vulnerability in "B/W Dates Reports" page in phpgurukul Client Management System using PHP & MySQL 1.1 allows attacker to execute arbitrary SQL commands via "todate" and "fromdate" parameters.
Affected Software
1 affected component
Phpgurukul Client Management System
Event History
Apr 17, 2024
CVE Published
via MITRE·12:00 AM
Data Sourced
via MITRE·12:00 AM
Description
Data Sourced
via NVD·06:15 PM
DescriptionSeverityWeakness
Frequently Asked Questions
1
What is the severity of CVE-2024-30985?
CVE-2024-30985 has a high severity rating due to its ability to allow attackers to execute arbitrary SQL commands.
2
How do I fix CVE-2024-30985?
To fix CVE-2024-30985, you should validate and sanitize the 'todate' and 'fromdate' parameters to prevent SQL injection.
3
What software is affected by CVE-2024-30985?
CVE-2024-30985 affects the phpgurukul Client Management System using PHP & MySQL 1.1.
4
Can CVE-2024-30985 lead to data exposure?
Yes, CVE-2024-30985 can lead to unauthorized data exposure due to arbitrary SQL command execution.
5
How can I mitigate the risks of CVE-2024-30985?
Mitigation for CVE-2024-30985 includes employing prepared statements and parameterized queries in your application.