Cyber Resilience

CVE-2026-4014

MediumPublic PoC

Published: 12 March 2026

Published
12 March 2026
Modified
13 March 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.6th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-4014 is a medium-severity Injection (CWE-74) vulnerability in Luffypirates Cafe Reservation 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.6th 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 SC-7 (Boundary Protection).

Deeper analysis

CVE-2026-4014 is a SQL injection vulnerability (CWE-74, CWE-89) in the itsourcecode Cafe Reservation System 1.0. The flaw affects an unknown function in the file /curvus2/signup.php within the Registration component, where manipulation of the Username argument enables SQL code injection.

Remote attackers require no privileges or user interaction to exploit this issue over the network with low complexity, as indicated by its CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Successful exploitation can result in low-level impacts to confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption.

Advisories and details are documented on VulDB (ctiid.350536, id.350536, submit.769789), with the vendor site at itsourcecode.com. An exploit is publicly available on GitHub at wangchaoxing/CVE/issues/5, published on 2026-03-12.

The public release of the exploit heightens the risk of real-world attacks against unpatched instances of the Cafe Reservation System 1.0.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A security flaw has been discovered in itsourcecode Cafe Reservation System 1.0. This impacts an unknown function of the file /curvus2/signup.php of the component Registration. Performing a manipulation of the argument Username results in sql injection. Remote exploitation of the…

more

attack is possible. The exploit has been released to the public and may be used for attacks.

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?

SQL injection in publicly accessible web app (/signup.php) enables unauthenticated remote exploitation for initial access and limited data manipulation.

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

CVEs Like This One

CVE-2026-2116Shared CWE-74, CWE-89
CVE-2025-15436Shared CWE-74, CWE-89
CVE-2026-6148Shared CWE-74, CWE-89
CVE-2026-3792Shared CWE-74, CWE-89
CVE-2026-9447Shared CWE-74, CWE-89
CVE-2026-6153Shared CWE-74, CWE-89
CVE-2025-0699Shared CWE-74, CWE-89
CVE-2025-7218Shared CWE-74, CWE-89
CVE-2026-5564Shared CWE-74, CWE-89
CVE-2026-7063Shared CWE-74, CWE-89

Affected Assets

luffypirates
cafe reservation system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of all inputs (including the Username argument to /curvus2/signup.php) to reject malformed or SQL-special-character data before it reaches the database.

prevent

Boundary-protection mechanisms such as a WAF or database firewall can inspect and block the SQL-injection payloads sent over the network to the registration endpoint.

detect

Continuous monitoring of web-application and database traffic can identify anomalous SQL syntax or error patterns originating from unauthenticated registration requests.

References