CVE-2019-9762
published 2019-03-14CVE-2019-9762: A SQL Injection was discovered in PHPSHE 1.7 in include/plugin/payment/alipay/pay.php with the parameter id. The vulnerability does not need any authentication.
PriorityP179critical9.8CVSS 3.0
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
5.05%
91.2th percentile
A SQL Injection was discovered in PHPSHE 1.7 in include/plugin/payment/alipay/pay.php with the parameter id. The vulnerability does not need any authentication.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| phpshe | phpshe | — | — |
Detection & IOCsextracted from sources · hover to see the quote
url/include/plugin/payment/alipay/pay.php?id=pay%20where%201=1%20union%20select%201,2,CONCAT(md5({{num}})),4,5,6,7,8,9,10,11,12%23_
commandid=pay where 1=1 union select 1,2,CONCAT(md5(999999999)),4,5,6,7,8,9,10,11,12#_
- →Detect unauthenticated SQL injection attempts targeting the `id` parameter of pay.php; look for UNION SELECT payloads in GET requests to this path.
- →Response body containing an MD5 hash value (e.g., md5 of a numeric canary) in the body of the pay.php response indicates successful SQL injection exploitation.
- ·The vulnerability requires no authentication; any unauthenticated HTTP GET request to the affected endpoint with a crafted `id` parameter is sufficient to exploit it. ↗
- ·The FOFA query `app="PHPSHE"` can be used to identify internet-exposed PHPSHE instances for asset discovery.
CVSS provenance
nvdv3.09.8CRITICALCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
vulncheck9.8CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-jpjx-j79x-pv9c: A SQL Injection was discovered in PHPSHE 1
ghsa_unreviewed·2022-05-14
CVE-2019-9762 [CRITICAL] CWE-89 GHSA-jpjx-j79x-pv9c: A SQL Injection was discovered in PHPSHE 1
A SQL Injection was discovered in PHPSHE 1.7 in include/plugin/payment/alipay/pay.php with the parameter id. The vulnerability does not need any authentication.
VulnCheck
phpshe phpshe Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
vulncheck·2019·CVSS 9.8
CVE-2019-9762 [CRITICAL] phpshe phpshe Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
phpshe phpshe Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
A SQL Injection was discovered in PHPSHE 1.7 in include/plugin/payment/alipay/pay.php with the parameter id. The vulnerability does not need any authentication.
Affected: phpshe phpshe
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://dashboard.shadowserver.org/statistics/honeypot/vulnerability/map/?day=2024-04-21&host_type=src&vulnerability=cve-2019-9762; https://dashboard.shadowserver.org/statistics/honeypot/vulnerability/map/?day=2024-04-28&host_type=src&vulnerability=cve-2019-9762; https://dashboard.shadowserver.org/statistics/honeypot/vulnerabilit
No detection rules found.
Nuclei
PHPSHE 1.7 - SQL Injection
nuclei·CVSS 9.8
CVE-2019-9762 [CRITICAL] PHPSHE 1.7 - SQL Injection
PHPSHE 1.7 - SQL Injection
A SQL Injection was discovered in PHPSHE 1.7 in include/plugin/payment/alipay/pay.php with the parameter id. The vulnerability does not need any authentication.
Template:
id: CVE-2019-9762
info:
name: PHPSHE 1.7 - SQL Injection
author: DhiyaneshDK
severity: critical
description: |
A SQL Injection was discovered in PHPSHE 1.7 in include/plugin/payment/alipay/pay.php with the parameter id. The vulnerability does not need any authentication.
impact: |
Attackers can execute arbitrary SQL commands, potentially leading to data theft, modification, or deletion.
remediation: |
Update to the latest version of PHPSHE or apply security patches to sanitize input parameters.
reference:
- https://gitee.com/koyshe/phpshe/issues/ITC0C
- https://nvd.nist.gov/vuln/detail/CVE-2
2019-03-14
Published
Exploited in the wild