CVE-2026-86281
Received Received - Intake

Cross-Site Request Forgery in Syllabus-Aligned Learning Management System

Vulnerability report for CVE-2026-86281, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-07

Last updated on: 2026-09-07

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-07
Last Modified
2026-09-07
Generated
2026-09-07
AI Q&A
2026-09-07
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester syllabus_aligned_learning_management_and_examination_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Cross-Site Request Forgery (CSRF) flaw in the Syllabus-Aligned Learning Management & Examination System version 1.0. It allows attackers to perform unauthorized state-changing actions on behalf of authenticated users by exploiting missing CSRF protections such as anti-CSRF tokens, SameSite cookie attributes, and header validations.

Detection Guidance

Detecting CSRF vulnerabilities typically involves checking for missing anti-CSRF tokens, SameSite cookie attributes, and validating Origin/Referer headers. Review web application logs for suspicious state-changing requests (e.g., GET requests for deletions or modifications). Use browser developer tools to inspect network traffic for predictable token patterns or absence of security headers.

Impact Analysis

An attacker could exploit this to delete exams, create unauthorized user accounts, manipulate enrollments, tamper with exam content, delete attendance records, or post malicious announcements. The impact depends on the user's privileges; higher-privilege users face greater risks like account takeover or data destruction.

Compliance Impact

This vulnerability could lead to unauthorized data modifications or deletions, violating integrity and confidentiality requirements in GDPR and HIPAA. It may result in non-compliance due to insufficient protections against data tampering and unauthorized access, potentially leading to legal and regulatory penalties.

Mitigation Strategies

Implement anti-CSRF tokens for all state-changing operations. Convert GET requests to POST for critical actions. Set SameSite cookie attributes to Strict or Lax. Add Origin/Referer header validation. Ensure custom request headers are checked. These steps prevent unauthorized state changes and mitigate CSRF risks.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-86281. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart