CVE-2026-11583
Received Received - Intake
SQL Injection in CodeAstro Student Attendance Management System

Publication date: 2026-06-08

Last updated on: 2026-06-08

Assigner: VulDB

Description
A vulnerability has been found in CodeAstro Student Attendance Management System 1.0. This affects an unknown function of the file /attendance-php/Admin/createClass.php. The manipulation of the argument className leads to sql injection. It is possible to initiate 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-06-08
Last Modified
2026-06-08
Generated
2026-06-09
AI Q&A
2026-06-08
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
codeastro student_attendance_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

The CVE-2026-11583 vulnerability affects the Student Attendance Management System version 1.0, specifically in the file /attendance-php/Admin/createClass.php.

It is a SQL injection flaw caused by improper input validation of the className parameter, which allows attackers to inject malicious SQL queries directly into the database.

Impact Analysis

This vulnerability can lead to unauthorized database access, data leakage, data tampering, system control, and service disruption.

Detection Guidance

The CVE-2026-11583 vulnerability can be detected by testing the `className` parameter in the file `/attendance-php/Admin/createClass.php` for SQL injection flaws.

One practical method is to use automated SQL injection detection tools such as sqlmap to probe the vulnerable parameter.

  • Example sqlmap command: sqlmap -u "http://target/attendance-php/Admin/createClass.php" --data="className=TEST" --risk=3 --level=5

This command attempts to inject SQL payloads into the `className` parameter to identify if the system is vulnerable.

Mitigation Strategies

To mitigate the CVE-2026-11583 vulnerability, immediate steps include:

  • Implement prepared statements with parameter binding to prevent SQL injection.
  • Apply strict input validation on the `className` parameter to ensure only expected data is accepted.
  • Minimize database user permissions to limit the impact of a potential exploit.
  • Conduct regular security audits and code reviews to detect and fix vulnerabilities early.
Compliance Impact

The SQL injection vulnerability in the CodeAstro Student Attendance Management System 1.0 can lead to unauthorized database access, data leakage, and data tampering. Such impacts can compromise the confidentiality, integrity, and availability of sensitive personal data.

This kind of data breach or unauthorized access can result in non-compliance with common standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive information against unauthorized access and data breaches.

Therefore, exploitation of this vulnerability could lead to violations of these regulations, potentially resulting in legal penalties, reputational damage, and the need for breach notifications.

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