CVE-2025-10805

6.3 MEDIUM

📋 TL;DR

This SQL injection vulnerability in Campcodes Online Beauty Parlor Management System 1.0 allows attackers to manipulate database queries through the 'sername' parameter in /admin/add-services.php. Organizations using this specific software version are affected. The vulnerability can be exploited remotely without authentication.

💻 Affected Systems

Products:
  • Campcodes Online Beauty Parlor Management System
Versions: 1.0
Operating Systems: Any OS running PHP/MySQL web server
Default Config Vulnerable: ⚠️ Yes
Notes: Affects systems with the vulnerable file accessible via web interface. Requires PHP/MySQL environment.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete database compromise including data theft, data manipulation, or potential system takeover via SQL injection leading to remote code execution.

🟠

Likely Case

Unauthorized data access, extraction of sensitive information (customer data, admin credentials), and potential database corruption.

🟢

If Mitigated

Limited impact with proper input validation, parameterized queries, and network segmentation in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Exploit details publicly available on GitHub. Attack can be launched remotely without authentication.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: https://www.campcodes.com/

Restart Required: No

Instructions:

Check vendor website for updates. If no patch available, implement workarounds or consider alternative software.

🔧 Temporary Workarounds

Input Validation and Sanitization

all

Implement strict input validation and parameterized queries for the 'sername' parameter

Web Application Firewall (WAF)

all

Deploy WAF with SQL injection protection rules

🧯 If You Can't Patch

  • Restrict access to /admin/add-services.php using IP whitelisting or authentication
  • Implement network segmentation to isolate the vulnerable system

🔍 How to Verify

Check if Vulnerable:

Check if /admin/add-services.php exists and test 'sername' parameter for SQL injection using safe testing methods

Check Version:

Check software version in admin panel or configuration files

Verify Fix Applied:

Test the 'sername' parameter with SQL injection payloads after implementing fixes

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in database logs
  • Multiple failed login attempts
  • Suspicious POST requests to /admin/add-services.php

Network Indicators:

  • SQL injection patterns in HTTP requests
  • Unusual database connection patterns

SIEM Query:

source="web_logs" AND uri="/admin/add-services.php" AND (request CONTAINS "UNION" OR request CONTAINS "SELECT" OR request CONTAINS "OR 1=1")

🔗 References

📤 Share & Export