First published: Thu Aug 18 2022(Updated: )
A SQL injection vulnerability in CustomerDAO.java in sazanrjb InventoryManagementSystem 1.0 allows attackers to execute arbitrary SQL commands via the parameter 'customerCode.'
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-35606 is considered a critical severity vulnerability due to its potential for SQL injection leading to unauthorized database access.
To fix CVE-2022-35606, sanitize and parameterize all SQL queries involving the 'customerCode' parameter in CustomerDAO.java.
CVE-2022-35606 affects Inventory Management System version 1.0.
Yes, CVE-2022-35606 can be exploited remotely if an attacker can send crafted SQL queries to the application.
If you are using Inventory Management System 1.0, you should immediately apply the recommended patch or perform code modifications to mitigate CVE-2022-35606.