First published: Thu Nov 02 2023(Updated: )
Online Food Ordering System v1.0 is vulnerable to multiple Unauthenticated SQL Injection vulnerabilities. The '*_role' parameter of the routers/user-router.php resource does not validate the characters received and they are sent unfiltered to the database.
Credit: help@fluidattacks.com
Affected Software | Affected Version | How to fix |
---|---|---|
Projectworlds Online Food Ordering Script | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-45346 refers to the vulnerability found in the Online Food Ordering System v1.0, which allows for multiple unauthenticated SQL injections.
The severity of CVE-2023-45346 is classified as critical with a rating of 9.8.
CVE-2023-45346 affects the Online Food Ordering System v1.0 by allowing for multiple unauthenticated SQL injections.
To fix CVE-2023-45346 in the Online Food Ordering System v1.0, the '*_role' parameter of the routers/user-router.php resource needs to be validated and the characters should be filtered before being sent to the database.
The Common Weakness Enumeration (CWE) ID for CVE-2023-45346 is CWE-89, which corresponds to the vulnerability category of Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection').