First published: Thu Nov 02 2023(Updated: )
Online Food Ordering System v1.0 is vulnerable to multiple Unauthenticated SQL Injection vulnerabilities. The '*_verified' 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.
The vulnerability ID of this vulnerability is CVE-2023-45347.
The severity of CVE-2023-45347 is critical with a severity score of 9.8.
The affected software of CVE-2023-45347 is Online Food Ordering System v1.0.
The CWE category of CVE-2023-45347 is CWE-89 (SQL Injection).
To fix CVE-2023-45347, it is recommended to validate and sanitize user input before sending it to the database, and to use prepared statements or parameterized queries to prevent SQL injection attacks.