Cyber Posture

CVE-2026-5018

HighPublic PoC

Published: 28 March 2026

Published
28 March 2026
Modified
02 April 2026
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0004 13.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-5018 is a high-severity Injection (CWE-74) vulnerability in Carmelo Simple Food Order 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 13.2th 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly and comprehensively mitigates the SQL injection vulnerability by requiring validation of untrusted inputs like the 'Name' argument in register-router.php before SQL processing.

prevent

Mandates identification, reporting, and correction of the specific SQL injection flaw in the Parameter Handler component of Simple Food Order System 1.0.

detect

Facilitates detection of the remotely exploitable SQL injection vulnerability through vulnerability scanning, enabling timely remediation.

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?

SQL injection in a remotely accessible web application (register-router.php) directly enables exploitation of a public-facing server-side component by unauthenticated attackers.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

A weakness has been identified in code-projects Simple Food Order System 1.0. Affected is an unknown function of the file register-router.php of the component Parameter Handler. Executing a manipulation of the argument Name can lead to sql injection. The attack…

more

can be launched remotely. The exploit has been made available to the public and could be used for attacks.

Deeper analysisAI

CVE-2026-5018 is a SQL injection vulnerability (CWE-74, CWE-89) in code-projects Simple Food Order System 1.0. The flaw resides in an unknown function within the file register-router.php of the Parameter Handler component, where manipulation of the "Name" argument enables injection of malicious SQL code.

The vulnerability is remotely exploitable by unauthenticated attackers (AV:N/AC:L/PR:N/UI:N) with low attack complexity and no user interaction required, earning a CVSS v3.1 base score of 7.3 (C:L/I:L/A:L/S:U). Successful exploitation can result in limited impacts to confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption.

Advisories and further details are documented on VulDB (https://vuldb.com/vuln/353903), including CTI information (https://vuldb.com/vuln/353903/cti) and a submission entry (https://vuldb.com/submit/779336), as well as a GitHub issue (https://github.com/6Justdododo6/CVE/issues/16) and the project site (https://code-projects.org/). An exploit is publicly available and could be used for attacks.

Details

CWE(s)

Affected Products

carmelo
simple food order system
1.0

CVEs Like This One

CVE-2026-5017Same product: Carmelo Simple Food Order System
CVE-2026-5019Same product: Carmelo Simple Food Order System
CVE-2026-4319Same product: Carmelo Simple Food Order System
CVE-2026-4533Same product: Carmelo Simple Food Order System
CVE-2026-26711Same product: Carmelo Simple Food Order System
CVE-2026-26710Same product: Carmelo Simple Food Order System
CVE-2026-26712Same product: Carmelo Simple Food Order System
CVE-2026-26713Same product: Carmelo Simple Food Order System
CVE-2026-4532Same product: Carmelo Simple Food Order System
CVE-2026-3705Same vendor: Carmelo

References