CVE-2026-3411
Received Received - Intake
SQL Injection in itsourcecode University Management System Admin Module

Publication date: 2026-03-02

Last updated on: 2026-04-29

Assigner: VulDB

Description
A security vulnerability has been detected in itsourcecode University Management System 1.0. Affected by this issue is some unknown functionality of the file /admin_single_student_update.php. The manipulation of the argument ID 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-03-02
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2026-03-02
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
angeljudesuarez university_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 Powered Q&A
Can you explain this vulnerability to me?

[{'type': 'paragraph', 'content': "CVE-2026-3411 is a critical SQL injection vulnerability found in the itsourcecode University Management System version 1.0. The flaw exists in the file /admin_single_student_update.php due to improper handling and inadequate validation of the 'id' parameter."}, {'type': 'paragraph', 'content': 'This vulnerability allows attackers to inject malicious SQL queries remotely without requiring any authentication, enabling unauthorized access to the database.'}, {'type': 'paragraph', 'content': 'Exploitation can lead to unauthorized data modification, deletion, and exposure of sensitive information by manipulating the SQL commands executed by the system.'}] [1, 2, 3]


How can this vulnerability impact me? :

This vulnerability can have severe impacts including unauthorized access to sensitive data, data leakage, modification, or deletion of critical information within the university management system.

Attackers can gain full system control, potentially disrupting services and compromising system availability.

  • Unauthorized database access
  • Data leakage of sensitive information
  • Modification or deletion of data
  • Full system control and potential service disruption

No authentication or authorization is required to exploit this vulnerability, making it highly accessible to attackers.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

[{'type': 'paragraph', 'content': "This vulnerability can be detected by testing the 'id' parameter in the /admin_single_student_update.php file for SQL injection flaws using various SQL injection techniques."}, {'type': 'list_item', 'content': "Boolean-based blind injection test example: id=123456' AND 7955=7955 AND 'foPK'='foPK"}, {'type': 'list_item', 'content': "Error-based injection test example: id=123456' OR (SELECT 9080 FROM(SELECT COUNT(*),CONCAT(0x716b6b7671,(SELECT (ELT(9080=9080,1))),0x71766b7071,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a) AND 'VUfE'='VUfE"}, {'type': 'list_item', 'content': "Time-based blind injection test example: id=123456' AND (SELECT 5905 FROM (SELECT(SLEEP(5)))ErHA) AND 'IsOV'='IsOV"}, {'type': 'list_item', 'content': "UNION query injection test example: id=123456' UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,NULL,CONCAT(0x716b6b7671,0x4758496b426561576e72596f5569746b5a6e7846414d4a5262427a5654506e684a5265496e455068,0x71766b7071),NULL,NULL,NULL-- -"}, {'type': 'paragraph', 'content': 'Additionally, automated tools like sqlmap can be used to confirm the vulnerability and enumerate the database.'}] [2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include:

  • Implement prepared statements with parameter binding to separate SQL code from user input, preventing injection.
  • Apply strict input validation and filtering to ensure inputs conform to expected formats.
  • Minimize database user permissions by avoiding use of high-privilege accounts (e.g., root or admin) for routine operations.
  • Conduct regular security audits to detect and fix vulnerabilities promptly.

Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart