First published: Thu Sep 28 2023(Updated: )
The 'age' parameter of the process_registration.php resource does not validate the characters received and they are sent unfiltered to the database.
Credit: help@fluidattacks.com help@fluidattacks.com
Affected Software | Affected Version | How to fix |
---|---|---|
Projectworlds Online Movie Ticket Booking System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The vulnerability ID for this issue is CVE-2023-44166.
CVE-2023-44166 has a severity rating of 9.8 (Critical).
The affected software for CVE-2023-44166 is Projectworlds Online Movie Ticket Booking System version 1.0.
CVE-2023-44166 is categorized under CWE-89 (SQL Injection).
To fix the vulnerability in CVE-2023-44166, you should validate and sanitize user input before sending it to the database, specifically for the 'age' parameter in the process_registration.php resource.