
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2020-37151 is a SQL injection vulnerability in phpMyChat Plus version 1.98, affecting the deluser.php page via the pmc_username parameter. It allows unauthenticated remote attackers to manipulate database queries using boolean-based, error-based, and time-based blind SQL injection techniques. The vulnerability was formally published on February 5, 2026, and is assigned a CVSS v3.1 base score of 7.5 (High) and a CVSS v4.0 base score of 8.8 (High) (Feedly, VulnCheck Advisory).
The root cause is improper neutralization of special elements used in SQL commands (CWE-89), where user-supplied input in the pmc_username parameter of deluser.php is not sanitized or parameterized before being incorporated into database queries. An unauthenticated attacker can craft malicious HTTP requests targeting this endpoint, leveraging boolean-based, error-based, and time-based blind SQL injection techniques to enumerate and extract database contents. No authentication or user interaction is required, and the attack is executable remotely over the network. A public exploit is available on Exploit-DB (Exploit-DB, VulnCheck Advisory).
Successful exploitation allows an unauthenticated attacker to extract sensitive information from the underlying database, including user credentials, chat logs, and other stored data, resulting in high confidentiality impact. There is also a low integrity impact, as the SQL injection may allow limited data manipulation. No availability impact is expected based on the vulnerability's nature (Feedly).
A public proof-of-concept exploit is available on Exploit-DB (EDB-ID 48066), lowering the barrier for exploitation. The EPSS score is approximately 0.033%, indicating a low but non-zero probability of exploitation in the wild. No confirmed in-the-wild exploitation or threat actor attribution has been reported, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (Exploit-DB, Feedly).
deluser.php page on the target server.pmc_username parameter (e.g., pmc_username=admin' AND SLEEP(5)-- for time-based blind injection, or boolean-based payloads such as admin' AND 1=1--).sqlmap targeting the pmc_username parameter to enumerate databases, tables, and extract sensitive data (e.g., sqlmap -u 'http://target/deluser.php' --data='pmc_username=admin' --dbs).deluser.php containing SQL metacharacters (e.g., single quotes, AND, OR, SLEEP, BENCHMARK, UNION) in the pmc_username parameter; anomalous response time variations suggesting time-based blind injection.deluser.php with encoded or suspicious pmc_username values; database error messages logged from the application.No official patch from the vendor has been confirmed for phpMyChat Plus 1.98. Recommended mitigations include: implementing input validation and parameterized queries (prepared statements) for the pmc_username parameter; deploying a Web Application Firewall (WAF) to detect and block SQL injection attempts; restricting or disabling access to the deluser.php administrative endpoint where not required; and conducting a database audit to identify any unauthorized access or data exfiltration. Organizations should consider migrating away from this unsupported software if no patch becomes available (VulnCheck Advisory, Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."