CVE-2025-6604
BaseFortify
Publication date: 2025-06-25
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mayurik | best_salon_management_system | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
This vulnerability can impact you by compromising the confidentiality, integrity, and availability of your system's data. An attacker with valid credentials can exploit the SQL injection flaw to access sensitive information, modify or delete data, and potentially disrupt system operations. [1, 2]
Can you explain this vulnerability to me?
CVE-2025-6604 is a critical SQL injection vulnerability in the SourceCodester Best Salon Management System version 1.0, specifically in the file /panel/add-staff.php. It occurs due to improper handling of the "name" parameter, allowing an authenticated attacker to inject malicious SQL code. This can lead to unauthorized access or manipulation of the database. Exploitation requires valid user credentials and can be performed remotely. [1, 2]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by identifying the presence of the vulnerable file /panel/add-staff.php on the system. Attackers may use Google dorking with queries like "inurl:panel/add-staff.php" to find vulnerable targets. Since the vulnerability involves SQL injection via the "name" parameter and requires authentication, detection could involve monitoring for unusual SQL queries or injection patterns in requests to /panel/add-staff.php. Specific commands are not provided in the resources. [2]
What immediate steps should I take to mitigate this vulnerability?
No known countermeasures or mitigations have been reported for this vulnerability. It is suggested to replace the affected product with an alternative. Since the vulnerability requires authentication, restricting access and monitoring authenticated users may help reduce risk temporarily. [2]