First published: Tue Nov 07 2023(Updated: )
Online Matrimonial Project v1.0 is vulnerable to multiple Unauthenticated SQL Injection vulnerabilities. The 'id' parameter in the 'uploadphoto()' function of the functions.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 |
---|---|---|
=1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The vulnerability ID is CVE-2023-46788.
The severity of CVE-2023-46788 is critical.
The affected software is Online Matrimonial Project v1.0.
The cause of CVE-2023-46788 is the lack of validation of the 'id' parameter in the 'uploadphoto()' function of the functions.php resource.
To fix CVE-2023-46788, validate and filter the characters received in the 'id' parameter before sending them to the database.