Submit #829545: sayan365 student-management-system 1.0 Unauthenticated Accessinfo

Titlesayan365 student-management-system 1.0 Unauthenticated Access
DescriptionThe `edit_attendance.php` script, which allows viewing and modifying attendance records, lacks any form of authentication or authorisation. It does not call `session_start()` and never checks for a valid login session (e.g., `$_SESSION['username']`). The file simply includes the database connection and then processes requests based on `$_GET['id']`. Key code snippet: ```php <?php include 'db.php'; ?> ... if (isset($_GET['id'])) { // displays existing attendance data ... if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_GET['id'])) { // updates attendance } } ```
Source⚠️ https://github.com/sayan365/student-management-system/issues/3
User
 ciyou (UID 97928)
Submission05/14/2026 09:32 (3 months ago)
Moderation06/02/2026 15:54 (19 days later)
StatusAccepted
VulDB entry367927 [sayan365 student-management-system up to 7f3c9ce7d410332335c2affac93a385485051800 improper authentication]
Points20

Are you interested in using VulDB?

Download the whitepaper to learn more about our service!