Description
A vulnerability was detected in SourceCodester Syllabus-Aligned Learning Management & Examination System 1.0. This vulnerability affects the function register of the file auth.php. Performing a manipulation of the argument role results in improper privilege management. Remote exploitation of the attack is possible. The exploit is now public and may be used.
Published: 2026-09-07
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is located in the register function of the auth.php script within SourceCodester Syllabus‑Aligned Learning Management & Examination System 1.0. An attacker can manipulate the role argument during registration, causing the application to grant elevated privileges to a user that should not have them. This flaw allows an unauthenticated or low‑privileged user to gain administrative or higher level access, directly violating the principle of least privilege. The weakness is a classic example of improper authorization (CWE‑266 and CWE‑269).

Affected Systems

The affected product is SourceCodester Syllabus‑Aligned Learning Management & Examination System version 1.0. No other versions are explicitly mentioned. The flaw resides in the auth.php registration endpoint. The vendor is SourceCodester.

Risk and Exploitability

The CVSS base score of 6.9 indicates a moderate severity, and the EPSS score is not available, but a publicly available exploit has been documented, indicating that exploitation is likely if the system is exposed. The issue can be exploited remotely through a web request to the registration URL, manipulating the role parameter. The vulnerability is not listed in the CISA KEV catalog, but the public nature of the exploit creates a risk for any deployed instance that has not been patched.

Generated by OpenCVE AI on September 7, 2026 at 06:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch or update to a fixed version of SourceCodester Syllabus‑Aligned Learning Management & Examination System after consulting the vendor’s security advisories.
  • Validate the role parameter in the registration endpoint, ensuring that only predefined, authorized role values are accepted and rejecting any other input.
  • Implement strict access control checks so that only authenticated and authorized users can request role changes or obtain high‑level privileges.
  • If no patch is immediately available, use a web application firewall or input filtering rule to block requests that attempt to set disallowed role values during registration.

Generated by OpenCVE AI on September 7, 2026 at 06:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 05:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in SourceCodester Syllabus-Aligned Learning Management & Examination System 1.0. This vulnerability affects the function register of the file auth.php. Performing a manipulation of the argument role results in improper privilege management. Remote exploitation of the attack is possible. The exploit is now public and may be used.
Title SourceCodester Syllabus-Aligned Learning Management & Examination System auth.php register privileges management
First Time appeared Sourcecodester
Sourcecodester syllabus-aligned Learning Management Examination System
Weaknesses CWE-266
CWE-269
CPEs cpe:2.3:a:sourcecodester:syllabus-aligned_learning_management_examination_system:*:*:*:*:*:*:*:*
Vendors & Products Sourcecodester
Sourcecodester syllabus-aligned Learning Management Examination System
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:P/A:N/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Sourcecodester Syllabus-aligned Learning Management Examination System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-07T05:30:11.720Z

Reserved: 2026-09-06T13:29:45.135Z

Link: CVE-2026-86275

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T06:17:23.993

Modified: 2026-09-07T06:17:23.993

Link: CVE-2026-86275

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T06:30:17Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment

  • CWE-269

    Improper Privilege Management