CVE-2019-9626
Description
PHPSHE 1.7 allows module/index/cart.php pintuan_id SQL Injection to index.php.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
PHPSHE 1.7 is vulnerable to time-based blind SQL injection via the pintuan_id parameter in module/index/cart.php, allowing remote attackers to execute arbitrary SQL commands.
Vulnerability
PHPSHE version 1.7 contains a SQL injection vulnerability in the module/index/cart.php file. The pintuan_id parameter is passed directly to an SQL query without proper sanitization, allowing injection of malicious SQL statements. The vulnerability can be exploited via the index.php endpoint, as noted in the issue [1].
Exploitation
An attacker can exploit this by sending a crafted HTTP request with a malicious pintuan_id parameter to the vulnerable page. Since the injection is time-based blind, the attacker can infer the contents of the database by observing response delays. No authentication is required as the endpoint is publicly accessible.
Impact
Successful exploitation allows an attacker to execute arbitrary SQL commands on the database. This can lead to unauthorized access to sensitive data, including user credentials and other stored information. The impact is limited to data confidentiality and integrity, as the injection is not directly exploitable for remote code execution.
Mitigation
The issue was reported on the official Gitee repository [1]. As of the CVE publication date, no patch has been released. Users should upgrade to a fixed version once available or apply input validation on the pintuan_id parameter to mitigate the risk. However, no official fix is documented in the reference.
AI Insight generated on May 26, 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
1- gitee.com/koyshe/phpshe/issues/ISW87mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.