A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-4128

CVE-2026-4128: WordPress TP Restore Auth Bypass Flaw

CVE-2026-4128 is an authentication bypass flaw in TP Restore Categories And Taxonomies plugin for WordPress allowing subscriber-level attackers to delete taxonomy terms. This post covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-4128 Overview

A Missing Authorization vulnerability (CWE-862) has been identified in the TP Restore Categories And Taxonomies plugin for WordPress, affecting all versions up to and including 1.0.1. The vulnerability exists in the delete_term() function, which handles the tpmcattt_delete_term AJAX action. This function fails to perform any capability check using current_user_can() to verify whether the user has sufficient permissions to execute the action.

While the plugin does verify a nonce via check_ajax_referer(), this security measure is insufficient because the nonce is generated for all authenticated users through the admin_enqueue_scripts hook and exposed on any wp-admin page, including profile.php, which even Subscriber-level users can access. This allows authenticated attackers with minimal privileges to permanently delete taxonomy term records from the plugin's trash/backup tables.

Critical Impact

Authenticated users with Subscriber-level access can permanently delete taxonomy term records by exploiting the missing authorization check, potentially causing data loss and disrupting site content organization.

Affected Products

  • TP Restore Categories And Taxonomies plugin for WordPress versions up to and including 1.0.1

Discovery Timeline

  • 2026-04-22 - CVE CVE-2026-4128 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-4128

Vulnerability Analysis

This vulnerability represents a classic Missing Authorization flaw where the application relies solely on nonce verification without implementing proper capability checks. The core issue is the improper access control design that assumes nonce validation is sufficient for authorization, when in reality nonces only protect against Cross-Site Request Forgery (CSRF) attacks and do not verify user permissions.

The vulnerable delete_term() function processes AJAX requests to delete taxonomy terms from the plugin's backup tables. Since the nonce is made available to all authenticated users through the admin_enqueue_scripts hook on wp-admin pages accessible to Subscribers (such as profile.php), any logged-in user can obtain a valid nonce and craft malicious AJAX requests.

This broken access control pattern allows privilege escalation where Subscriber-level users can perform administrative actions that should be restricted to higher-privileged roles.

Root Cause

The root cause is the absence of capability verification in the delete_term() function. The plugin developers implemented nonce verification using check_ajax_referer(), which correctly prevents CSRF attacks. However, they failed to implement current_user_can() checks to verify that the authenticated user has the appropriate capability (such as manage_categories or delete_terms) to perform term deletion operations.

Additionally, the nonce is generated and exposed via admin_enqueue_scripts on all wp-admin pages rather than being restricted to pages where administrators with appropriate permissions would need it. This architectural flaw makes the nonce accessible to all authenticated users, including those with minimal privileges.

Attack Vector

The attack requires an authenticated WordPress user with at least Subscriber-level access. The attacker navigates to any accessible wp-admin page (such as profile.php) to obtain the valid nonce that the plugin exposes to all authenticated users. With the nonce in hand, the attacker crafts a malicious AJAX request targeting the tpmcattt_delete_term action.

The attack is network-based and requires low complexity to execute. The attacker sends the crafted AJAX request to the WordPress admin-ajax.php endpoint with the valid nonce and an arbitrary term_id parameter. Since no capability check exists, the server processes the request and permanently deletes the specified taxonomy term record from the plugin's trash/backup tables.

This vulnerability is classified as having a network attack vector, requiring low privileges and no user interaction to exploit. The impact is limited to integrity, as attackers can delete data but cannot read confidential information or cause system unavailability.

Detection Methods for CVE-2026-4128

Indicators of Compromise

  • Unusual AJAX requests to admin-ajax.php with the action tpmcattt_delete_term from low-privileged user accounts
  • Database audit logs showing taxonomy term deletions performed by users without appropriate administrative roles
  • Unexpected deletion of records from the plugin's trash/backup taxonomy tables
  • Access logs showing Subscriber or other low-privilege users repeatedly accessing wp-admin pages followed by AJAX requests

Detection Strategies

  • Monitor WordPress AJAX request logs for tpmcattt_delete_term actions originating from non-administrator user sessions
  • Implement database-level auditing to track DELETE operations on the plugin's taxonomy tables and correlate with user role information
  • Deploy Web Application Firewall (WAF) rules to detect and alert on suspicious AJAX request patterns from authenticated users
  • Review access control logs for Subscriber-level users accessing administrative functions

Monitoring Recommendations

  • Enable comprehensive WordPress audit logging to capture all AJAX actions with user context
  • Configure alerts for any database modifications to taxonomy-related tables by non-administrator accounts
  • Implement real-time monitoring of wp-admin AJAX endpoints with anomaly detection for unusual request patterns
  • Set up periodic integrity checks on taxonomy backup tables to detect unauthorized deletions

How to Mitigate CVE-2026-4128

Immediate Actions Required

  • Audit your WordPress user accounts and remove unnecessary Subscriber or authenticated user access until the plugin is patched
  • Consider temporarily deactivating the TP Restore Categories And Taxonomies plugin if not critical to operations
  • Review database backup procedures to ensure taxonomy data can be restored if compromised
  • Implement additional access controls at the web server or WAF level to restrict AJAX endpoint access

Patch Information

As of the last update on 2026-04-22, users should monitor the WordPress plugin repository for an updated version of TP Restore Categories And Taxonomies that addresses this authorization bypass. The fix should implement proper current_user_can() capability checks in the delete_term() function to verify user permissions before processing delete requests.

For additional technical details, refer to the Wordfence Vulnerability Analysis and the plugin source code at the WordPress Plugin Admin Code.

Workarounds

  • Restrict WordPress user registration and remove unnecessary authenticated user accounts to minimize the attack surface
  • Implement a custom code snippet or must-use plugin that adds capability checks to the vulnerable AJAX handler before the plugin is updated
  • Use a WordPress security plugin to restrict AJAX endpoint access based on user roles
  • Consider blocking the specific AJAX action tpmcattt_delete_term at the web server level for non-administrator users until an official patch is available
bash
# Example: Apache .htaccess rule to restrict AJAX action access
# Add to WordPress root .htaccess (requires mod_rewrite)
<IfModule mod_rewrite.c>
  RewriteCond %{REQUEST_METHOD} POST
  RewriteCond %{QUERY_STRING} action=tpmcattt_delete_term [NC]
  RewriteCond %{HTTP_COOKIE} !wordpress_logged_in.*administrator [NC]
  RewriteRule ^wp-admin/admin-ajax\.php$ - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.01%

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

  • WordPress Plugin Include Code

  • WordPress Plugin Admin Code

  • WordPress Plugin Include Code

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2025-15369: Xpro Addons Auth Bypass Vulnerability

  • CVE-2026-8610: WordPress TypeSquare Plugin Auth Bypass

  • CVE-2026-8681: WordPress Essential Chat Support Bypass

  • CVE-2025-4202: Multicollab WordPress Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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