CVE-2020-37151
Unknown Unknown - Not Provided
SQL Injection in phpMyChat Plus 1.98 Allows Data Extraction

Publication date: 2026-02-05

Last updated on: 2026-02-20

Assigner: VulnCheck

Description
phpMyChat Plus 1.98 contains a SQL injection vulnerability in the deluser.php page through the pmc_username parameter that allows attackers to manipulate database queries. Attackers can exploit boolean-based, error-based, and time-based blind SQL injection techniques to extract sensitive database information by crafting malicious payloads in the username field.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-05
Last Modified
2026-02-20
Generated
2026-05-27
AI Q&A
2026-02-05
EPSS Evaluated
2026-05-25
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
ciprianmp phpmychat-plus 1.98
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

[{'type': 'paragraph', 'content': 'phpMyChat Plus version 1.98 contains a SQL injection vulnerability in the deluser.php page through the pmc_username parameter.'}, {'type': 'paragraph', 'content': 'This vulnerability allows attackers to manipulate database queries by injecting malicious SQL code into the username field.'}, {'type': 'paragraph', 'content': 'Attackers can exploit this using multiple SQL injection techniques including boolean-based blind, error-based, and time-based blind SQL injection to extract sensitive information from the database.'}, {'type': 'paragraph', 'content': "The vulnerability was demonstrated by intercepting POST requests and using tools like sqlmap to extract user data from the database, specifically targeting the 'c_reg_users' table."}] [1]


How can this vulnerability impact me? :

This vulnerability can allow attackers to extract sensitive user data from the database without authorization.

Because the vulnerability allows for remote exploitation without any privileges or user interaction, it poses a high risk of data breach.

The attacker can manipulate database queries to access confidential information, potentially leading to identity theft, unauthorized access, or further attacks on the system.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

[{'type': 'paragraph', 'content': "This SQL injection vulnerability in phpMyChat Plus 1.98 can be detected by targeting the 'pmc_username' parameter in the deluser.php page using SQL injection testing tools."}, {'type': 'paragraph', 'content': 'One effective method is to use sqlmap with specific options to test and extract data from the vulnerable parameter.'}, {'type': 'list_item', 'content': 'Use sqlmap with the following command example: sqlmap -u "http://target/deluser.php" --data="pmc_username=someuser" --level=5 --risk=3 --dbms=mysql --tamper=unmagicquotes'}, {'type': 'list_item', 'content': 'Intercept POST requests to deluser.php and inject payloads targeting the pmc_username parameter using tools like Burp Suite.'}, {'type': 'list_item', 'content': 'Test for Boolean-based blind SQL injection by injecting conditional AND statements.'}, {'type': 'list_item', 'content': 'Test for error-based SQL injection by injecting payloads that cause MySQL errors using functions like FLOOR and RAND.'}, {'type': 'list_item', 'content': 'Test for time-based blind SQL injection by injecting payloads using the SLEEP() function to observe response delays.'}] [1]


What immediate steps should I take to mitigate this vulnerability?

I don't know


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart