CVE-2025-14989

7.3

Campcodes · Complete Online Beauty Parlor Management System

A SQL injection vulnerability in Campcodes Complete Online Beauty Parlor Management System 1.0 allows remote, unauthenticated attackers to manipulate database queries via the search-invoices.php file.

Executive summary

An unauthenticated SQL injection vulnerability in Campcodes Complete Online Beauty Parlor Management System 1.0 poses a significant risk of unauthorized database access and data compromise.

Vulnerability

The application is susceptible to SQL injection (CWE-89) within the search-invoices.php file, which fails to properly sanitize user-supplied input. This flaw is remotely exploitable by an unauthenticated attacker.

Business impact

Successful exploitation allows an adversary to interact directly with the underlying database, potentially leading to the unauthorized disclosure or modification of sensitive customer and business data. Given the CVSS score of 7.3, this vulnerability is classified as High severity and represents a significant risk to the confidentiality and integrity of the application environment.

Remediation

Immediate Action: As no official vendor patch is currently available, administrators should restrict network access to the affected administration interface or take the application offline until a secure version is released.

Proactive Monitoring: Monitor database query logs for unusual patterns, such as unexpected SQL syntax errors or attempts to extract large volumes of data, which may indicate active exploitation.

Compensating Controls: Implement a Web Application Firewall (WAF) with rules specifically configured to detect and block SQL injection payloads targeting the search-invoices.php endpoint.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists and is attributed to the technical write-up provided in the vulnerability disclosure (https://github.com/funnnxxx/my-cve/issues/3).

Analyst recommendation

The presence of a public proof-of-concept for this unauthenticated SQL injection vulnerability necessitates urgent attention. Security teams must treat this as a high-priority risk and implement restrictive access controls or WAF filtering immediately to prevent potential data breaches while awaiting a vendor-supplied security update.

History

  1. Disclosed CVE record published
  2. Published in the daily brief high section
  3. Published in the daily brief high section
  4. Analyst report written

Sources

Originally found and disclosed by E1nzbren (VulDB User), per the CVE Program record.