CVE-2026-7072
Published: 27 April 2026
Summary
CVE-2026-7072 is a medium-severity Injection (CWE-74) vulnerability. Its CVSS base score is 5.5 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-7072 is a SQL injection vulnerability in CodePanda Source canteen_management_system version 1.0. The issue affects unknown functionality within the file /api/login.php, where manipulation of the Username argument triggers the injection. Published on 2026-04-27, it is classified under CWE-74 and CWE-89.
The vulnerability carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), making it remotely exploitable over the network with low attack complexity and no user interaction or privileges required. Attackers can achieve low-level impacts on confidentiality, integrity, and availability. The exploit is public and may be used in attacks.
Advisories and additional details are available in references including https://github.com/redshadowword-cell/CVE/issues/2, https://vuldb.com/submit/799482, https://vuldb.com/vuln/359647, and https://vuldb.com/vuln/359647/cti. No specific patches or mitigations are detailed in the available information.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-25748
Vulnerability details
A vulnerability was detected in CodePanda Source canteen_management_system 1.0. Affected by this issue is some unknown functionality of the file /api/login.php. The manipulation of the argument Username results in sql injection. The attack can be executed remotely. The exploit is…
more
now public and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing web app (/api/login.php) directly enables remote exploitation of the application without auth or interaction.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates SQL injection in /api/login.php by validating the Username input parameter to reject malicious SQL payloads before execution.
Requires timely identification, reporting, and correction of the SQL injection flaw in /api/login.php of the canteen_management_system.
Enforces restrictions on the Username input to prevent invalid or malicious SQL injection strings from being processed by the login functionality.