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 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.
Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.
Validates query inputs to prevent SQL syntax or command manipulation.
Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.
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.
NVD Description
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.
Deeper analysisAI
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.
Details
- CWE(s)