Cyber Resilience

CVE-2026-26696

CriticalPublic PoC

Published: 02 March 2026

Published
02 March 2026
Modified
03 March 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0049 38.1th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-26696 is a critical-severity SQL Injection (CWE-89) vulnerability in Carmelo Simple Student Alumni System. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 38.1th 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 SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-26696, published on 2026-03-02, is a SQL injection vulnerability (CWE-89) affecting code-projects Simple Student Alumni System version 1.0. The flaw resides in the /TracerStudy/recordteacher_edit.php component, where unsanitized input allows malicious SQL queries to be executed. It carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity due to its high impact on confidentiality, integrity, and availability.

Remote attackers require no privileges or user interaction to exploit this vulnerability over the network with low complexity. Successful exploitation enables arbitrary SQL query execution, potentially allowing attackers to extract sensitive data from the database, modify records, or disrupt system availability through denial-of-service actions.

For mitigation details, refer to the advisory at https://github.com/Thirtypenny77/bug_report/blob/main/code-projects/simple-student-alumni-system/SQL-1.md.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

code-projects Simple Student Alumni System v1.0 is vulnerable to SQL Injection in /TracerStudy/recordteacher_edit.php.

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 unauthenticated, remotely accessible web app component (/recordteacher_edit.php) directly enables initial access via exploitation of a public-facing application (T1190); arbitrary query execution supports data access/modification/DoS but maps only to this core technique per direct enablement criteria.

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

CVEs Like This One

CVE-2026-26695Same product: Carmelo Simple Student Alumni System
CVE-2026-26694Same product: Carmelo Simple Student Alumni System
CVE-2025-25914Same vendor: Carmelo
CVE-2026-26711Same vendor: Carmelo
CVE-2026-26712Same vendor: Carmelo
CVE-2026-26710Same vendor: Carmelo
CVE-2026-5018Same vendor: Carmelo
CVE-2026-3705Same vendor: Carmelo
CVE-2026-0728Same vendor: Carmelo
CVE-2026-3735Same vendor: Carmelo

Affected Assets

carmelo
simple student alumni system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the SQL injection vulnerability by requiring validation of unsanitized user inputs to /TracerStudy/recordteacher_edit.php before database processing.

prevent

Requires timely identification, reporting, and correction of the specific SQL injection flaw (CWE-89) in Simple Student Alumni System v1.0.

prevent

Enforces restrictions on information inputs to block malicious SQL query payloads at the application boundary exploited in this CVE.

References