Visual Form Builder <= 2.8.2 - Authenticated SQL Injection
Strategic Overview
- Status
- Patched in 2.8.3
- Affected Plugin
- Visual Form Builder
- Affected Version
< 2.8.3- CVSS
- 7.2High
- Weakness type
- CWE-89 · Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
- CVE
CVE pending
At a glance
This record tracks a high-severity Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in the Visual Form Builder WordPress plugin, affecting versions < 2.8.3. It carries a CVSS score of 7.2 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires an authenticated account. The issue is fixed in version 2.8.3; sites on affected versions should update now. Disclosed May 2015, reported by Tim Coen.
Vulnerability Overview
The Visual Form Builder plugin for WordPress is vulnerable to generic SQL Injection in versions up to, and including, 2.8.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for administrator-level attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Reaching this weakness in Visual Form Builder < 2.8.3 takes any authenticated account. SQL injection happens when request data is concatenated into a query instead of being bound as a parameter, letting an attacker change the structure of the statement rather than just its values.
A working injection can read any table the database user can see, which on a WordPress install means user records, password hashes and session or API secrets stored in options. For Visual Form Builder the fix is 2.8.3: builds < 2.8.3 are affected, anything from 2.8.3 onward is not.
Remediation
Update to version 2.8.3, or a newer patched version
How does WordSec protect against this?
The attempt arrives as an ordinary request to Visual Form Builder: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: Visual Form Builder 2.8.3 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Other vulnerabilities in Visual Form Builder
- 8.8CVE-2022-0141: Visual Form Builder <= 3.0.7 CSRF to Data Modification
CVE-2022-0141 - 8.8Visual Form Builder <= 2.8.2 CSRF to SQL Injection
- 6.1Visual Form Builder <= 2.8.2 Reflected Cross-Site Scripting
- 5.5CVE-2022-1046: Visual Form Builder <= 3.0.6 Admin+ XSS
CVE-2022-1046 - 5.3CVE-2022-0140: Visual Form Builder <= 3.0.5 Information Disclosure
CVE-2022-0140 - 5.3CVE-2022-0142: Visual Form Builder <= 3.0.5 CSV Injection
CVE-2022-0142 - 4.8CVE-2021-24514: Visual Form Builder <= 3.0.3 Admin+ Stored XSS
CVE-2021-24514
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C