CVE-2026-86281 Details
Description
A security flaw has been discovered in SourceCodester Syllabus-Aligned Learning Management & Examination System 1.0. This impacts an unknown function. Performing a manipulation results in cross-site request forgery. The attack can be initiated remotely. The exploit has been released to the public and may be used for attacks.
A cross-site request forgery (CSRF) vulnerability has been identified in SourceCodester Syllabus-Aligned Learning Management and Examination System version 1.0. This vulnerability arises from the absence of anti-CSRF measures in all form-handling PHP files, allowing remote attackers to exploit critical state-changing operations. The lack of CSRF tokens, header validation, and SameSite cookie attributes creates a significant security risk, enabling unauthorized actions such as deleting exams or subjects, manipulating enrollment statuses, and purging attendance records.
To address this vulnerability, implement an anti-CSRF token system by generating and validating tokens for each user session. Add the tokens to all forms and validate them on the server side before processing any state-changing requests. Additionally, convert GET-based state changes to POST requests, set the SameSite attribute on session cookies, and validate the Origin or Referer headers to ensure requests originate from the application.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 7, 2026CISA-ADP
Assessed Sep 11, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/hackliu/Vulnerability-Reports/blob/master/Syllabus%20Aligned%20Learning%20Management%20Examination%20System/VULN-08-CSRF-Missing-Tokens.md | [email protected] | ExploitTechnical Analysis |
| https://vuldb.com/cve/CVE-2026-86281 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/904882 | [email protected] | Permission Required |
| https://vuldb.com/vuln/399442 | [email protected] | Permission Required |
| https://vuldb.com/vuln/399442/cti | [email protected] | Content Wall |
| https://www.sourcecodester.com/ | [email protected] | Vendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-352 | Cross-Site Request Forgery (CSRF) | [email protected] |
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| SourceCodester Syllabus-Aligned Learning Management & Examination System | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 11, 2026 | CVE Modified | CISA-ADP |
| Sep 7, 2026 | New CVE Received | [email protected] |
Volerion