First published: Thu Aug 18 2022(Updated: )
A SQL injection vulnerability in UserDAO.java in sazanrjb InventoryManagementSystem 1.0 allows attackers to execute arbitrary SQL commands via the parameters such as 'users', 'pass', etc.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Inventory Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-35605 is classified as a high-severity SQL injection vulnerability.
To fix CVE-2022-35605, sanitize user inputs and use prepared statements to prevent SQL injection.
CVE-2022-35605 allows attackers to execute arbitrary SQL commands, potentially leading to data theft or modification.
CVE-2022-35605 affects InventoryManagementSystem version 1.0.
You can identify vulnerability by checking your use of the UserDAO.java file and assessing input handling in your application.