CVE-2026-6808
Reflected Cross-Site Scripting in Pricing Tables for WP Plugin
Publication date: 2026-05-12
Last updated on: 2026-05-12
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wp_plugin | pricing_tables | to 1.1.0 (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 Pricing Tables for WP plugin for WordPress has a vulnerability known as Reflected Cross-Site Scripting (XSS) in the 'page' parameter in all versions up to and including 1.1.0.
This vulnerability exists because the plugin does not properly sanitize input or escape output, allowing attackers to inject malicious web scripts.
An unauthenticated attacker can exploit this by tricking an administrator into clicking a specially crafted link, which then executes the injected script in the administrator's browser.
How can this vulnerability impact me? :
This vulnerability can lead to the execution of arbitrary scripts in the context of the administrator's browser.
Potential impacts include theft of sensitive information, session hijacking, unauthorized actions performed on behalf of the administrator, and compromise of the website's integrity.
Since the attacker does not need to be authenticated, the risk is higher if an administrator is tricked into clicking a malicious link.