First published: Wed Apr 30 2025(Updated: )
A SQL Injection vulnerability was identified in the admin/edit-directory.php file of the PHPGurukul Directory Management System v2.0. Attackers can exploit this vulnerability via the email parameter in a POST request to execute arbitrary SQL commands.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
PHPGurukul Directory Management System |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-45021 is classified as a high severity vulnerability due to its potential for exploitation through SQL Injection.
To fix CVE-2025-45021, ensure that input parameters are properly sanitized and implement prepared statements to mitigate SQL Injection risks.
CVE-2025-45021 affects PHPGurukul Directory Management System version 2.0.
CVE-2025-45021 allows attackers to execute arbitrary SQL commands via the email parameter in a POST request.
Yes, CVE-2025-45021 is considered relatively easy to exploit if proper security measures are not in place.