CVE-2026-90526
Received Received - Intake

SQL Injection in School Registration and Fee System

Vulnerability report for CVE-2026-90526, 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 security vulnerability has been detected in SourceCodester School Registration and Fee System 1.0. This impacts an unknown function of the file /bilal/save_class.php. The manipulation of the argument Category leads to sql injection. Remote exploitation of the attack is possible. The exploit has been disclosed publicly 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

CVE-2026-90526 is a SQL injection vulnerability in the School Registration and Fee System 1.0. It affects the file /bilal/save_class.php where the 'Category' parameter is improperly validated. Attackers can inject malicious SQL queries without authentication, leading to unauthorized database access and data tampering.

Detection Guidance

To detect SQL injection vulnerabilities like CVE-2026-90526, inspect the /bilal/save_class.php file for improper input handling of the 'category' parameter. Use tools like SQLmap to test for SQL injection by sending payloads such as ' OR 1=1 -- or testing for time delays with sleep(5). Check web server logs for unusual queries or errors indicating SQL syntax issues.

Impact Analysis

This vulnerability allows attackers to access sensitive data, modify or delete database records, and potentially take control of the system. It could also disrupt services by causing database errors or crashes. Exploitation does not require authentication, making it easier for attackers to target vulnerable systems.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized data access or leakage. GDPR requires protecting personal data, while HIPAA mandates safeguarding health information. A successful exploit may result in data breaches, triggering legal penalties and reputational damage.

Mitigation Strategies

Immediately update the application to use prepared statements for all database queries. Implement strict input validation to sanitize the 'category' parameter. Restrict database user permissions to limit potential damage. Conduct a security audit to identify other vulnerable components and apply patches as needed.

Chat Assistant

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

EPSS Chart