CVE-2026-93976
Received Received - Intake

Cross-Site Scripting in Assessment Management 1.0

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

Publication date: 2026-09-20

Last updated on: 2026-09-20

Assigner: VulDB

Description

A vulnerability was found in code-projects Assessment Management 1.0. Affected is an unknown function of the file admin/add-user.php. The manipulation of the argument level results in cross site scripting. The attack may be launched remotely. The exploit has been made public and could be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
code-projects assessment_management 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a stored cross-site scripting (XSS) vulnerability in the Assessment Management application. The flaw exists in the admin/add-user.php file where the 'level' parameter is not properly sanitized before being stored in the database. The application uses mysqli_real_escape_string() which escapes SQL special characters but fails to prevent HTML/JavaScript injection. A malicious payload like '><sCrIpT>alert(99)</ScRiPt>' can be stored in the users.level column and later executed when the level is displayed in other pages like admin/add-mark.php.

Detection Guidance

Check for stored XSS in the admin/add-user.php file by inspecting the level parameter input. Look for unsanitized user input in the users.level column of the database. Review admin/add-mark.php and similar files for improper HTML encoding when displaying the level parameter.

Impact Analysis

This vulnerability could allow attackers to inject malicious scripts into the application. When other users access the affected pages, the stored payload executes in their browsers, potentially enabling session hijacking, stealing cookies, or performing phishing attacks. Attackers could impersonate users or gain unauthorized access to sensitive data.

Compliance Impact

This vulnerability could lead to data breaches, exposing personal or sensitive information. Under GDPR, this may result in fines for inadequate security measures. For HIPAA, it could violate patient data protection requirements, leading to penalties. Organizations must address this flaw to maintain compliance.

Mitigation Strategies

Apply input validation and output encoding to the level parameter in admin/add-user.php. Use htmlspecialchars() or similar functions to sanitize stored data. Ensure all files displaying the level parameter (admin/add-mark.php, lecturer/add-mark.php, supervisor/add-mark.php) properly encode HTML output.

Chat Assistant

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

EPSS Chart