CVE-2025-10053
BaseFortify
Publication date: 2025-10-03
Last updated on: 2025-10-06
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| exlac | tablegen_data_table_generator | * |
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?
This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the TableGen β Data Table Generator plugin for WordPress. It occurs due to insufficient input sanitization and output escaping in the admin settings, allowing authenticated users with administrator-level permissions or higher to inject malicious web scripts. These scripts execute whenever a user accesses the affected page. The vulnerability affects multi-site installations and installations where the unfiltered_html setting is disabled, and it exists in all versions up to and including 1.3.1.
How can this vulnerability impact me? :
An attacker with administrator-level access can inject malicious scripts that execute in the context of users visiting the affected pages. This can lead to unauthorized actions, data theft, session hijacking, or other malicious activities performed on behalf of the victim user. Since the vulnerability requires high privileges and affects multi-site or restricted HTML installations, the impact is limited to environments with these conditions.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, immediately update the TableGen β Data Table Generator plugin to a version later than 1.3.1 where the issue is fixed. Additionally, restrict administrator-level permissions to trusted users only, and consider enabling unfiltered_html if it is safe to do so. For multi-site installations, review and sanitize admin settings inputs to prevent stored cross-site scripting.