Cyber Resilience

CVE-2026-4469

MediumPublic PoC

Published: 20 March 2026

Published
20 March 2026
Modified
23 March 2026
KEV Added
Patch
CVSS Score v4 5.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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.0033 24.4th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.4th 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-4469 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_action.php, where manipulation of the product_name argument enables injection of malicious SQL code. Published on 2026-03-20, it carries a CVSS v3.1 base score of 4.7 (AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L).

The vulnerability is exploitable remotely by attackers possessing high privileges, such as administrative access. Upon successful exploitation, adversaries can achieve low-level impacts on confidentiality, integrity, and availability, potentially allowing limited data exposure, modification, or disruption through the injected SQL payload.

VulDB advisories (ctiid.351759, id.351759, submit.772881) detail the vulnerability and note that an exploit is publicly available via a GitHub issue at sjkdhl/public/issues/4. The vendor's site at itsourcecode.com is referenced, though no specific patches or mitigation steps are outlined in the provided references.

The public availability of the exploit heightens the risk of real-world attacks against unpatched instances of this system.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was identified in itsourcecode Online Frozen Foods Ordering System 1.0. Affected by this vulnerability is an unknown functionality of the file /admin/admin_edit_menu_action.php. Such manipulation of the argument product_name leads to sql injection. The attack may be performed from…

more

remote. The exploit is publicly available and might 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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
Why these techniques?

SQL injection in a remotely accessible web application directly maps to T1190 for exploitation of the public-facing app. The resulting low-impact data exposure and modification via malicious SQL payloads directly enables T1213.006 (querying databases) and T1565.001 (stored data manipulation).

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

CVEs Like This One

CVE-2026-1159Same product: Adonesevangelista Online Frozen Foods Ordering System
CVE-2026-4470Same product: Adonesevangelista Online Frozen Foods Ordering System
CVE-2026-4471Same product: Adonesevangelista Online Frozen Foods Ordering System
CVE-2026-4472Same product: Adonesevangelista Online Frozen Foods Ordering System
CVE-2025-7193Same vendor: Adonesevangelista
CVE-2026-2865Same vendor: Adonesevangelista
CVE-2026-4473Shared CWE-74, CWE-89
CVE-2026-2621Shared CWE-74, CWE-89
CVE-2025-7199Shared CWE-74, CWE-89
CVE-2026-3487Shared CWE-74, CWE-89

Affected Assets

adonesevangelista
online frozen foods ordering system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by enforcing validation and sanitization of untrusted inputs like the product_name argument before database queries.

prevent

Remediates the root cause flaw in /admin/admin_edit_menu_action.php by identifying, reporting, and correcting the SQL injection vulnerability.

detect

Enables detection of the SQL injection vulnerability through regular vulnerability scanning, facilitating timely remediation.

References