CVE-2026-48837
Improper SQL Injection in Unlimited Elements For Elementor
Publication date: 2026-05-25
Last updated on: 2026-05-25
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| unlimited_elements | for_elementor | to 2.0.8 (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 Unlimited Elements For Elementor plugin. 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 SQL queries by injecting malicious input that is not properly sanitized.
How can this vulnerability impact me? :
The vulnerability has a high severity score (CVSS 8.5) and can allow an attacker to perform Blind SQL Injection attacks. This can lead to unauthorized access to sensitive data (confidentiality impact is high), partial denial of service (availability impact is low), and potentially compromise the integrity of the system. The attacker requires low privileges and no user interaction is needed.