CVE-2026-32422
Blind SQL Injection in WP EasyCart Plugin
Publication date: 2026-03-13
Last updated on: 2026-03-13
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| levelfourdevelopment | wp_easycart | to 5.8.13 (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 a type of SQL Injection known as Blind SQL Injection found in the WP EasyCart plugin by levelfourdevelopment. It occurs because the software does not properly neutralize special elements used in SQL commands, allowing an attacker to inject malicious SQL code.
How can this vulnerability impact me? :
The vulnerability has a high severity score (CVSS 8.5) and can lead to significant impacts such as unauthorized access to sensitive data (confidentiality impact is high), partial denial of service (availability impact is low), and it requires low attack complexity with low privileges but no user interaction.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know