CVE-2026-2088
Published: 07 February 2026
Summary
CVE-2026-2088 is a medium-severity Injection (CWE-74) vulnerability in Phpgurukul Beauty Parlour Management System. Its CVSS base score is 6.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and AC-3 (Access Enforcement).
Deeper analysis
CVE-2026-2088 is a SQL injection vulnerability affecting PHPGurukul Beauty Parlour Management System version 1.1. The flaw exists in an unknown part of the file /admin/accepted-appointment.php, where manipulation of the 'delid' argument enables SQL code injection. It is classified under CWE-74 and CWE-89, with a CVSS 3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).
Remote attackers can exploit this vulnerability without authentication, privileges, or user interaction, requiring only low attack complexity. Exploitation leads to SQL injection, potentially allowing limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption depending on the database backend.
Advisories and further details are documented on VulDB (ctiid.344655, id.344655, submit.746520) and a GitHub issue at https://github.com/Shaon-Xis/cve/issues/1, where the exploit has been publicly disclosed. The vendor website is https://phpgurukul.com/, though no specific patch or mitigation steps are outlined in the CVE description.
The exploit availability heightens the risk for deployments of this software, as it may be actively used by attackers.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-5725
Vulnerability details
A vulnerability has been found in PHPGurukul Beauty Parlour Management System 1.1. This affects an unknown part of the file /admin/accepted-appointment.php. Such manipulation of the argument delid leads to sql injection. The attack may be launched remotely. The exploit has…
more
been disclosed to the public and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote unauthenticated SQL injection in a public-facing PHP web application matches T1190 Exploit Public-Facing Application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of the 'delid' input parameter in accepted-appointment.php to block SQL injection payloads before they reach the database.
Enforces access-control checks on the /admin/accepted-appointment.php endpoint so that unauthenticated remote manipulation of delid cannot succeed.
Limits the database account privileges used by the application so that a successful SQL injection via delid yields only minimal confidentiality/integrity/availability impact.