CVE-2024-13680: Form Builder CP <= 1.2.41 - Authenticated (Contributor+) SQL Injection
The Form Builder CP plugin for WordPress is vulnerable to SQL Injection via the 'id' parameter of the 'CPEASYFORMWILLAPPEARHERE' shortcode in all versions up to, and including, 1.2.41 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-13680?
CVE-2024-13680 is considered a critical vulnerability due to its SQL injection potential that can lead to unauthorized data access.
How do I fix CVE-2024-13680?
To fix CVE-2024-13680, update the Form Builder CP plugin to version 1.2.42 or later, which contains the necessary patches.
What versions of Form Builder CP are affected by CVE-2024-13680?
All versions of Form Builder CP up to and including 1.2.41 are affected by CVE-2024-13680.
Can CVE-2024-13680 lead to data breaches?
Yes, CVE-2024-13680 can potentially lead to data breaches if exploited, allowing attackers to execute arbitrary SQL commands.
Is there any user input that triggers CVE-2024-13680?
CVE-2024-13680 is triggered by the 'id' parameter of the 'CP_EASY_FORM_WILL_APPEAR_HERE' shortcode, where insufficient escaping allows for SQL injection.