CVE-2022-44859
Description
Automotive Shop Management System v1.0 was discovered to contain a SQL injection vulnerability via the id parameter at /asms/admin/products/manage_product.php.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Automotive Shop Management System v1.0 has a SQL injection vulnerability in the id parameter of manage_product.php allowing information disclosure.
Vulnerability
The Automotive Shop Management System v1.0 is vulnerable to SQL injection in the id parameter of /asms/admin/products/manage_product.php. An authenticated attacker can inject SQL commands through the id parameter. The vulnerability is present in version 1.0 as disclosed by the vendor [1].
Exploitation
To exploit the vulnerability, an attacker must first authenticate with valid admin credentials, such as admin/admin123 (Super Admin account). The attacker then sends a crafted GET request to /asms/admin/products/manage_product.php?id=7%27%20and%20updatexml(1,concat(0x7e,(select%20database()),0x7e),0)--+ to trigger an error-based SQL injection that extracts database information [1].
Impact
Successful exploitation allows an attacker to extract sensitive data from the database, such as the database name (asms_db) and potentially other data via error-based or boolean-based SQL injection. This leads to information disclosure of the underlying database [1].
Mitigation
No official fix has been released as of the publication date. Users should apply input validation and use parameterized queries to prevent SQL injection. Disabling error-based SQL output or upgrading to a patched version when available is recommended [1].
AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Automotive Shop Management System/Automotive Shop Management Systemdescription
- Range: = 1.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.