CVE-2026-3770
Published: 08 March 2026
Summary
CVE-2026-3770 is a medium-severity CSRF (CWE-352) vulnerability in Oretnom23 Computer Laboratory Management System. Its CVSS base score is 4.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 14.7th 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.
Requiring an access control policy ensures authorization checks are defined and applied for critical functions.
Reviews of access controls detect missing authorization checks on critical functions or resources.
Documenting permitted unauthenticated actions prevents missing authorization by making all exceptions explicit and subject to organizational review.
Requiring attribute association with information prevents authorization from being performed without necessary security or privacy context.
Mandating authorization prior to allowing remote connections addresses missing authorization for remote access.
Mandating authorization before wireless connections are allowed prevents missing authorization for wireless access.
The control requires authorization before allowing mobile device connections, directly mitigating missing authorization for system access.
Requiring approvals for account creation and specifying authorizations ensures authorization is not missing for system access.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CSRF vuln in public-facing web app directly enables T1190 exploitation; attack vector explicitly requires tricking user via malicious link (T1204.001) or spearphishing link (T1566.002) to trigger forged requests.
NVD Description
A flaw has been found in SourceCodester Computer Laboratory Management System 1.0. This affects an unknown part. This manipulation causes cross-site request forgery. The attack is possible to be carried out remotely. The exploit has been published and may be…
more
used.
Deeper analysisAI
CVE-2026-3770 is a cross-site request forgery (CSRF) vulnerability, linked to CWE-352 and CWE-862, affecting SourceCodester Computer Laboratory Management System 1.0. The flaw resides in an unspecified component of the software, enabling manipulation that leads to CSRF attacks. It carries a CVSS v3.1 base score of 4.3 (AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N), rated as medium severity due to its network accessibility and low integrity impact potential.
Remote, unauthenticated attackers can exploit this vulnerability with low attack complexity, though it requires user interaction, such as tricking a victim into clicking a malicious link or performing an action on a spoofed page. Successful exploitation allows attackers to perform unauthorized actions on behalf of an authenticated user within the application, potentially leading to low-level integrity violations like unintended data modifications.
Advisories and additional details are documented on VulDB (https://vuldb.com/?ctiid.349748, https://vuldb.com/?id.349748, https://vuldb.com/?submit.768839) and the vendor site (https://www.sourcecodester.com/). A public exploit is available at https://gist.github.com/richardaugustine/618db4846b5ea60344721c716ef31b4e, indicating it may already be in use by threat actors.
Details
- CWE(s)