The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-14610

CVE-2025-14610: TableMaster for Elementor SSRF Vulnerability

CVE-2025-14610 is a Server-Side Request Forgery flaw in TableMaster for Elementor plugin that lets authenticated attackers access internal services and sensitive files. This article covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2025-14610 Overview

The TableMaster for Elementor plugin for WordPress contains a Server-Side Request Forgery (SSRF) vulnerability in all versions up to and including 1.3.6. The vulnerability exists because the plugin does not properly restrict which URLs can be fetched when importing CSV data from a URL in the Data Table widget. This allows authenticated attackers with Author-level access or above to make web requests to arbitrary locations, including localhost and internal network services, and read sensitive files such as wp-config.php via the csv_url parameter.

Critical Impact

Authenticated attackers can leverage this SSRF vulnerability to access internal network services, enumerate internal infrastructure, and exfiltrate sensitive configuration files including WordPress database credentials stored in wp-config.php.

Affected Products

  • TableMaster for Elementor plugin for WordPress versions up to and including 1.3.6
  • WordPress installations using the affected plugin versions
  • Elementor page builder environments with the vulnerable plugin installed

Discovery Timeline

  • 2026-01-28 - CVE-2025-14610 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2025-14610

Vulnerability Analysis

This SSRF vulnerability (CWE-918) exists in the Data Table widget functionality of the TableMaster for Elementor plugin. The vulnerable code is located in the data-table.php file at line 446, where the plugin processes CSV import requests without validating or restricting the destination URLs.

When a user with Author-level privileges or higher attempts to import CSV data, they can specify an arbitrary URL through the csv_url parameter. The plugin makes an HTTP request to this URL server-side without verifying whether the target is an internal resource, a private IP address, or a sensitive local file path. This lack of URL validation enables attackers to probe internal network topology, access cloud metadata endpoints, and read local files that should not be externally accessible.

Root Cause

The root cause of this vulnerability is insufficient input validation on the csv_url parameter in the Data Table widget's CSV import functionality. The plugin fails to implement URL allowlisting or blocklisting mechanisms that would prevent requests to internal IP ranges (such as 127.0.0.1, 10.x.x.x, 192.168.x.x, 169.254.169.254), file protocol handlers, or other dangerous URL schemes.

The absence of server-side URL validation allows the application to act as a proxy, forwarding attacker-controlled requests from the WordPress server to arbitrary destinations. This is particularly dangerous in cloud environments where metadata services can expose sensitive credentials and configuration data.

Attack Vector

The attack vector is network-based and requires authentication with at least Author-level WordPress privileges. An attacker can exploit this vulnerability by:

  1. Authenticating to the WordPress admin panel with Author credentials
  2. Creating or editing a page using the Elementor editor
  3. Adding a Data Table widget from the TableMaster for Elementor plugin
  4. Specifying a malicious URL in the csv_url parameter, such as file:///var/www/html/wp-config.php to read local files or http://169.254.169.254/latest/meta-data/ to access cloud metadata
  5. The server processes the request and returns the contents, potentially exposing sensitive internal data

The vulnerability allows reading of sensitive files like wp-config.php which contains database credentials, authentication keys, and other critical WordPress configuration parameters.

Detection Methods for CVE-2025-14610

Indicators of Compromise

  • Unusual outbound HTTP requests from the WordPress server to internal IP addresses (127.0.0.1, 10.x.x.x, 192.168.x.x, 172.16.x.x)
  • Web server logs showing requests to cloud metadata endpoints such as 169.254.169.254
  • Attempts to access local file paths through the csv_url parameter using file:// protocol
  • Unexpected data table imports with URLs pointing to internal services or localhost

Detection Strategies

  • Monitor web application logs for Data Table widget requests containing suspicious csv_url values
  • Implement Web Application Firewall (WAF) rules to detect SSRF patterns including internal IP addresses and file protocol handlers
  • Review WordPress activity logs for Author-level users creating or modifying pages with Data Table widgets
  • Deploy network monitoring to detect outbound connections from the WordPress server to internal network ranges

Monitoring Recommendations

  • Enable comprehensive logging for the TableMaster for Elementor plugin activity
  • Set up alerts for outbound HTTP requests from the web server to RFC 1918 private IP ranges
  • Monitor for access attempts to cloud metadata endpoints from web application servers
  • Implement egress filtering to restrict outbound connections from the WordPress server

How to Mitigate CVE-2025-14610

Immediate Actions Required

  • Update the TableMaster for Elementor plugin to a version newer than 1.3.6 that addresses this vulnerability
  • Review user accounts with Author-level access and above, removing unnecessary privileges
  • Implement network segmentation to limit the WordPress server's access to internal resources
  • Deploy WAF rules to block SSRF attack patterns targeting the csv_url parameter

Patch Information

A patch is available for this vulnerability. Review the WordPress Plugin Change Set for details on the security fix. Additional vulnerability information is available in the Wordfence Vulnerability Report. The vulnerable code can be examined at the WordPress Plugin Source Code.

Workarounds

  • Disable the CSV import from URL functionality if not required for business operations
  • Restrict Author-level WordPress access to trusted users only until the patch is applied
  • Implement server-level egress filtering to prevent outbound connections to internal IP ranges and cloud metadata endpoints
  • Consider temporarily deactivating the TableMaster for Elementor plugin until it can be updated

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechTablemaster

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • WordPress Plugin Source Code

  • WordPress Plugin Trunk Code

  • WordPress Plugin Change Set

  • Wordfence Vulnerability Report
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English