First published: Thu Dec 21 2023(Updated: )
Job Portal v1.0 is vulnerable to multiple Unauthenticated SQL Injection vulnerabilities. The 'txtUser' parameter of the login.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 |
---|---|---|
Job-portal | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-49688 is rated as a critical vulnerability due to its potential for unauthorized access and data manipulation.
To mitigate CVE-2023-49688, implement input validation on the 'txtUser' parameter and use prepared statements for database queries.
CVE-2023-49688 affects Job Portal version 1.0 developed by Kashipara.
Yes, CVE-2023-49688 can be exploited remotely since it involves unauthenticated SQL injection vulnerabilities.
The risks include unauthorized access to sensitive data and potential alteration of database information due to SQL injection.