CVE-2026-42747
Blind SQL Injection in Easy Form Builder
Publication date: 2026-05-27
Last updated on: 2026-05-27
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| hassantafreshi | easy_form_builder | to 4.0.6 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an SQL Injection issue found in the Easy Form Builder plugin by hassantafreshi. Specifically, it is a Blind SQL Injection caused by improper neutralization of special elements used in SQL commands. This means that an attacker can manipulate the SQL queries executed by the application by injecting malicious SQL code, potentially without immediate visible feedback.
How can this vulnerability impact me? :
The vulnerability has a high severity score (CVSS 9.3) and can be exploited remotely without any privileges or user interaction. It can lead to unauthorized access to sensitive data (confidentiality impact is high), and may also cause partial denial of service (availability impact is low). Since it is a Blind SQL Injection, attackers might extract data from the database stealthily.