Skip to main content

Brizy - Potential SQL Injection Attack

Comments

4 comments

  • Ariel H.

    Hi Matthew,

    Thank you for reaching out to us.

    Could you also please provide us credentials to the affected website?  Please add us as an Admin user to your WordPress Dashboard and send the following details to: communitysupport@brizy.io

    Community Post link: https://support.brizy.io/hc/en-us/community/posts/16188472372370
    WordPress Admin URL:
    Username:
    Password:

    Please make a full backup of your site as a precaution.

    Also, could you share more details about the specific vulnerability you're encountering? This will help us understand the nature of the issue and escalate it to our senior support team.

    Best regards,
    Ariel H.

    0
  • Matt  

    Sorry, but I cannot give you access to my website as it's a breach of our privacy policy. From the information I have provided to you, can you tell me any critical information as per what file may be compromised? Perhaps provide me with a checksum of the file causing the injection attack so I can compare it with your vanilla/production value to ensure the integrity of mine isn't altered. I'd highly recommend that you please put me in contact with your senior support programmer so I can work with them to resolve the issue. Thanks.

    0
  • Ariel H.

    Hi Matthew,

    Thank you for the update.

    I have created a private ticket and forwarded your request to one of our colleagues for further assistance. They will reach out to you as soon as possible.

    Best regards,
    Ariel H.

    0
  • Matt  

    This was resolved by changing the database collation to uft8mb4_unicode formatting.

    Make a backup of your database before running the following MySQL script. If you don't know what you're doing then don't run this script since it will change all tables to a different collate.

    SELECT CONCAT("ALTER TABLE ",TABLE_SCHEMA,".",TABLE_NAME," CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;")
    FROM information_schema.TABLES
    WHERE TABLE_SCHEMA="wp_project_name";
    0

Please sign in to leave a comment.