CVE-2025-14610
SSRF in TableMaster for Elementor Plugin Allows Sensitive File Access
Publication date: 2026-01-28
Last updated on: 2026-01-28
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| tablemaster | tablemaster_for_elementor | to 1.3.6 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Server-Side Request Forgery (SSRF) in the TableMaster for Elementor WordPress plugin (versions up to 1.3.6). It occurs because the plugin does not restrict which URLs can be fetched when importing CSV data via the Data Table widget. An authenticated attacker with Author-level access or higher can exploit this by manipulating the 'csv_url' parameter to make web requests to arbitrary locations, including internal network services and localhost, potentially accessing sensitive files like wp-config.php.
How can this vulnerability impact me? :
The vulnerability allows an attacker with Author-level access or higher to perform unauthorized web requests to internal or external systems through the vulnerable plugin. This can lead to exposure of sensitive information such as configuration files (e.g., wp-config.php), which may contain database credentials and other secrets. Consequently, this can compromise the security of the WordPress site and its internal network.