-
Notifications
You must be signed in to change notification settings - Fork 990
SQL Injection in LiveChat plugin #2202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
DanielnetoDotCom
pushed a commit
that referenced
this issue
Oct 31, 2019
Thanks for noticing it, Security is the priority to us. I fix was already sent. |
CVE-2019-18662 has been assigned to this vulnerability. |
Hi, can you help me? what is CVE-2019-18662? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User input passed through the "live_stream_code" POST parameter to /plugin/LiveChat/getChat.json.php is not properly sanitized before being used to construct a SQL query. This can be exploited by malicious users to e.g. read sensitive data from the database through in-band SQL Injection attacks. Successful exploitation of this vulnerability requires the "Live Chat" plugin to be enabled.
Proof of Concept:
The text was updated successfully, but these errors were encountered: