CVE-2026-29861 Details
Description
PHP-MYSQL-User-Login-System v1.0 was discovered to contain a SQL injection vulnerability via the username parameter at login.php.
A SQL injection vulnerability has been identified in PHP-MYSQL-User-Login-System version 1.0, specifically in the login.php file. The vulnerability arises because the application fails to properly sanitize user input in the username parameter before incorporating it into SQL queries. This flaw allows unauthenticated users to manipulate SQL commands, bypass authentication, and gain unauthorized administrative access.
It is recommended to replace dynamic SQL queries with prepared statements, validate and sanitize all user inputs, deploy a Web Application Firewall (WAF) to block known SQL injection patterns, and conduct regular code audits and penetration testing.
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 10, 2026CISA-ADP
Assessed Apr 14, 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://github.com/amanyadav78/CVE-2026-29861 | [email protected] | AdvisoryExploitRemedy |
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 |
|---|---|
| PHP-MYSQL-User-Login-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 14, 2026 | CVE Modified | CISA-ADP |
| Apr 10, 2026 | New CVE Received | [email protected] |
Volerion