CVE-2026-90514
Received Received - Intake

SQL Injection in School Registration and Fee System

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

Publication date: 2026-09-13

Last updated on: 2026-09-13

Assigner: VulDB

Description

A vulnerability has been found in SourceCodester School Registration and Fee System 1.0. Impacted is an unknown function of the file /bilal/normal/save_stud.php. Such manipulation of the argument Status leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester school_registration_and_fee_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the School Registration and Fee System 1.0. It exists in the file /bilal/normal/save_stud.php where the 'Status' parameter is improperly validated. Attackers can inject malicious SQL queries remotely without authentication, potentially accessing or altering database contents.

Detection Guidance

To detect SQL injection vulnerabilities like CVE-2026-90514, inspect the /bilal/normal/save_stud.php file for improper input handling of the 'status' parameter. Use tools like SQLmap to test for SQLi by sending payloads such as ' OR 1=1 -- or ' OR '1'='1. Check web server logs for unusual queries or errors.

Impact Analysis

This vulnerability allows attackers to remotely execute SQL commands on the database. This could lead to unauthorized data access, data tampering, sensitive information leakage, system compromise, and potential service disruption. Attackers may extract or manipulate data without needing credentials.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized data access or leakage. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. A successful exploit may violate these regulations, resulting in legal penalties and reputational damage.

Mitigation Strategies

Immediately update the application to use prepared statements for all database queries. Implement strict input validation for the 'status' parameter. Restrict database user permissions to least privilege. Conduct a security audit to identify other potential vulnerabilities. Monitor network traffic for suspicious SQL queries.

Chat Assistant

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

EPSS Chart