First published: Tue Nov 07 2023(Updated: )
Online Matrimonial Project v1.0 is vulnerable to multiple Unauthenticated SQL Injection vulnerabilities. The 'id' parameter of the view_profile.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 of CVE-2023-46800 is multiple Unauthenticated SQL Injections (SQLi).
The vulnerability in CVE-2023-46800 allows attackers to perform unauthenticated SQL injection attacks, potentially compromising the confidentiality and integrity of data stored in the database.
Online Matrimonial Project v1.0 is affected by CVE-2023-46800.
The vulnerability can be exploited by submitting specially crafted SQL statements through the 'id' parameter of the view_profile.php resource to execute unauthorized database queries.
At the time of writing, no fix or patch is available for CVE-2023-46800. It is recommended to follow best practices such as input validation and parameterized queries to mitigate the risk of SQL injection.