CVE-2025-6878
BaseFortify
Publication date: 2025-06-30
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
Can you explain this vulnerability to me?
CVE-2025-6878 is a critical SQL injection vulnerability in SourceCodester Best Salon Management System version 1.0, specifically in the file /panel/search-appointment.php. It occurs due to improper handling of the 'searchdata' parameter, allowing an attacker to inject malicious SQL commands. This can be exploited remotely and requires authentication, enabling attackers to execute arbitrary SQL commands that may lead to theft of sensitive information or damage to the database. [1, 2]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing an attacker to execute arbitrary SQL commands on your database, potentially leading to unauthorized access to sensitive information, data corruption, or denial of service. Since the vulnerability affects confidentiality, integrity, and availability of the system, it can cause significant damage to your salon management system's data and operations. [1, 2]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by checking for the presence of the vulnerable script `/panel/search-appointment.php` on the system or network. One method is to use Google dorking with the query `inurl:panel/search-appointment.php` to identify potentially vulnerable targets. Additionally, testing the `searchdata` parameter for SQL injection by sending crafted input and observing the response can help detect the vulnerability. Since exploitation requires authentication, attempts to inject SQL commands into the `searchdata` parameter after logging in can confirm the issue. [2]
What immediate steps should I take to mitigate this vulnerability?
No known countermeasures or mitigations have been documented for this vulnerability. The recommended immediate step is to replace the affected product or component (SourceCodester Best Salon Management System version 1.0). Until a patch or fix is available, restricting access to the vulnerable script and monitoring for suspicious activity is advisable. [2]