CVE-2026-10112
Received Received - Intake
Stored XSS in STUDENT-MANAGEMENT-SYSTEM Dashboard

Publication date: 2026-05-30

Last updated on: 2026-05-30

Assigner: VulDB

Description
A vulnerability has been found in sambitraj STUDENT-MANAGEMENT-SYSTEM 1.0. Affected is an unknown function of the component Dashboard Page. The manipulation of the argument Name leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. 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-05-30
Last Modified
2026-05-30
Generated
2026-05-30
AI Q&A
2026-05-30
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
sambitraj student-management-system 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2026-10112 is a Stored Cross-Site Scripting (XSS) vulnerability found in the Admin, Student, and Teacher Dashboards of the STUDENT-MANAGEMENT-SYSTEM. It occurs because user details, such as names, are directly inserted into HTML attributes without proper encoding. This allows an attacker to inject malicious JavaScript code into user fields, which then executes in the browsers of other users who view the affected dashboards.

For example, an attacker could insert a payload like "><script>alert(document.cookie)</script> into a student's name field. When an administrator or other user accesses the dashboard, the injected script runs, potentially stealing sensitive information or performing unauthorized actions.


How can this vulnerability impact me? :

This vulnerability can lead to unauthorized execution of malicious scripts in the browsers of users who access the affected dashboards. This can result in theft of sensitive data such as cookies, session tokens, or other personal information.

Additionally, attackers may perform unauthorized actions on behalf of the victim users, potentially compromising the integrity and security of the system.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by checking for the presence of malicious JavaScript payloads injected into user input fields, such as the Name field, in the Dashboard pages of the STUDENT-MANAGEMENT-SYSTEM.

One way to detect it is to query the database for suspicious entries containing script tags or other HTML/JavaScript code in user-related fields.

  • Use SQL queries to search for script tags in the Name field, for example: SELECT * FROM users WHERE name LIKE '%<script>%';
  • Monitor HTTP traffic to the Dashboard pages for unexpected script execution or injected payloads.
  • Use web vulnerability scanners that detect stored XSS vulnerabilities by injecting test payloads into input fields and observing their execution.

What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include sanitizing and encoding user input before storing or rendering it in the Dashboard pages to prevent execution of injected scripts.

Specifically, apply proper HTML entity encoding to user-supplied data when displaying it in HTML attributes.

Additionally, review and restrict permissions to limit who can insert or modify user data to reduce the risk of unauthorized injection.

If possible, remove or sanitize any existing malicious entries in the database.

Monitor for suspicious activity and consider applying web application firewall (WAF) rules to block common XSS attack patterns.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The vulnerability is a Stored Cross-Site Scripting (XSS) flaw that allows attackers to inject malicious scripts into user fields such as names, which execute when viewed by others. This can lead to unauthorized access to sensitive information, such as session cookies, potentially compromising user data.

Such unauthorized access and potential data leakage can negatively impact compliance with data protection regulations like GDPR and HIPAA, which require safeguarding personal and sensitive information against unauthorized disclosure or access.

However, the provided information does not explicitly state the impact on compliance with these standards.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart