CVE-2025-4309: PHPGurukul Art Gallery Management System add-art-type.php sql injection
A vulnerability was found in PHPGurukul Art Gallery Management System 1.1. It has been rated as critical. Affected by this issue is some unknown functionality of the file /admin/add-art-type.php. The manipulation of the argument arttype leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-4309?
CVE-2025-4309 has been rated as critical due to its potential for SQL injection.
How does CVE-2025-4309 affect the PHPGurukul Art Gallery Management System?
CVE-2025-4309 affects the /admin/add-art-type.php file, allowing manipulation of the 'arttype' parameter which leads to SQL injection.
What is the impact of exploiting CVE-2025-4309?
Exploiting CVE-2025-4309 can allow attackers to execute arbitrary SQL commands on the database.
How can I fix CVE-2025-4309 in my application?
To fix CVE-2025-4309, sanitize inputs to the 'arttype' parameter and use prepared statements to prevent SQL injection.
Is there a patch available for CVE-2025-4309?
As of now, no official patch has been released for CVE-2025-4309, so immediate security measures are recommended.