CVE-2026-86280
Received Received - Intake

Cleartext Password Storage in Syllabus-Aligned Learning Management System

Vulnerability report for CVE-2026-86280, 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 was identified in SourceCodester Syllabus-Aligned Learning Management & Examination System 1.0. This affects an unknown function of the file cict_portal.sql. Such manipulation leads to cleartext storage of sensitive information. It is possible to launch the attack remotely. The exploit is publicly available and might 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-310 Cryptographic Issues
CWE-312 The product stores sensitive information in cleartext within a resource that might be accessible to another control sphere.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves multiple security flaws in the Syllabus-Aligned Learning Management & Examination System version 1.0. It includes hardcoded database credentials in the db.php file, plaintext passwords in the cict_portal.sql file, and raw database error messages leaking sensitive system details. The attack can be launched remotely and exploits are publicly available.

Detection Guidance

Check for hardcoded credentials in files like db.php or cict_portal.sql. Search for plaintext passwords or empty MySQL root credentials. Inspect error messages in web files for sensitive system details. Use commands like grep -r 'password' /var/www/html/ or cat db.php to review files.

Impact Analysis

An attacker could gain unauthorized access to the database using hardcoded credentials, exposing sensitive information like student and staff PII, passwords, and system details. This could lead to data breaches, account compromise, and potential further attacks on the system.

Compliance Impact

This vulnerability violates data protection regulations by exposing real student and staff PII, including names, emails, and school IDs. It also involves cleartext storage of sensitive information, which is non-compliant with GDPR and HIPAA requirements for data security and privacy.

Mitigation Strategies

Remove hardcoded credentials from db.php and cict_portal.sql. Replace plaintext passwords with secure hashes. Disable raw database error messages in application files. Restrict database access and update all credentials immediately.

Chat Assistant

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

EPSS Chart