First published: Thu Aug 18 2022(Updated: )
A SQL injection vulnerability in ConnectionFactoryDAO.java in sazanrjb InventoryManagementSystem 1.0 allows attackers to execute arbitrary SQL commands via parameter username.
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-35598 is classified as a high severity SQL injection vulnerability.
To fix CVE-2022-35598, sanitize and validate all user inputs to prevent SQL injection.
CVE-2022-35598 affects version 1.0 of the Inventory Management System developed by sazanrjb.
Exploitation of CVE-2022-35598 allows attackers to execute arbitrary SQL commands, potentially compromising your database.
To mitigate risks associated with CVE-2022-35598, implement prepared statements and parameterized queries in your database interactions.