CVE-2026-2718
Stored XSS in Dealia WordPress Plugin via Gutenberg Blocks
Publication date: 2026-02-19
Last updated on: 2026-04-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dealia | request_a_quote | to 1.0.6 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability exists in the Dealia β Request a Quote plugin for WordPress, affecting all versions up to and including 1.0.6. It is a Stored Cross-Site Scripting (XSS) issue caused by improper output escaping. Specifically, the plugin uses the function wp_kses() for escaping output within HTML attribute contexts where esc_attr() should be used. This flaw allows authenticated users with Contributor-level access or higher to inject malicious web scripts into pages. These scripts execute whenever any user accesses the infected page.
How can this vulnerability impact me? :
This vulnerability can allow attackers with Contributor-level access or above to inject arbitrary scripts into web pages. These scripts can execute in the browsers of users who visit the affected pages, potentially leading to theft of user credentials, session hijacking, defacement, or other malicious actions. Because the attack is stored, the malicious code persists and affects all users who view the compromised content.
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