CVE-2026-4235
Published: 16 March 2026
Summary
CVE-2026-4235 is a medium-severity Injection (CWE-74) vulnerability in Itsourcecode (inferred from references). 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 14.2th 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-4235 is a SQL injection vulnerability affecting itsourcecode Online Enrollment System 1.0. The issue arises in the processing of the /sms/login.php file, where manipulation of the user_email argument enables SQL injection. Published on 2026-03-16T14:20:17.717, it is associated with CWEs-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), allowing remote exploitation by unauthenticated attackers with low attack complexity and no user interaction required. Attackers can achieve low impacts on confidentiality, integrity, and availability, such as unauthorized data access or modification within the database.
Advisories and references, including VulDB entries (https://vuldb.com/?ctiid.351158, https://vuldb.com/?id.351158, https://vuldb.com/?submit.771240) and a GitHub issue (https://github.com/yuji0903/silver-guide/issues/11), document the issue, with an exploit publicly available for potential attacks. The vendor site is at https://itsourcecode.com/.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-12403
Vulnerability details
A weakness has been identified in itsourcecode Online Enrollment System 1.0. This issue affects some unknown processing of the file /sms/login.php. This manipulation of the argument user_email causes sql injection. The attack is possible to be carried out remotely. The…
more
exploit has been made available to the public and could be used for attacks.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing /sms/login.php enables unauthenticated remote exploitation of a web app for initial access and limited DB data manipulation.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection by validating the manipulated user_email argument in /sms/login.php.
Remediates the identified SQL injection flaw in itsourcecode Online Enrollment System 1.0 through timely patching or correction.
Restricts user_email inputs to approved types, formats, and lengths to block SQL injection payloads.