CVE-2026-11585
Deferred Deferred - Pending Action

SQL Injection in CodeAstro Student Attendance Management System

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

Publication date: 2026-06-08

Last updated on: 2026-06-08

Assigner: VulDB

Description

A vulnerability was determined in CodeAstro Student Attendance Management System 1.0. Affected is an unknown function of the file /attendance-php/Admin/createClassArms.php. This manipulation of the argument classId causes sql injection. The attack can be initiated remotely. The exploit has been publicly disclosed and may be utilized.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-08
Last Modified
2026-06-08
Generated
2026-06-29
AI Q&A
2026-06-09
EPSS Evaluated
2026-06-27
NVD

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
Compliance Impact

The SQL injection vulnerability in the CodeAstro Student Attendance Management System 1.0 can lead to unauthorized database access, data tampering, and sensitive information leakage.

Such unauthorized access and leakage of sensitive data can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive information.

Failure to prevent such vulnerabilities may result in violations of data protection requirements, potentially leading to legal and financial consequences.

Executive Summary

This vulnerability exists in the CodeAstro Student Attendance Management System version 1.0. It is caused by improper handling of the argument 'classId' in the file /attendance-php/Admin/createClassArms.php, which allows an attacker to perform SQL injection.

SQL injection is a type of attack where malicious SQL code is inserted into an input field, which then gets executed by the database. This can allow attackers to manipulate or access data they should not be able to.

The attack can be initiated remotely, meaning an attacker does not need physical access to the system to exploit this vulnerability. The exploit has been publicly disclosed and may be actively used.

Impact Analysis

This vulnerability can impact you by allowing an attacker to execute unauthorized SQL commands on the database of the attendance management system.

  • Potential impacts include unauthorized access to sensitive data.
  • Modification or deletion of data, which can affect data integrity.
  • Possible disruption of system availability.

Since the attack can be performed remotely and the exploit is publicly known, the risk of exploitation is significant if the system is not patched or mitigated.

Detection Guidance

This vulnerability can be detected by testing the `classId` parameter in the `/attendance-php/Admin/createClassArms.php` file for SQL injection. A proof-of-concept payload demonstrates time-based blind SQL injection using this parameter.

To detect the vulnerability, you can use SQL injection testing tools or manual commands that inject SQL payloads into the `classId` parameter and observe the response time or error messages.

  • Use curl or similar tools to send requests with SQL injection payloads, for example: `curl 'http://target/attendance-php/Admin/createClassArms.php?classId=1'` and then try payloads like `1' OR SLEEP(5)--` to check for time delays.
  • Use automated SQL injection scanners such as sqlmap targeting the `classId` parameter to confirm the vulnerability.
Mitigation Strategies

Immediate mitigation steps include implementing prepared statements and strict input validation on the `classId` parameter to prevent SQL injection.

Additionally, minimize database user permissions to limit the impact of a potential exploit and conduct regular security audits to identify and fix vulnerabilities.

Chat Assistant

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

EPSS Chart