CVE-2025-15058
Stored XSS in Responsive Pricing Table WordPress Plugin Allows Script Injection
Publication date: 2026-01-07
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 |
|---|---|---|
| wpresponsivepricingtable | responsive_pricing_table | to 5.1.12 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-80 | The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as "<", ">", and "&" that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the Responsive Pricing Table WordPress plugin. It occurs because the plugin does not properly sanitize or escape input in the 'table_currency' parameter. Authenticated users with Contributor-level access or higher can inject malicious scripts into pages, which then execute when other users view those pages.
How can this vulnerability impact me? :
The vulnerability allows attackers with Contributor-level access to inject malicious scripts that execute in the browsers of users who view the affected pages. This can lead to theft of user credentials, session hijacking, defacement, or other malicious actions impacting website users and administrators.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update the Responsive Pricing Table plugin to a version later than 5.1.12 where the issue is fixed. Additionally, restrict Contributor-level access to trusted users only, as the vulnerability requires authenticated users with Contributor-level access or higher to exploit.