CVE-2026-4469
Published: 20 March 2026
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
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents SQL injection by enforcing validation and sanitization of untrusted inputs like the product_name argument before database queries.
Remediates the root cause flaw in /admin/admin_edit_menu_action.php by identifying, reporting, and correcting the SQL injection vulnerability.
Enables detection of the SQL injection vulnerability through regular vulnerability scanning, facilitating timely remediation.
MITRE ATT&CK Enterprise TechniquesAI
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).
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)