CVE-2020-18215
Description
Multiple SQL Injection vulnerabilities in PHPSHE 1.7 in phpshe/admin.php via the (1) ad_id, (2) menu_id, and (3) cashout_id parameters, which could let a remote malicious user execute arbitrary code.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
PHPSHE 1.7 contains multiple SQL injection flaws in the admin panel, allowing remote attackers to execute arbitrary SQL commands via the ad_id, menu_id, and cashout_id parameters.
Vulnerability
PHPSHE version 1.7 is vulnerable to multiple SQL injection attacks in the administrative interface (/phpshe/admin.php). The ad_id, menu_id, and cashout_id parameters are not properly sanitized before being used in SQL queries. This allows an attacker to inject arbitrary SQL code. The affected code is reachable when an authenticated admin user visits the admin panel with crafted parameter values [1].
Exploitation
To exploit the vulnerability, an attacker must have valid administrative credentials for the PHPSHE instance. The attacker then sends HTTP GET or POST requests to /phpshe/admin.php with malicious SQL injected into the ad_id, menu_id, or cashout_id parameters. The application does not filter or escape these inputs, so the injected SQL is executed against the database [1].
Impact
Successful exploitation allows an attacker to execute arbitrary SQL commands on the underlying database. This can lead to data exfiltration, modification, or deletion of administrative data, and potentially full compromise of the application's data integrity and confidentiality. The attacker operates with the database privileges of the application user, which may be sufficient to access sensitive information [1].
Mitigation
As of the reference publication date (2021-02-09), no official patch has been released for PHPSHE 1.7. The vendor repository on Gitee reports the issue but no fixed version has been published [1]. Administrators should restrict access to the admin panel (e.g., via IP whitelisting), monitor logs for suspicious parameter values, and consider applying WAF rules to block SQL injection patterns until an update is provided.
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- PHPSHE/PHPSHEdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- gitee.com/koyshe/phpshe/issues/ITLK2mitrex_refsource_MISC
- github.com/lemon666/vuln/blob/master/Phpshe1.7_sql1.mdmitrex_refsource_MISC
News mentions
0No linked articles in our index yet.