CVE-2026-0584
Published: 05 January 2026
Summary
CVE-2026-0584 is a medium-severity Injection (CWE-74) vulnerability in Fabian Online Product Reservation System. Its CVSS base score is 5.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 23.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-0584 is a SQL injection vulnerability (CWE-74, CWE-89) in code-projects Online Product Reservation System 1.0. The flaw affects processing in the file app/products/left_cart.php, where manipulation of the ID argument enables injection. Published on 2026-01-05, it has a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).
Remote attackers with low privileges can exploit this over the network with low complexity and no user interaction. Exploitation allows limited impacts on confidentiality, integrity, and availability, such as unauthorized data access or modification via injected SQL queries.
Advisories on VulDB (ctiid.339476, id.339476) and GitHub repositories by foeCat document the issue, including a proof-of-concept exploit targeting left_cart.php. The software source is at code-projects.org, and the public exploit availability heightens risk for unpatched deployments.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-0865
Vulnerability details
A weakness has been identified in code-projects Online Product Reservation System 1.0. This issue affects some unknown processing of the file app/products/left_cart.php. This manipulation of the argument ID causes sql injection. Remote exploitation of the attack is possible. The exploit…
more
has been made available to the public and could be used for attacks.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection flaw in public-facing web app (left_cart.php) directly enables exploitation of the application for data access/modification.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of the ID parameter in left_cart.php to block SQL injection payloads before they reach the database.
Enables monitoring and analysis of application/database queries to identify anomalous SQL statements originating from the vulnerable ID argument.
Requires timely remediation of the known SQL injection flaw in the publicly released Online Product Reservation System code.