CVE-2025-69316
BaseFortify
Publication date: 2026-01-22
Last updated on: 2026-04-27
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| realmag777 | tableon | to 1.0.4.2 (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?
CVE-2025-69316 is a reflected Cross Site Scripting (XSS) vulnerability in the WordPress TableOn plugin (versions up to 1.0.4.2). It allows attackers to inject malicious scripts, such as redirects or advertisements, into web pages. These scripts execute when visitors access the compromised pages. Exploitation requires a privileged user to interact with a crafted link, page, or form. [1]
How can this vulnerability impact me? :
This vulnerability can lead to attackers executing malicious scripts on your website, potentially redirecting users, displaying unwanted advertisements, or stealing sensitive information. It can compromise the integrity and trustworthiness of your site, affecting user experience and security. Exploitation requires user interaction by a privileged user, which could lead to further compromise. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this reflected XSS vulnerability involves monitoring for suspicious HTTP requests containing malicious script payloads targeting the TableOn plugin. You can use web application firewall (WAF) logs or intrusion detection systems (IDS) to identify such patterns. Additionally, manual testing with tools like curl or browser developer tools can help detect if the plugin is vulnerable by sending crafted requests containing typical XSS payloads (e.g., <script>alert(1)</script>) to pages using the plugin and observing if the script executes. Specific commands might include using curl to send test payloads to suspected URLs and checking responses for script injection. [1]
What immediate steps should I take to mitigate this vulnerability?
The immediate mitigation step is to update the TableOn plugin to version 1.0.4.3 or later, where the vulnerability is resolved. Until the update can be applied, users should implement Patchstack's provided mitigation rules to block attack attempts. Additionally, restricting privileged user interactions and monitoring for suspicious activity can help reduce risk. [1]