Cyber Posture

CVE-2026-4470

MediumPublic PoC

Published: 20 March 2026

Published
20 March 2026
Modified
23 March 2026
KEV Added
Patch
CVSS Score 4.7 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0004 11.9th percentile
Risk Priority 9 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-4470 is a medium-severity Injection (CWE-74) vulnerability in Adonesevangelista Online Frozen Foods Ordering System. Its CVSS base score is 4.7 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 11.9th 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 prevents SQL injection by requiring validation mechanisms for inputs like the product_name argument in /admin/admin_edit_menu.php.

prevent

Mandates identification, reporting, and correction of the specific SQL injection flaw in the vulnerable application code.

detect

Vulnerability scanning identifies the SQL injection issue in the Online Frozen Foods Ordering System for 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 remotely accessible web admin interface directly enables exploitation of a public-facing application (T1190).

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

NVD Description

A security flaw has been discovered in itsourcecode Online Frozen Foods Ordering System 1.0. Affected by this issue is some unknown functionality of the file /admin/admin_edit_menu.php. Performing a manipulation of the argument product_name results in sql injection. It is possible…

more

to initiate the attack remotely. The exploit has been released to the public and may be used for attacks.

Deeper analysisAI

CVE-2026-4470 is a SQL injection vulnerability (CWE-74, CWE-89) in the itsourcecode Online Frozen Foods Ordering System version 1.0. The issue affects an unknown functionality within the file /admin/admin_edit_menu.php, where manipulation of the product_name argument triggers the injection.

The vulnerability is exploitable remotely over the network with low attack complexity but requires high privileges (PR:H) and no user interaction. Per its CVSS v3.1 base score of 4.7 (AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L), a successful attack enables an authenticated administrative attacker to achieve low impacts on confidentiality, integrity, and availability through SQL injection.

Advisories and details are documented in references including a GitHub issue at https://github.com/sjkdhl/public/issues/3, the vendor site at https://itsourcecode.com/, and VulDB entries at https://vuldb.com/?ctiid.351760, https://vuldb.com/?id.351760, and https://vuldb.com/?submit.772882. The exploit has been publicly released, facilitating potential attacks.

Details

CWE(s)

Affected Products

adonesevangelista
online frozen foods ordering system
1.0

CVEs Like This One

CVE-2026-4472Same product: Adonesevangelista Online Frozen Foods Ordering System
CVE-2026-4471Same product: Adonesevangelista Online Frozen Foods Ordering System
CVE-2026-1159Same product: Adonesevangelista Online Frozen Foods Ordering System
CVE-2026-4469Same product: Adonesevangelista Online Frozen Foods Ordering System
CVE-2025-7193Same vendor: Adonesevangelista
CVE-2026-2865Same vendor: Adonesevangelista
CVE-2026-4844Shared CWE-74, CWE-89
CVE-2025-0698Shared CWE-74, CWE-89
CVE-2026-3790Shared CWE-74, CWE-89
CVE-2026-5813Shared CWE-74, CWE-89

References