Cyber Resilience

CVE-2026-2088

MediumPublic PoC

Published: 07 February 2026

Published
07 February 2026
Modified
10 February 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0038 29.8th percentile
Risk Priority 35 floored blend · peak EPSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct remote unauthenticated SQL injection in a public-facing PHP web application matches T1190 Exploit Public-Facing Application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-7164Same vendor: Phpgurukul
CVE-2025-1581Same vendor: Phpgurukul
CVE-2025-7520Same vendor: Phpgurukul
CVE-2025-2088Same vendor: Phpgurukul
CVE-2026-1160Same vendor: Phpgurukul
CVE-2025-7522Same vendor: Phpgurukul
CVE-2025-2683Same vendor: Phpgurukul
CVE-2026-2134Same vendor: Phpgurukul
CVE-2025-2679Same vendor: Phpgurukul
CVE-2025-2676Same vendor: Phpgurukul

Affected Assets

phpgurukul
beauty parlour management system
1.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of the 'delid' input parameter in accepted-appointment.php to block SQL injection payloads before they reach the database.

prevent

Enforces access-control checks on the /admin/accepted-appointment.php endpoint so that unauthenticated remote manipulation of delid cannot succeed.

prevent

Limits the database account privileges used by the application so that a successful SQL injection via delid yields only minimal confidentiality/integrity/availability impact.

References