Cyber Posture

CVE-2026-4469

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-4469 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) and 2 other techniques. 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 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.

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 v18.1

NVD Description

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.

Deeper analysisAI

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.

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-4470Same product: Adonesevangelista Online Frozen Foods Ordering System
CVE-2025-7193Same vendor: Adonesevangelista
CVE-2026-2865Same vendor: Adonesevangelista
CVE-2026-0850Shared CWE-74, CWE-89
CVE-2026-3487Shared CWE-74, CWE-89
CVE-2025-7587Shared CWE-74, CWE-89
CVE-2025-2738Shared CWE-74, CWE-89

References