Online Food Order System CVE-2026-19916
LOWSeverity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/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
Network-accessible XSS requiring low-privilege authentication and victim interaction; scope changes to victim browser context, yielding low C and I impact.
Primary rating from Vendor (vuldb).
CVSS VectorVendor: vuldb
Lifecycle Timeline
1DescriptionCVE.org
A vulnerability was detected in code-projects Online Food Order System 1.0. The affected element is an unknown function of the file edit_food_items.php. Performing a manipulation of the argument dname results in cross site scripting. Remote exploitation of the attack is possible. The exploit is now public and may be used.
AnalysisAI
Cross-site scripting in code-projects Online Food Order System 1.0 allows authenticated remote attackers to inject malicious scripts via the dname parameter in edit_food_items.php. When a separate victim user views the manipulated food item entry, the injected script executes within their browser session. Publicly available exploit code exists per a GitHub proof-of-concept, though no active exploitation has been confirmed by CISA KEV.
Technical ContextAI
The affected product is a PHP-based web application - Online Food Order System version 1.0 - published by code-projects. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation), meaning the dname parameter - likely representing a food item display name - is rendered in the HTML response without adequate sanitization or output encoding. This allows attacker-controlled JavaScript to be embedded in the page and executed in any victim's browser that subsequently views the affected content. No CPE string was supplied in the source intelligence. The application is tagged as a PHP project reported through VulDB (cna@vuldb.com).
Affected ProductsAI
The affected product is code-projects Online Food Order System version 1.0, specifically the PHP script edit_food_items.php where the dname argument is vulnerable to cross-site scripting. No CPE string was included in the source intelligence. The vendor website is referenced at https://code-projects.org/ and the VulDB advisory is available at https://vuldb.com/vuln/390166. No additional versions or related products are identified in the available data.
RemediationAI
No vendor-released patch has been identified at time of analysis. The primary fix is to apply proper HTML output encoding to the dname parameter in edit_food_items.php before rendering it in the page - for example, using PHP's htmlspecialchars() with ENT_QUOTES to prevent script injection. As a compensating control, access to edit_food_items.php should be restricted to trusted administrative accounts only, reducing the attacker surface area; note this limits who can edit food items, which may affect application usability. Implementing a Content Security Policy (CSP) header that disallows inline scripts can significantly reduce the impact of any successful XSS by blocking injected code from executing. Details of the public proof-of-concept are available at https://github.com/zzzxc643/CVE1/blob/main/project1/vul6.md and the VulDB advisory at https://vuldb.com/vuln/390166.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today