CVE-2026-37749 Details
Description
A SQL injection vulnerability in CodeAstro Simple Attendance Management System v1.0 allows remote unauthenticated attackers to bypass authentication via the username parameter in index.php.
A SQL injection vulnerability has been identified in CodeAstro Simple Attendance Management System version 1.0. This vulnerability allows remote, unauthenticated attackers to bypass authentication by exploiting the username parameter in the login form of index.php. The vulnerability arises because the application concatenates the username directly into a MySQL query without proper sanitization or the use of prepared statements. As a result, an attacker can inject a crafted SQL payload to gain unauthorized access.
To address this vulnerability, update the SQL query in index.php to use prepared statements instead of concatenating user input directly into the query. This can be done using the MySQLi or PDO extension, which provide methods for safely binding parameters and executing queries.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Apr 17, 2026CISA-ADP
Assessed Apr 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://codeastro.com/simple-attendance-management-system-in-php-with-source-code/ | [email protected] | ProductVendor |
| https://github.com/menevarad007/CVE-2026-37749 | [email protected] | ExploitTechnical Description |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| CodeAstro Simple Attendance Management System | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 17, 2026 | CVE Modified | CISA-ADP |
| Apr 17, 2026 | New CVE Received | [email protected] |
Volerion