Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-8898

CVE-2025-8898: WordPress Taxi Booking Plugin Vulnerability

CVE-2025-8898 is a privilege escalation vulnerability in the Taxi Booking Manager for WooCommerce WordPress plugin that enables unauthenticated attackers to hijack user accounts. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: March 18, 2026

CVE-2025-8898 Overview

The Taxi Booking Manager for WooCommerce (E-cab) plugin for WordPress contains a critical privilege escalation vulnerability that allows unauthenticated attackers to take over arbitrary user accounts, including administrator accounts. The vulnerability exists in all versions up to and including 1.3.0 due to improper validation of user capabilities and identity verification when updating plugin settings and user details.

Critical Impact

Unauthenticated attackers can change any user's email address, including administrators, then leverage the password reset functionality to gain complete access to the compromised account and take full control of the WordPress site.

Affected Products

  • Taxi Booking Manager for WooCommerce (E-cab) plugin versions up to and including 1.3.0
  • WordPress installations with the vulnerable plugin activated
  • WooCommerce sites utilizing E-cab for taxi booking functionality

Discovery Timeline

  • 2025-08-16 - CVE-2025-8898 published to NVD
  • 2025-08-18 - Last updated in NVD database

Technical Details for CVE-2025-8898

Vulnerability Analysis

This vulnerability stems from a Missing Authorization flaw (CWE-862) in the plugin's REST API implementation. The affected component, MPTBM_Rest_Api.php, fails to implement proper capability checks before allowing modifications to sensitive user data and plugin settings. When processing requests to update user details, the plugin does not verify whether the requesting party has authorization to perform such actions or whether they are the legitimate owner of the account being modified.

The attack requires no authentication, meaning any remote attacker with network access can exploit this vulnerability. Once an attacker changes a target user's email address to one they control, they can initiate a password reset through WordPress's standard recovery mechanism, receiving the reset link at their controlled email address.

Root Cause

The root cause is the absence of proper authorization checks in the REST API endpoints responsible for user data modification. The plugin fails to call WordPress functions like current_user_can() to verify that the requesting user has appropriate permissions before processing sensitive operations. Additionally, there is no identity verification to ensure users can only modify their own account details, allowing any unauthenticated request to modify any user's information.

Attack Vector

The attack is executed remotely over the network without requiring any authentication or user interaction. An attacker can directly send crafted HTTP requests to the vulnerable REST API endpoint to modify a target user's email address. The exploitation flow involves:

  1. Identifying a WordPress site using the vulnerable E-cab plugin
  2. Sending an unauthenticated REST API request to change the administrator's email to an attacker-controlled address
  3. Using WordPress's password reset functionality to request a new password
  4. Receiving the password reset link at the attacker's email
  5. Gaining full access to the administrator account

The vulnerability exists in the plugin's REST API implementation within MPTBM_Rest_Api.php. The endpoint that handles user detail updates lacks proper authorization checks, allowing unauthenticated requests to modify sensitive user data. Attackers can craft malicious API requests to change target users' email addresses without any verification of permissions or identity. For detailed technical analysis, refer to the WordPress Plugin Changeset.

Detection Methods for CVE-2025-8898

Indicators of Compromise

  • Unexpected changes to user email addresses, particularly for administrator accounts
  • Password reset requests initiated for users who did not request them
  • Suspicious REST API requests targeting the E-cab plugin endpoints from unknown IP addresses
  • New administrator accounts or modified user privileges without legitimate authorization

Detection Strategies

  • Monitor WordPress REST API logs for unauthenticated requests to E-cab plugin endpoints
  • Implement alerts for user email address modifications, especially for privileged accounts
  • Review access logs for patterns indicating automated exploitation attempts
  • Enable WordPress activity logging plugins to track user account changes

Monitoring Recommendations

  • Deploy web application firewall (WAF) rules to detect and block malicious REST API requests
  • Configure real-time alerting for any administrative account modifications
  • Implement SentinelOne Singularity™ for endpoint protection to detect post-exploitation activities
  • Regularly audit user accounts for unauthorized changes to email addresses and permissions

How to Mitigate CVE-2025-8898

Immediate Actions Required

  • Update the Taxi Booking Manager for WooCommerce (E-cab) plugin to a version newer than 1.3.0 immediately
  • Audit all user accounts for unauthorized email address changes since the plugin was installed
  • Reset passwords for any accounts that may have been compromised
  • Review WordPress access logs for signs of exploitation attempts
  • Consider temporarily disabling the plugin if an update is not immediately available

Patch Information

A security patch has been released to address this vulnerability. The fix adds proper authorization checks to the REST API endpoints to ensure only authenticated users with appropriate capabilities can modify user data. The patch can be reviewed in the WordPress Plugin Changeset. Site administrators should update to the latest version available on the WordPress Plugin Directory. Additional vulnerability details are available in the Wordfence Vulnerability Report.

Workarounds

  • Restrict access to WordPress REST API endpoints at the web server or firewall level until the plugin can be updated
  • Implement additional authentication layers such as HTTP Basic Auth for administrative functions
  • Use a WordPress security plugin to add rate limiting and request filtering for REST API calls
  • Consider disabling the E-cab plugin entirely until a patched version is confirmed installed
bash
# Configuration example - Apache .htaccess rule to restrict REST API access
# Add to WordPress root .htaccess file to block unauthenticated REST API requests

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-json/ecab/ [NC]
RewriteCond %{HTTP:Authorization} ^$
RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWoocommerce

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.20%

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

  • WordPress Plugin Info

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2024-11281: WooCommerce POS Privilege Escalation Flaw

  • CVE-2025-32674: WooCommerce Excel Import XSS Vulnerability

  • CVE-2025-32535: DN Shipping by Weight XSS Vulnerability

  • CVE-2025-32514: WooCommerce Estimate & Quote XSS Flaw
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