CVE-2026-0575
Published: 04 January 2026
Summary
CVE-2026-0575 is a medium-severity Injection (CWE-74) vulnerability in Fabian Online Product Reservation System. Its CVSS base score is 6.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
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.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-0782
Vulnerability details
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.
- CWE(s)
Related Threats
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.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of untrusted inputs (emailadd/pass) to block SQL injection payloads before they reach the database.
Mandates timely remediation of the identified flaw in adminlogin.php so the vulnerable code is replaced or patched.
Enforces that authentication decisions and database queries cannot be bypassed by malformed inputs, limiting the ability of unauthenticated remote actors to gain access.