CVE-2026-3745
Published: 08 March 2026
Summary
CVE-2026-3745 is a medium-severity Injection (CWE-74) vulnerability in Carmelo Student Web Portal. Its CVSS base score is 5.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 21.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 SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-3745 is a SQL injection vulnerability (CWE-74, CWE-89) in code-projects Student Web Portal 1.0. The flaw resides in an unknown function within the file profile.php, where manipulation of the User argument triggers the injection.
The vulnerability carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L), indicating network accessibility with low attack complexity. It requires low privileges and no user interaction, allowing remote attackers to achieve limited impacts on confidentiality, integrity, and availability through SQL injection.
Advisories and further details are documented on VulDB (ctiid.349723, id.349723), code-projects.org, and GitHub repositories such as CH0ico/CVE_choco_4 and its report.md. An exploit has been made public and could be used.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-10248
Vulnerability details
A vulnerability was found in code-projects Student Web Portal 1.0. Affected is an unknown function of the file profile.php. The manipulation of the argument User results in sql injection. The attack can be launched remotely. The exploit has been made…
more
public and could be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in a remotely accessible web portal (profile.php, User parameter) directly enables adversaries to exploit a public/internet-facing application for unauthorized data access or modification, matching T1190.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of the User argument in profile.php to block SQL injection payloads before they reach the database.
Mandates timely remediation of the known SQL injection flaw in the publicly released exploit for Student Web Portal 1.0.
Limits database privileges of the low-privilege account used by profile.php, reducing the impact of any successful injection.