Campcodes Online Beauty Parlor Management System SQL Injection Vulnerability

Vulnerability

A SQL injection vulnerability has been identified in Campcodes Online Beauty Parlor Management System version 1.0. The issue arises in the file '/admin/add-services.php', where the 'sername' parameter can be manipulated to execute unauthorized SQL commands. This vulnerability can be exploited remotely, and details of the exploit have been publicly disclosed.

Impact

Exploitation of this vulnerability allows for SQL injection, where an attacker can interfere with the application's database queries. This could lead to unauthorized data access, data manipulation, or in some cases, executing administrative operations on the database.

Reproduction

To reproduce this vulnerability, log into the application and navigate to the admin panel's 'add services' page. Once there, submit a POST request to 'add-services.php' with a crafted 'sername' parameter that includes SQL injection payloads. The SQL injection can be verified using the sqlmap tool.

Added: Sep 22, 2025, 4:49 PM
Updated: Sep 23, 2025, 12:32 AM