CVE-2025-10402
7.3PHPGurukul · Beauty Parlour Management System
A SQL injection vulnerability in PHPGurukul Beauty Parlour Management System 1.1 allows remote unauthenticated attackers to manipulate the delid argument in /admin/readenq.php.
Executive summary
A critical SQL injection vulnerability in PHPGurukul Beauty Parlour Management System 1.1 allows unauthenticated remote attackers to compromise the application database.
Vulnerability
The application is susceptible to SQL injection via the delid parameter in the /admin/readenq.php file. This vulnerability is remotely exploitable by an unauthenticated attacker, as indicated by the CVSS vector PR:N.
Business impact
The ability for an unauthenticated attacker to perform SQL injection poses a severe risk to data confidentiality, integrity, and availability. Successful exploitation could lead to unauthorized access to sensitive administrative data or complete database compromise. With a CVSS score of 7.3, this flaw represents a significant security risk, especially given the ease of remote execution.
Remediation
Immediate Action: As there is no official patch available, administrators should restrict access to the /admin/ directory using network-level controls or web server authentication until a vendor fix is released.
Proactive Monitoring: Security teams should audit web server access logs for suspicious input patterns, specifically looking for SQL syntax or unusual characters within the delid parameter.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection payloads targeting the identified vulnerable endpoint.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the referenced GitHub issue.
Analyst recommendation
Given that this vulnerability is remotely exploitable without authentication and a public proof-of-concept is available, organizations should prioritize isolating the affected system. It is imperative to monitor for signs of unauthorized database interaction and implement strict access controls until the vendor provides an official security patch.
More PHPGurukul CVEs all →
History
- Disclosed CVE record published
- Published in the daily brief high section
- Published in the daily brief high section
- Analyst report written
Sources
Originally found and disclosed by LitBot (VulDB User), per the CVE Program record.