Description
A vulnerability was detected in sambitraj Student Management System up to 56ba287f2e9031523ccb4244cb6e3fe530e4e5d5. Affected by this issue is the function mysqli_query of the file student_dashboard.php of the component Student Dashboard. The manipulation of the argument roll_no results in improper authorization. The attack may be performed from remote. The exploit is now public and may 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.
Published: 2026-08-30
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A vulnerability in the Student Dashboard component of Sambitraj's Student Management System allows an attacker to alter the roll_no parameter in a mysqli_query call, resulting in improper authorization. This flaw permits unauthorized users to retrieve data that should be restricted to authenticated roles, potentially exposing sensitive student information. The weakness maps to CWE-266 and CWE-285, highlighting inadequate permission checks and authorization controls.

Affected Systems

The affected product is Sambitraj Student Management System, specifically the Student Dashboard module accessed via student_dashboard.php. No fixed or fixed versions are publicly disclosed due to the product's rolling release model, so any deployment incorporating the identified code commit or earlier is potentially vulnerable.

Risk and Exploitability

The CVSS score of 5.3 places this vulnerability in the medium severity range. The EPSS score is not available, and it is not listed in the CISA KEV catalog, yet the vulnerability is publicly known and can be exploited remotely through crafted input to the roll_no argument. Attackers can target the application endpoint directly, and no authentication bypass is required beyond the flawed authorization logic. The lack of a documented fix amplifies the risk, making it crucial for operators to assess the current state of the codebase and apply mitigations promptly.

Generated by OpenCVE AI on August 30, 2026 at 18:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any officially released patch from Sambitraj that addresses the improper authorization in student_dashboard.php as soon as it becomes available.
  • Implement server‑side validation and proper access controls on the roll_no input, ensuring that only authenticated users with the correct role can execute the related mysqli_query.
  • Deploy runtime monitoring and rate limiting to detect and block repeated attempts to manipulate the roll_no parameter, and consider restricting public access to the student_dashboard.php endpoint.

Generated by OpenCVE AI on August 30, 2026 at 18:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 30 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
First Time appeared Sambitraj student-management-system
Vendors & Products Sambitraj student-management-system

Sun, 30 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in sambitraj Student Management System up to 56ba287f2e9031523ccb4244cb6e3fe530e4e5d5. Affected by this issue is the function mysqli_query of the file student_dashboard.php of the component Student Dashboard. The manipulation of the argument roll_no results in improper authorization. The attack may be performed from remote. The exploit is now public and may 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.
Title sambitraj Student Management System Student Dashboard student_dashboard.php mysqli_query improper authorization
First Time appeared Sambitraj
Sambitraj student Management System
Weaknesses CWE-266
CWE-285
CPEs cpe:2.3:a:sambitraj:student_management_system:*:*:*:*:*:*:*:*
Vendors & Products Sambitraj
Sambitraj student Management System
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Sambitraj Student-management-system Student Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-30T17:00:08.273Z

Reserved: 2026-08-29T18:48:08.732Z

Link: CVE-2026-82553

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-30T17:16:39.547

Modified: 2026-08-30T17:16:39.547

Link: CVE-2026-82553

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-30T18:30:16Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment

  • CWE-285

    Improper Authorization