CVE-2026-0575
Published: 04 January 2026
Summary
CVE-2026-0575 is a high-severity Injection (CWE-74) vulnerability in Fabian Online Product Reservation System. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 21.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.
Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.
Validates query inputs to prevent SQL syntax or command manipulation.
Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote SQL injection in a public-facing web login component (adminlogin.php) enables exploitation of the application without authentication.
NVD 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…
more
be performed from remote. The exploit has been disclosed publicly and may be used.
Deeper analysisAI
CVE-2026-0575 is a SQL injection vulnerability in code-projects Online Product Reservation System 1.0, published on 2026-01-04. It affects an unknown function in the file /handgunner-administrator/adminlogin.php within the Administrator Login component. The issue arises from manipulation of the emailadd and pass arguments, classified under CWE-74 and CWE-89, with a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).
Remote attackers can exploit this vulnerability without privileges or user interaction. Exploitation enables limited impacts on confidentiality, integrity, and availability, potentially allowing unauthorized access to the database via SQL injection during admin login attempts.
Advisories are available on VulDB at https://vuldb.com/?ctiid.339459 and https://vuldb.com/?id.339459, with a proof-of-concept disclosed publicly on GitHub at https://github.com/foeCat/CVE/blob/main/OnlineProductReservation_PHP/sqli_admin_login.md and https://github.com/foeCat/CVE/blob/main/OnlineProductReservation_PHP/sqli_admin_login.md#poc. The original software source is at https://code-projects.org/. No patch details are specified in the references.
Details
- CWE(s)