CVE-2026-97650
Received Received - Intake

Stored XSS in Ningzichun Student-Management-System

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

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: VulDB

Description

A vulnerability has been found in ningzichun student-management-system up to 98760f5711cf6dc8b4adca53a9e207ca49b02ebf. Affected by this issue is the function echo of the file admin/fun/addLog.php. The manipulation of the argument reason/detail leads to cross site scripting. The attack can be initiated 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-09-25
Last Modified
2026-09-25
Generated
2026-09-25
AI Q&A
2026-09-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ningzichun student-management-system to 98760f5 (inc)

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 a student management system. It occurs when user input in the 'reason' and 'detail' fields of the disciplinary log is stored in the database and later rendered in HTML without proper encoding. An attacker can inject malicious JavaScript code that executes when the log is viewed by others.

Detection Guidance

To detect this vulnerability, inspect the student-management-system for stored XSS in the 'reason' and 'detail' fields of the disciplinary log. Check if user input is rendered without proper output encoding in addLog.php, getLog.php, and myLog.php. Manually test by submitting inputs like <img src=x onerror=alert(1)> and verify if it executes when viewed.

Impact Analysis

An attacker could exploit this to run arbitrary JavaScript in the context of an authenticated user's session. This may allow actions like stealing session cookies, manipulating data, or launching phishing attacks against users who view the compromised logs.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating confidentiality requirements in GDPR and HIPAA. It may also enable data manipulation, compromising integrity, and could result in non-compliance with security and privacy controls mandated by these regulations.

Mitigation Strategies

Immediately apply input validation to sanitize 'reason' and 'detail' fields in addLog.php. Ensure output encoding is applied when rendering these fields in getLog.php and myLog.php. Consider upgrading to a patched version if available. Monitor logs for suspicious activity.

Chat Assistant

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

EPSS Chart