CVE-2025-14989
Unknown Unknown - Not Provided
SQL Injection in Campcodes Beauty Parlor Admin Panel

Publication date: 2025-12-21

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was identified in Campcodes Complete Online Beauty Parlor Management System 1.0. This issue affects some unknown processing of the file /admin/search-invoices.php. Such manipulation leads to sql injection. The attack can be launched remotely. The exploit is publicly available and might be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-21
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-12-21
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
campcodes complete_online_beauty_parlor_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
Can you explain this vulnerability to me?

CVE-2025-14989 is a critical SQL injection vulnerability in Campcodes Complete Online Beauty Parlor Management System version 1.0, specifically in the /admin/search-invoices.php file. The vulnerability occurs because the application does not properly sanitize or validate the 'searchdata' input parameter before using it in SQL queries. This allows attackers to inject malicious SQL code remotely without authentication, enabling them to manipulate database queries. Exploits include time-based blind SQL injection and UNION-based SQL injection, which can lead to unauthorized access, data leakage, data tampering, and potential full system compromise. [1, 2, 3]


How can this vulnerability impact me? :

This vulnerability can have severe impacts including unauthorized access to the database, allowing attackers to retrieve sensitive information, modify or delete data, and disrupt system availability. It can lead to data leakage, data tampering, and potentially full system compromise or service disruption. Since the attack can be launched remotely without authentication, it poses a high risk to the confidentiality, integrity, and availability of the affected system. [1, 2, 3]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by testing the /admin/search-invoices.php endpoint for SQL injection in the 'searchdata' parameter. One method is to use time-based blind SQL injection payloads such as: searchdata=1111' AND (SELECT SLEEP(5))-- - to observe delays in response time. Another method is UNION-based SQL injection payloads to extract data. Tools like sqlmap can be used to automate detection and enumeration of the vulnerability. Additionally, Google dorking with the query 'inurl:admin/search-invoices.php' can help identify vulnerable targets. [1, 3]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include implementing prepared statements with parameter binding to separate SQL code from user input, enforcing strict input validation and filtering on the 'searchdata' parameter, and minimizing database user privileges by avoiding use of high-privilege accounts for routine operations. Regular security audits should be conducted to detect and address vulnerabilities promptly. Since no known countermeasures or patches are documented, replacing the affected product with a secure alternative is also suggested. [1, 3]


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The vulnerability allows unauthorized access, modification, and leakage of sensitive data through SQL injection, which can lead to breaches of confidentiality, integrity, and availability of data. Such data breaches can result in non-compliance with common standards and regulations like GDPR and HIPAA, which mandate protection of personal and sensitive information. Therefore, exploitation of this vulnerability could cause violations of these regulations due to unauthorized data exposure and manipulation. [1, 2, 3]


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