CVE-2019-25443
HIGHinventory-webapp - Unauthenticated SQL Injection via add-item.php Parameters
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2019-25443. PoCs published by mohammad zaheri.
AI-analyzed exploit summary The exploit demonstrates a SQL injection vulnerability in the Inventory Webapp's add-item.php page, where user-controlled input from GET parameters is directly used in a SQL query without sanitization. The PoC shows how an attacker can inject arbitrary SQL via the 'itemquery' parameter.
Description
Inventory Webapp contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through GET parameters. Attackers can supply malicious SQL payloads in the name, description, quantity, or cat_id parameters to add-item.php to execute arbitrary database commands.
Exploits (1)
The exploit demonstrates a SQL injection vulnerability in the Inventory Webapp's add-item.php page, where user-controlled input from GET parameters is directly used in a SQL query without sanitization. The PoC shows how an attacker can inject arbitrary SQL via the 'itemquery' parameter.
References (2)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N