CVE-2019-25440
Description
WebIncorp ERP contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the prod_id parameter. Attackers can send GET requests to product_detail.php with malicious prod_id values to extract sensitive database information.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
WebIncorp ERP's product_detail.php has an unauthenticated SQL injection in the prod_id parameter, allowing attackers to extract database contents.
Vulnerability
Overview CVE-2019-25440 is an SQL injection vulnerability in WebIncorp ERP, affecting all versions. The flaw resides in the prod_id parameter of product_detail.php, which fails to sanitize user input before incorporating it into database queries [1].
Exploitation
Details An unauthenticated attacker can exploit this by sending a specially crafted GET request to the vulnerable endpoint. By injecting SQL code into the prod_id parameter, such as a single quote ('), the attacker can manipulate the underlying SQL query. No authentication is required, and the attack can be executed remotely over HTTP [1].
Impact
Successful exploitation allows an attacker to extract sensitive information from the database, including user credentials, business data, and other confidential records. The CVSS v3 score of 8.2 (High) reflects the low complexity, no privileges required, and high confidentiality impact [1].
Mitigation
As of the advisory date (August 2019), no patch was available. Users should implement input validation and parameterized queries to mitigate the risk. The vendor homepage indicates the product is an ERP solution for Qatar-based businesses [1].
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.