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 parameter user.
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-35602 has a high severity due to its ability to allow attackers to execute arbitrary SQL commands.
To fix CVE-2022-35602, sanitize all user inputs and use prepared statements in SQL queries to prevent SQL injection.
CVE-2022-35602 affects InventoryManagementSystem version 1.0.
Yes, CVE-2022-35602 can lead to data breaches as it allows the execution of arbitrary SQL commands on the database.
An attacker can exploit CVE-2022-35602 by sending specially crafted input parameters to execute unauthorized SQL queries against the system.