Impact
The vulnerability arises from the emp_del.php script in itsourcecode's Sales and Inventory System, where the ID argument is concatenated into a SQL query without proper sanitization. This allows an unauthenticated remote attacker to inject arbitrary SQL statements, leading to unauthorized data disclosure, modification, or deletion within the database. The impact level is moderate, with a CVSS score of 5.3 indicating potential for significant data compromise.
Affected Systems
The affected product is itsourcecode Sales and Inventory System, version 1.0. Only the emp_del.php page is documented to be vulnerable, but the exact affected functions are not specified beyond the ID parameter manipulation.
Risk and Exploitability
The exploit is publicly disclosed and can be launched remotely. With a CVSS score of 5.3 and no EPSS data, the likelihood of exploitation appears moderate, and the vulnerability is not listed in the CISA KEV catalog. Attackers would typically send a crafted ID value to the application's HTTP endpoint, causing the backend to execute injected SQL.
OpenCVE Enrichment