Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
Beauty Parlour Management System v1.1 was discovered to contain a SQL injection vulnerability via the aptnumber parameter in the /appointment-detail.php endpoint. This vulnerability allows attackers to access sensitive database information via a crafted SQL statement.
AnalysisAI
SQL injection in Beauty Parlour Management System v1.1 enables unauthenticated remote attackers to extract, modify, or delete database contents through the aptnumber parameter at /appointment-detail.php endpoint. With CVSS 9.8 (critical severity) and network-accessible exploit requiring no authentication, this represents a complete compromise vector. Public proof-of-concept code exists on GitHub, and CISA SSVC framework rates it as automatable with total technical impact, though CISA KEV does not yet list active exploitation. EPSS data unavailable, but the combination of public POC, zero authentication requirements, and straightforward SQLi exploitation pattern indicates high probability of opportunistic scanning and exploitation.
Technical ContextAI
This is a classic SQL injection vulnerability (CWE-89) in a PHP-based web application where user-supplied input from the aptnumber parameter is incorporated into SQL queries without proper sanitization, parameterization, or escaping. The /appointment-detail.php endpoint likely constructs dynamic SQL statements using string concatenation rather than prepared statements with bound parameters. SQL injection occurs when an application fails to distinguish between code and data in SQL queries, allowing attackers to inject malicious SQL syntax that alters query logic. In PHP applications using MySQL/MariaDB backends (common in appointment management systems), this typically manifests through inadequate use of mysqli_real_escape_string() or complete absence of input validation. The vulnerability affects Beauty Parlour Management System version 1.1, a web-based appointment and customer management application for salon businesses.
RemediationAI
No vendor-released patch or fixed version has been identified at time of analysis. Organizations running Beauty Parlour Management System v1.1 should immediately implement the following compensating controls in priority order: First, restrict access to /appointment-detail.php endpoint using web application firewall rules or .htaccess to permit only trusted IP addresses or internal network segments, understanding this breaks public appointment lookup functionality. Second, deploy ModSecurity or similar WAF with SQL injection signature detection to block common injection patterns in aptnumber parameter, though sophisticated attackers can bypass signature-based filters. Third, implement database user permission restrictions so the application database account has minimum required privileges (SELECT only on necessary tables, no DROP/DELETE/INSERT on critical tables), limiting damage from successful exploitation but not preventing data exfiltration. Fourth, enable comprehensive database query logging and implement monitoring for UNION-based queries, time-based blind injection patterns (SLEEP, BENCHMARK), and error-based injection attempts in application logs. Long-term solution requires source code remediation: replace all dynamic SQL construction with parameterized prepared statements using PDO or mysqli prepared statement APIs. Given the severity, absence of vendor patch, and existence of proof-of-concept, organizations should prioritize migration to actively maintained appointment management software with security update commitments.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-28644
GHSA-fmp3-3p2g-4h8r