CVE-2026-9469
SQL Injection in StudentManagementSystem
Publication date: 2026-05-25
Last updated on: 2026-05-25
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a SQL injection weakness found in the yashpokharna2555 StudentManagementSystem, specifically in an unknown function within the file /success.php. It occurs due to improper handling or manipulation of the User argument, allowing an attacker to inject malicious SQL code.
The attack can be initiated remotely, meaning an attacker does not need local access to exploit this vulnerability. The exploit code has been made publicly available, increasing the risk of attacks.
How can this vulnerability impact me? :
This SQL injection vulnerability can lead to unauthorized access to the database, allowing attackers to read, modify, or delete sensitive data. It can compromise the confidentiality, integrity, and availability of the system's data.
Since the attack can be performed remotely without authentication, it poses a significant security risk, potentially leading to data breaches or system compromise.