CVE-2025-6861
BaseFortify
Publication date: 2025-06-29
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-6861 is a critical SQL injection vulnerability in SourceCodester Best Salon Management System version 1.0, specifically in the /panel/add_plan.php file. The vulnerability occurs because the input parameters plan_name, description, duration_days, and price are not properly sanitized before being used in SQL queries. This allows an authenticated attacker to inject malicious SQL code remotely, potentially stealing sensitive information or damaging the database. [1, 2]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing remote attackers to execute arbitrary SQL commands on the affected system. This can lead to unauthorized access to sensitive data, modification or deletion of data, and disruption of the system's availability and integrity. Since the exploit is publicly available and easy to perform, it poses a significant risk to the confidentiality, integrity, and availability of your data and services. [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 if the /panel/add_plan.php endpoint is accessible and vulnerable to SQL injection via the parameters plan_name, description, duration_days, and price. One method is to use Google dorking with the query inurl:panel/add_plan.php to identify potentially vulnerable targets. Additionally, testing the parameters with typical SQL injection payloads (e.g., appending a single quote ' or SQL syntax) can help confirm the vulnerability. For example, using curl or a web proxy tool to send requests with malicious input to these parameters and observing the response for SQL errors or unexpected behavior can indicate the presence of the vulnerability. [2]
What immediate steps should I take to mitigate this vulnerability?
No known mitigations or countermeasures have been published for this vulnerability. The recommended immediate step is to replace the affected software (SourceCodester Best Salon Management System version 1.0) with an alternative product. Until a patch or fix is available, restricting access to the vulnerable endpoint and monitoring for exploitation attempts may help reduce risk. [2]