Skip to main content

Beauty Parlour Management System CVE-2026-37431

| EUVDEUVD-2026-28644 CRITICAL
SQL Injection (CWE-89)
2026-05-08 cve@mitre.org GHSA-fmp3-3p2g-4h8r
9.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
9.8 CRITICAL
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

4
Analysis Generated
May 08, 2026 - 19:23 vuln.today
CVSS changed
May 08, 2026 - 19:22 NVD
9.8 (None) 9.8 (CRITICAL)
CVE Published
May 08, 2026 - 15:16 nvd
UNKNOWN (no severity yet)
CVE Published
May 08, 2026 - 15:16 nvd
CRITICAL 9.8

DescriptionCVE.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.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-37431 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy