CVE-2026-86277
Received Received - Intake

Authorization Bypass in Syllabus-Aligned Learning Management System

Vulnerability report for CVE-2026-86277, 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 vulnerability has been found in SourceCodester Syllabus-Aligned Learning Management & Examination System 1.0. Impacted is an unknown function of the file delete_exam.php. The manipulation of the argument ID leads to authorization bypass. The attack is possible to be carried out remotely. The exploit has been disclosed to the public and may be used.

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-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.
CWE-285 The product does not perform or incorrectly performs 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

CVE-2026-86277 is an authorization bypass vulnerability in the Syllabus-Aligned Learning Management & Examination System 1.0. It involves Insecure Direct Object Reference (IDOR) flaws in multiple PHP files, allowing unauthorized access and modification of data due to missing ownership verification checks. Attackers can manipulate parameters like 'id' to bypass authorization and perform actions beyond their permissions.

Detection Guidance

To detect this vulnerability, inspect the affected PHP files (delete_exam.php, approve_enrollment.php, download.php, edit_exam.php, take_exam.php, view.php) for missing authorization checks. Check if user-controlled parameters like 'id' or 'status' are used without verifying ownership or permissions. Test by manipulating these parameters to see if unauthorized actions are possible.

Impact Analysis

This vulnerability allows attackers to delete exams, manipulate enrollment statuses, access unauthorized content, edit exams, take exams without enrollment, and download files without proper authentication. It can lead to data loss, integrity compromise, unauthorized access, and exam fraud. The impact includes both read and write operations depending on the affected file.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection and access control. It enables unauthorized access to sensitive data (e.g., exams, enrollments), which could result in breaches of confidentiality under GDPR and HIPAA. Organizations using this system may face legal penalties for failing to protect personal and sensitive information.

Mitigation Strategies

Immediately add ownership verification checks before state-changing operations in all affected files. Validate user-controlled parameters against allowlists and enforce proper authorization checks. Ensure only authenticated users with correct permissions can access or modify data. Review and restrict access to the 'uploads/syllabus/' directory.

Chat Assistant

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

EPSS Chart