CVE-2026-97649
Received Received - Intake

Default Credentials in Ningzichun Student-Management-System

Vulnerability report for CVE-2026-97649, 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 flaw has been found in ningzichun student-management-system up to 98760f5711cf6dc8b4adca53a9e207ca49b02ebf. Affected by this vulnerability is an unknown functionality of the file example_lite.sql. Executing a manipulation can lead to use of default credentials. It is possible to launch the attack remotely. The exploit has been published 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 98760f5711cf6dc8b4adca53a9e207ca49b02ebf (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-1392 The product uses default credentials (such as passwords or cryptographic keys) for potentially critical functionality.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves a student management system that uses default administrator credentials in its sample database. The system includes an example_lite.sql file that inserts an admin account with a known password hash ('21232f297a57a5a743894a0e4a801fc3'), which corresponds to the password 'admin'. Attackers can exploit this by importing the sample database and using these default credentials to gain full administrative access remotely.

Detection Guidance

Check if the example_lite.sql file exists in your deployment directory. Inspect the file for an administrator account with a known password hash '21232f297a57a5a743894a0e4a801fc3' corresponding to password 'admin'.

Verify if the application's database contains an admin account with the default credentials by querying user_admin.pwd or checking login.php for hardcoded hash comparisons.

Impact Analysis

If you deploy this system using the provided example_lite.sql without changing the default credentials, attackers can remotely access your system as an administrator. This allows them to perform unauthorized actions, such as modifying student records, managing departments, handling course selections, and accessing sensitive data. The impact includes data breaches, unauthorized modifications, and potential loss of control over the system.

Compliance Impact

This vulnerability likely violates compliance requirements under GDPR and HIPAA due to unauthorized access to sensitive student data. GDPR mandates strict protection of personal data, while HIPAA requires safeguards for protected health information. A breach via default credentials could result in unauthorized exposure or modification of data, leading to legal penalties, reputational damage, and loss of trust.

Mitigation Strategies

Change the default administrator password immediately. Update the example_lite.sql file to remove or modify the default admin account credentials.

Ensure all deployments use unique, strong passwords for administrator accounts. Review and update database configurations to prevent unauthorized access.

Chat Assistant

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

EPSS Chart