Skip to content
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

Exploit SQL injection and XSS in function data engine converter #53

Closed
quanhx11 opened this issue Oct 13, 2021 · 5 comments
Closed

Exploit SQL injection and XSS in function data engine converter #53

quanhx11 opened this issue Oct 13, 2021 · 5 comments

Comments

@quanhx11
Copy link

quanhx11 commented Oct 13, 2021

A SQL Injection vulnerability and Cross Site Scripting caused SQL Injection vulnerability exists in version 4.3.2 of plugins speed booster pack of wordpress when MySQL or MariaDB is used as the application database.

(Redacted temporarily)

SOLUTION:

  • Avoid using the root user to connect the SQL database
  • Limit accesses of the SQL user to sensitive directories
  • Update PHP, WordPress core, and MySQL
  • Block SQL keywords using your server
  • Keep backups of your site off-site in case of irreversible damage
  • Update third-party plugins and themes
@optimocha
Copy link
Owner

Thank you for the input @quanhx11! I'm going to have to edit your comment to hide the exploit details until we release a fix, and afterwards I'll put it back. Stay tuned! 😎

@quanhx11
Copy link
Author

tks bro, contact to me if you have any questions 👍

@optimocha
Copy link
Owner

@quanhx11 we used the $wpdb->prepare() method to fix this issue. The new version will be released in the next few days.

@quanhx11 quanhx11 changed the title Exploit SQL injection in function data engine converter Exploit SQL injection and XSS in function data engine converter Oct 15, 2021
@quanhx11
Copy link
Author

quanhx11 commented Dec 8, 2021

Hi @optimocha , I requested CVE ID for this bug, can you publicize this exploit? Thank you.

@optimocha
Copy link
Owner

@quanhx11 looks like it's already publicized: https://wpscan.com/vulnerability/4a27d374-f690-4a8a-987a-9e0f56bbe143

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants