CVE-2026-82699
Received Received - Intake

Password Disclosure Vulnerability in Student Management System

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

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulDB

Description

A flaw has been found in sambitraj Student Management System up to 56ba287f2e9031523ccb4244cb6e3fe530e4e5d5. This impacts an unknown function of the file aca.sql of the component Password Handler. Executing a manipulation of the argument Password can lead to cleartext storage of sensitive information. The attack can be executed remotely. The exploit has been published and may be used. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sambitraj student_management_system to 56ba287f2e9031523ccb4244cb6e3fe530e4e5d5 (inc)

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 the Student Management System storing passwords in cleartext within the database and displaying them in HTML dashboard fields without hashing or encryption. Passwords are compared directly during login without using secure hashing functions.

Detection Guidance

Check the application's database for plaintext passwords in the aca.sql file or related tables. Inspect HTML dashboard fields for password values displayed without hashing. Review login logic to confirm passwords are compared directly without secure hashing functions like password_hash() or password_verify().

Commands: Use SQL queries to search for password columns in the database. Inspect web application source code for password handling logic. Check network traffic for exposed credentials during login or dashboard access.

Impact Analysis

An attacker with access to the database, dashboard, or through an IDOR exploit could retrieve plaintext passwords and reuse them to impersonate users across systems. This could lead to unauthorized access to sensitive data.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA requirements for protecting sensitive personal and health information. Storing passwords in cleartext and exposing them in dashboards fails to meet data security and confidentiality standards.

Mitigation Strategies

Immediately update the application to a patched version if available. Implement strong password hashing using functions like password_hash() and password_verify(). Restrict database and dashboard access to authorized personnel only.

Rotate all exposed passwords and enforce password resets for affected users. Monitor for unauthorized access or suspicious activity. Consider isolating the system until mitigation is complete.

Chat Assistant

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

EPSS Chart