CVE-2026-10777
Deferred Deferred - Pending Action
Authentication Bypass in ealpha072 Student-Management-System

Publication date: 2026-06-03

Last updated on: 2026-06-04

Assigner: VulDB

Description
A vulnerability was identified in ealpha072 Student-Management-System up to 01451bd7a2f58cdda07bd0b86e3967582e3ecd08. Affected by this issue is some unknown functionality of the file admin/config.php of the component Administrative Backend. Such manipulation leads to improper authentication. The attack may be performed from remote. The exploit is publicly available and might be used. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. The project was informed of the problem early through an issue report but has not responded yet.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-03
Last Modified
2026-06-04
Generated
2026-06-24
AI Q&A
2026-06-04
EPSS Evaluated
2026-06-22
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
ealpha072 student-management-system to 01451bd7a2f58cdda07bd0b86e3967582e3ecd08 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the ealpha072 Student-Management-System, specifically in the admin/config.php file of the Administrative Backend component. It allows an attacker to perform improper authentication by manipulating some unknown functionality within that file. The attack can be executed remotely, and an exploit for this vulnerability is publicly available.

Impact Analysis

The vulnerability can lead to improper authentication, potentially allowing unauthorized remote attackers to gain access to administrative functions of the system. This could result in unauthorized access to sensitive student management data or administrative controls.

Compliance Impact

The vulnerability allows unauthenticated remote access to the administrative backend of the Student Management System, enabling unauthorized users to view and interact with sensitive administrative functions.

Such unauthorized access can lead to exposure or manipulation of personal and sensitive data managed by the system, which may include student records and other confidential information.

This lack of proper authentication and potential data exposure could result in non-compliance with data protection regulations such as GDPR and HIPAA, which require strict access controls and protection of personal data.

Detection Guidance

This vulnerability can be detected by checking if the admin pages of the Student Management System are accessible without authentication. Since the issue is caused by the commented-out session_start() call in admin/config.php, the system does not initialize sessions and thus does not verify user authentication.

To detect this on your system or network, you can attempt to access the admin dashboard URL directly without logging in and observe if the admin interface is accessible.

  • Use curl or wget to send an HTTP request to the admin dashboard URL, for example:
  • curl -I http://yourserver/admin/dashboard.php
  • If the response returns HTTP 200 OK and the admin page content without requiring authentication, the vulnerability is present.
  • Alternatively, use a browser or automated scanner to check if admin pages are accessible without login.
Mitigation Strategies

The immediate mitigation step is to ensure that session handling is properly initialized in the admin backend files.

Specifically, uncomment or add the session_start(); call at the beginning of admin/config.php to enable session initialization and proper authentication checks.

This will prevent unauthenticated users from accessing admin pages by enforcing session-based authentication.

Additionally, restrict access to admin pages by implementing proper authentication and authorization checks on all administrative backend pages.

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