Cyber Resilience

CVE-2026-0575

MediumPublic PoC

Published: 04 January 2026

Published
04 January 2026
Modified
09 January 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0037 29.1th percentile
Risk Priority 35 floored blend · peak EPSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct remote SQL injection in a public-facing web login component (adminlogin.php) enables exploitation of the application without authentication.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-0592Same product: Fabian Online Product Reservation System
CVE-2026-0578Same product: Fabian Online Product Reservation System
CVE-2026-0591Same product: Fabian Online Product Reservation System
CVE-2026-0576Same product: Fabian Online Product Reservation System
CVE-2026-0584Same product: Fabian Online Product Reservation System
CVE-2026-0579Same product: Fabian Online Product Reservation System
CVE-2026-0590Same product: Fabian Online Product Reservation System
CVE-2026-0583Same product: Fabian Online Product Reservation System
CVE-2026-0585Same product: Fabian Online Product Reservation System
CVE-2026-0589Same product: Fabian Online Product Reservation System

Affected Assets

fabian
online product reservation system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of untrusted inputs (emailadd/pass) to block SQL injection payloads before they reach the database.

prevent

Mandates timely remediation of the identified flaw in adminlogin.php so the vulnerable code is replaced or patched.

prevent

Enforces that authentication decisions and database queries cannot be bypassed by malformed inputs, limiting the ability of unauthenticated remote actors to gain access.

References