CVE-2025-14610: CWE-918 Server-Side Request Forgery (SSRF) in bloompixel TableMaster for Elementor – Advanced Responsive Tables for Elementor
CVE-2025-14610 is a high-severity Server-Side Request Forgery (SSRF) vulnerability in the TableMaster for Elementor WordPress plugin, affecting all versions up to 1. 3. 6. Authenticated users with Author-level access or higher can exploit this flaw by manipulating the 'csv_url' parameter to make arbitrary web requests, including to internal network services and localhost. This can lead to unauthorized reading of sensitive files such as wp-config. php, potentially exposing database credentials and other critical configuration data. The vulnerability arises because the plugin does not restrict or validate URLs when importing CSV data. Although no known exploits are currently in the wild, the vulnerability poses a significant risk due to its ability to bypass network boundaries and access internal resources. European organizations using this plugin in their WordPress environments should prioritize patching or mitigating this issue to prevent potential data breaches and internal network reconnaissance. Mitigation involves restricting plugin usage to trusted users, implementing network-level controls to limit outbound requests from web servers, and monitoring for suspicious activity related to CSV imports.
AI Analysis
Technical Summary
CVE-2025-14610 is a Server-Side Request Forgery (SSRF) vulnerability identified in the TableMaster for Elementor plugin, a WordPress plugin designed to create advanced responsive tables. This vulnerability exists in all versions up to and including 1.3.6. The root cause is the lack of validation or restriction on URLs provided via the 'csv_url' parameter when importing CSV data into the Data Table widget. An attacker with authenticated access at the Author level or higher can exploit this flaw by submitting a crafted URL that causes the server to make HTTP requests to arbitrary destinations, including internal network services and localhost. This can be leveraged to access sensitive internal resources that are not normally exposed externally, such as internal APIs or configuration files like wp-config.php, which contains database credentials and other secrets. The vulnerability is particularly dangerous because it allows an attacker to bypass network segmentation and firewall protections by using the vulnerable server as a proxy. The CVSS v3.1 base score is 7.2 (high), reflecting the network attack vector, low attack complexity, and the requirement for some privileges but no user interaction. Although no public exploits have been reported yet, the vulnerability's characteristics make it a significant risk for WordPress sites using this plugin. The lack of a patch or update link in the provided data suggests that remediation may require vendor action or temporary mitigations by administrators. This vulnerability falls under CWE-918, which covers SSRF issues where an attacker can abuse server functionality to make unintended requests.
Potential Impact
For European organizations, this vulnerability can lead to unauthorized disclosure of sensitive information, including database credentials and internal network details, potentially enabling further compromise of web applications and backend systems. Since WordPress is widely used across Europe, and Elementor is a popular page builder plugin, many organizations could be affected if they use the vulnerable TableMaster plugin. The ability to access internal services via SSRF can facilitate lateral movement within corporate networks, data exfiltration, and reconnaissance activities. This risk is heightened in environments where internal services are trusted and not hardened against internal threats. Additionally, exposure of wp-config.php can lead to full database compromise, undermining confidentiality and integrity of stored data. The impact extends to compliance risks under GDPR, as unauthorized access to personal data could result in regulatory penalties. The vulnerability's exploitation requires authenticated access at Author level or above, which may limit exposure but still represents a significant threat if user accounts are compromised or misused.
Mitigation Recommendations
1. Immediately restrict plugin usage to trusted users with the minimum necessary privileges; consider limiting Author-level access to only essential personnel. 2. Implement web application firewall (WAF) rules to detect and block SSRF patterns, especially requests containing suspicious 'csv_url' parameters. 3. Apply network egress filtering on web servers hosting WordPress to prevent outbound HTTP requests to internal IP ranges and localhost addresses. 4. Monitor logs for unusual CSV import activities or unexpected outbound requests initiated by the web server. 5. If possible, disable the CSV import feature or the TableMaster plugin until a vendor patch is available. 6. Conduct regular audits of user privileges and remove unnecessary Author-level or higher accounts. 7. Keep WordPress core, plugins, and themes updated, and subscribe to vendor security advisories for timely patching. 8. Consider isolating WordPress instances in segmented network zones to limit the impact of SSRF exploitation. 9. Educate administrators and content creators about the risks of SSRF and safe plugin usage practices.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain, Poland, Sweden
CVE-2025-14610: CWE-918 Server-Side Request Forgery (SSRF) in bloompixel TableMaster for Elementor – Advanced Responsive Tables for Elementor
Description
CVE-2025-14610 is a high-severity Server-Side Request Forgery (SSRF) vulnerability in the TableMaster for Elementor WordPress plugin, affecting all versions up to 1. 3. 6. Authenticated users with Author-level access or higher can exploit this flaw by manipulating the 'csv_url' parameter to make arbitrary web requests, including to internal network services and localhost. This can lead to unauthorized reading of sensitive files such as wp-config. php, potentially exposing database credentials and other critical configuration data. The vulnerability arises because the plugin does not restrict or validate URLs when importing CSV data. Although no known exploits are currently in the wild, the vulnerability poses a significant risk due to its ability to bypass network boundaries and access internal resources. European organizations using this plugin in their WordPress environments should prioritize patching or mitigating this issue to prevent potential data breaches and internal network reconnaissance. Mitigation involves restricting plugin usage to trusted users, implementing network-level controls to limit outbound requests from web servers, and monitoring for suspicious activity related to CSV imports.
AI-Powered Analysis
Technical Analysis
CVE-2025-14610 is a Server-Side Request Forgery (SSRF) vulnerability identified in the TableMaster for Elementor plugin, a WordPress plugin designed to create advanced responsive tables. This vulnerability exists in all versions up to and including 1.3.6. The root cause is the lack of validation or restriction on URLs provided via the 'csv_url' parameter when importing CSV data into the Data Table widget. An attacker with authenticated access at the Author level or higher can exploit this flaw by submitting a crafted URL that causes the server to make HTTP requests to arbitrary destinations, including internal network services and localhost. This can be leveraged to access sensitive internal resources that are not normally exposed externally, such as internal APIs or configuration files like wp-config.php, which contains database credentials and other secrets. The vulnerability is particularly dangerous because it allows an attacker to bypass network segmentation and firewall protections by using the vulnerable server as a proxy. The CVSS v3.1 base score is 7.2 (high), reflecting the network attack vector, low attack complexity, and the requirement for some privileges but no user interaction. Although no public exploits have been reported yet, the vulnerability's characteristics make it a significant risk for WordPress sites using this plugin. The lack of a patch or update link in the provided data suggests that remediation may require vendor action or temporary mitigations by administrators. This vulnerability falls under CWE-918, which covers SSRF issues where an attacker can abuse server functionality to make unintended requests.
Potential Impact
For European organizations, this vulnerability can lead to unauthorized disclosure of sensitive information, including database credentials and internal network details, potentially enabling further compromise of web applications and backend systems. Since WordPress is widely used across Europe, and Elementor is a popular page builder plugin, many organizations could be affected if they use the vulnerable TableMaster plugin. The ability to access internal services via SSRF can facilitate lateral movement within corporate networks, data exfiltration, and reconnaissance activities. This risk is heightened in environments where internal services are trusted and not hardened against internal threats. Additionally, exposure of wp-config.php can lead to full database compromise, undermining confidentiality and integrity of stored data. The impact extends to compliance risks under GDPR, as unauthorized access to personal data could result in regulatory penalties. The vulnerability's exploitation requires authenticated access at Author level or above, which may limit exposure but still represents a significant threat if user accounts are compromised or misused.
Mitigation Recommendations
1. Immediately restrict plugin usage to trusted users with the minimum necessary privileges; consider limiting Author-level access to only essential personnel. 2. Implement web application firewall (WAF) rules to detect and block SSRF patterns, especially requests containing suspicious 'csv_url' parameters. 3. Apply network egress filtering on web servers hosting WordPress to prevent outbound HTTP requests to internal IP ranges and localhost addresses. 4. Monitor logs for unusual CSV import activities or unexpected outbound requests initiated by the web server. 5. If possible, disable the CSV import feature or the TableMaster plugin until a vendor patch is available. 6. Conduct regular audits of user privileges and remove unnecessary Author-level or higher accounts. 7. Keep WordPress core, plugins, and themes updated, and subscribe to vendor security advisories for timely patching. 8. Consider isolating WordPress instances in segmented network zones to limit the impact of SSRF exploitation. 9. Educate administrators and content creators about the risks of SSRF and safe plugin usage practices.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-12-12T20:18:16.786Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 6979a3c14623b1157c91fb7d
Added to database: 1/28/2026, 5:50:57 AM
Last enriched: 1/28/2026, 6:05:28 AM
Last updated: 1/28/2026, 8:40:14 AM
Views: 6
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-0818: Vulnerability in Mozilla Thunderbird
HighCVE-2025-40554: CWE-1390 Weak Authentication in SolarWinds Web Help Desk
CriticalCVE-2025-40553: CWE-502 Deserialization of Untrusted Data in SolarWinds Web Help Desk
CriticalCVE-2025-40552: CWE-1390 Weak Authentication in SolarWinds Web Help Desk
CriticalCVE-2025-40551: CWE-502 Deserialization of Untrusted Data in SolarWinds Web Help Desk
CriticalActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.