First published: Tue Nov 07 2023(Updated: )
Online Job Portal v1.0 is vulnerable to multiple Unauthenticated SQL Injection vulnerabilities. The 'txt_uname' parameter of the sign-up.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.
CVE-2023-46677 is a vulnerability that affects Online Job Portal v1.0 and allows for multiple unauthenticated SQL injections (SQLi).
CVE-2023-46677 has a severity rating of 9.8, which is considered critical.
CVE-2023-46677 allows attackers to execute unauthenticated SQL injections by exploiting the 'txt_uname' parameter of the sign-up.php resource.
CVE-2023-46677 affects Online Job Portal v1.0.
To fix CVE-2023-46677, it is necessary to validate and filter the characters received in the 'txt_uname' parameter of the sign-up.php resource before sending them to the database.