CVE-2026-86268
Received Received - Intake

SQL Injection in School Management System 1.0

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

Publication date: 2026-09-07

Last updated on: 2026-09-07

Assigner: VulDB

Description

A vulnerability was detected in itsourcecode School Management System 1.0. Impacted is an unknown function of the file User_Login.php. The manipulation of the argument email results in sql injection. The attack can be executed remotely. The exploit is now public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode school_management_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 Management System 1.0. It exists in the User_Login.php file where user input for the email parameter is directly used in SQL queries without proper sanitization. Attackers can inject malicious SQL code through the email field to manipulate the database.

Detection Guidance

To detect SQL injection in the School Management System 1.0, test the User_Login.php file by injecting SQL payloads into the email parameter. Use commands like curl to send requests with malicious inputs such as ' OR '1'='1' -- or time-based delays like sleep(5) to observe responses. Monitor for unusual database behavior or delays.

Impact Analysis

An attacker could exploit this to access, modify, or delete sensitive data in the database, such as student records or login credentials. They might also bypass authentication to gain unauthorized access to the system. The public availability of exploit code increases the risk of real-world attacks.

Compliance Impact

This vulnerability could lead to violations of GDPR or HIPAA by exposing personal or health data. GDPR requires protection of personal data, while HIPAA mandates safeguards for health information. A breach could result in legal penalties, fines, or reputational damage.

Mitigation Strategies

Immediately update the School Management System to the latest patched version if available. If no patch exists, implement input validation to sanitize the email parameter, use prepared statements for SQL queries, and restrict database permissions. Temporarily disable the vulnerable system if possible.

Chat Assistant

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

EPSS Chart