banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-12845

CVE-2025-12845: Tablesome WordPress Privilege Escalation

CVE-2025-12845 is a privilege escalation vulnerability in Tablesome Table WordPress plugin that allows authenticated attackers to access sensitive email logs and password reset keys. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 20, 2026

CVE-2025-12845 Overview

CVE-2025-12845 is a Missing Authorization vulnerability (CWE-862) affecting the Tablesome Table – Contact Form DB – WPForms, CF7, Gravity, Forminator, Fluent plugin for WordPress. The vulnerability exists due to a missing capability check on the get_table_data() function, allowing authenticated attackers with Subscriber-level access and above to retrieve sensitive plugin table data that can expose email log information. Attackers can leverage this on sites where the table log is enabled in order to trigger a password reset and obtain the reset key, leading to privilege escalation.

Critical Impact

Authenticated attackers with minimal privileges (Subscriber-level) can access sensitive email logs containing password reset keys, enabling full account takeover and privilege escalation to administrator-level access.

Affected Products

  • Tablesome Table – Contact Form DB – WPForms, CF7, Gravity, Forminator, Fluent plugin versions 0.5.4 to 1.2.1
  • WordPress sites using vulnerable Tablesome plugin versions with email logging enabled
  • Any WordPress installation with Subscriber-level user registration enabled

Discovery Timeline

  • 2026-02-19 - CVE CVE-2025-12845 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2025-12845

Vulnerability Analysis

This vulnerability stems from improper access control implementation within the Tablesome WordPress plugin. The get_table_data() function lacks proper capability checks, which should verify whether the requesting user has sufficient privileges to access the table data. Without this authorization check, any authenticated user—including those with the lowest privilege level (Subscriber)—can invoke this function and retrieve data that should be restricted to administrators only.

The exploitation pathway is particularly dangerous because the Tablesome plugin can store email logs, including transactional emails like password reset requests. When an attacker triggers a password reset for an administrator account and then exploits this vulnerability to access the email log table, they can obtain the password reset token before the legitimate administrator sees the email. This enables complete account takeover.

Root Cause

The root cause is a missing capability check in the get_table_data() function within the Tablesome plugin. WordPress plugins are expected to verify user capabilities using functions like current_user_can() before allowing access to sensitive data or administrative functions. The absence of this check means the function responds to any authenticated request regardless of the user's role or permissions, violating the principle of least privilege.

Attack Vector

The attack is conducted over the network by authenticated users with minimal privileges. An attacker must first obtain valid credentials for a Subscriber-level account on the target WordPress site, which can be achieved through user registration if enabled. Once authenticated, the attacker can directly call the vulnerable get_table_data() function endpoint to retrieve table contents.

The attack chain for privilege escalation involves:

  1. Registering or obtaining Subscriber-level access to the target WordPress site
  2. Initiating a password reset request for an administrator account
  3. Exploiting the missing capability check to access the email log table data
  4. Extracting the password reset token from the logged email data
  5. Using the stolen token to reset the administrator password and gain full control

This vulnerability does not require any user interaction beyond the attacker's own actions, making it particularly exploitable. For technical details on the fix, see the WordPress Changeset Update.

Detection Methods for CVE-2025-12845

Indicators of Compromise

  • Unusual API requests to Tablesome plugin endpoints from low-privilege user accounts
  • Subscriber-level users accessing administrative table data or email log entries
  • Password reset requests followed shortly by table data access from the same or related IP addresses
  • Unexpected administrator password changes following plugin table data access

Detection Strategies

  • Monitor WordPress AJAX requests for get_table_data actions originating from non-administrator users
  • Implement logging for all Tablesome plugin table access attempts and correlate with user privilege levels
  • Review WordPress user activity logs for Subscriber accounts making repeated API requests to plugin endpoints
  • Set up alerts for password reset requests immediately followed by plugin data access patterns

Monitoring Recommendations

  • Enable comprehensive logging of WordPress plugin API calls and user authentication events
  • Configure SIEM rules to detect privilege escalation patterns involving password reset flows
  • Monitor for rapid sequences of password reset requests followed by table data queries
  • Review user registration patterns for potential attacker account creation

How to Mitigate CVE-2025-12845

Immediate Actions Required

  • Update the Tablesome Table plugin to a version newer than 1.2.1 immediately
  • Audit WordPress user accounts for any unauthorized Subscriber registrations
  • Review email logs for potential unauthorized access to password reset tokens
  • Reset passwords for all administrator accounts if compromise is suspected
  • Temporarily disable user registration if not required for business operations

Patch Information

A security patch addressing the missing capability check has been released. The fix adds proper authorization verification to the get_table_data() function, ensuring that only users with appropriate capabilities can access table data. Site administrators should update to the latest version of the Tablesome plugin through the WordPress admin dashboard or by applying the changeset documented in the WordPress Changeset Update. Additional vulnerability details are available in the Wordfence Vulnerability Report.

Workarounds

  • Disable the email logging feature in Tablesome plugin settings until the patch is applied
  • Restrict user registration to prevent attackers from obtaining Subscriber accounts
  • Implement web application firewall rules to block unauthorized access to plugin endpoints
  • Remove Subscriber-level users that are not actively needed for site operations
bash
# Verify current Tablesome plugin version
wp plugin list --name=tablesome --fields=name,version,update_version

# Update Tablesome plugin to latest version
wp plugin update tablesome

# List all subscriber-level users for audit
wp user list --role=subscriber --fields=ID,user_login,user_email,user_registered

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Changeset Update

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-1321: WordPress Membership Plugin Escalation Flaw

  • CVE-2026-1492: WordPress User Registration Privilege Escalation

  • CVE-2025-12981: Listee WordPress Privilege Escalation Flaw

  • CVE-2026-0912: Toret Manager Privilege Escalation Flaw
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
  • English
  • 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