CVE-2025-6606
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-06-25

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability, which was classified as critical, has been found in SourceCodester Best Salon Management System 1.0. This issue affects some unknown processing of the file /panel/add-services.php. The manipulation of the argument Type leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-06-25
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-06-25
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
mayurik best_salon_management_system 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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 allowing attackers to steal sensitive information, alter or delete data, and potentially disrupt the availability of the system. Since it affects confidentiality, integrity, and availability, an attacker could compromise the database and cause significant damage to the system's operation and data security. [1, 2]


Can you explain this vulnerability to me?

CVE-2025-6606 is a critical SQL injection vulnerability in the Best Salon Management System version 1.0, specifically in the file /panel/add-services.php. It occurs due to improper handling of the 'type' argument, allowing an attacker to inject malicious SQL code. This can be exploited remotely without authentication, enabling attackers to manipulate the database by injecting SQL commands. [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 endpoint /panel/add-services.php and testing the 'type' parameter for SQL injection. One method is to use Google dorking with the query: inurl:panel/add-services.php to identify potentially vulnerable targets. For direct testing, you can use tools like curl or sqlmap to send crafted requests to the 'type' parameter and observe if SQL injection is possible. Example command with sqlmap: sqlmap -u "http://target/panel/add-services.php?type=1" --batch --dbs. Alternatively, manual testing with curl: curl "http://target/panel/add-services.php?type=' OR '1'='1" and checking for SQL error messages or abnormal responses. [2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include replacing the affected product with an alternative, as no known countermeasures or patches are reported. Restrict access to the vulnerable endpoint /panel/add-services.php by limiting authenticated user privileges and applying network-level controls such as firewall rules to restrict access. Monitor and audit logs for suspicious activity related to this endpoint. If possible, disable or restrict the functionality that processes the 'type' parameter until a fix or patch is available. [2]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart