First published: Thu Aug 18 2022(Updated: )
A SQL injection vulnerability in Stocks.java in sazanrjb InventoryManagementSystem 1.0 allows attackers to execute arbitrary SQL commands via parameter productcode.
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-35599 is classified as a high severity SQL injection vulnerability.
To fix CVE-2022-35599, validate and sanitize user inputs for the 'productcode' parameter before executing SQL queries.
Exploiting CVE-2022-35599 allows attackers to execute arbitrary SQL commands, potentially compromising database integrity.
CVE-2022-35599 specifically affects version 1.0 of InventoryManagementSystem.
CVE-2022-35599 affects the Stocks.java component where user inputs can lead to SQL injection vulnerabilities.