CVE-2026-0575
Unknown Unknown - Not Provided
SQL Injection in Online Product Reservation System Admin Login

Publication date: 2026-01-04

Last updated on: 2026-04-29

Assigner: VulDB

Description
A security vulnerability has been detected in code-projects Online Product Reservation System 1.0. This impacts an unknown function of the file /handgunner-administrator/adminlogin.php of the component Administrator Login. Such manipulation of the argument emailadd/pass leads to sql injection. The attack may be performed from remote. The exploit has been disclosed publicly and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-04
Last Modified
2026-04-29
Generated
2026-05-27
AI Q&A
2026-01-04
EPSS Evaluated
2026-05-25
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
code-projects online_product_reservation_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?

This vulnerability is a critical SQL injection flaw in version 1.0 of the code-projects Online Product Reservation System, specifically in the Administrator Login component within the file /handgunner-administrator/adminlogin.php. It occurs because the application improperly handles the 'emailadd' and 'pass' input parameters, allowing attackers to inject malicious SQL code remotely without authentication. This enables execution of arbitrary SQL commands, potentially compromising the system's confidentiality, integrity, and availability. [1, 3]


How can this vulnerability impact me? :

This vulnerability can allow remote attackers to bypass authentication and gain unauthorized administrator access by injecting malicious SQL commands through the login fields. This can lead to unauthorized data access, data modification, or deletion, and potentially full compromise of the affected system, impacting confidentiality, integrity, and availability. [1, 3]


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

This vulnerability can be detected by testing the administrator login page located at /handgunner-administrator/adminlogin.php for SQL injection flaws in the 'emailadd' and 'pass' parameters. One common method is to attempt SQL injection payloads in these input fields to see if the system behaves unexpectedly or returns SQL errors. Additionally, Google dorking can be used to identify vulnerable targets by searching for 'inurl:handgunner-administrator/adminlogin.php'. Specific commands for detection are not provided in the resources. [1]


What immediate steps should I take to mitigate this vulnerability?

No known mitigations or countermeasures have been documented for this vulnerability. It is suggested to replace the affected product with an alternative. Since the vulnerability arises from improper input handling leading to SQL injection, immediate steps would typically include disabling the vulnerable component, restricting access to the admin login page, or applying input validation and parameterized queries if possible. However, the resources specifically recommend replacing the affected product as the mitigation. [1]


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