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-2026-6741

CVE-2026-6741: LatePoint Plugin Privilege Escalation Flaw

CVE-2026-6741 is a privilege escalation vulnerability in the LatePoint plugin for WordPress that enables attackers to hijack administrator accounts. This article covers the technical details, affected versions, and steps to secure your site.

Published: April 30, 2026

CVE-2026-6741 Overview

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress contains a critical Privilege Escalation vulnerability in versions up to and including 5.4.1. The flaw exists due to a missing authorization check in the execute() method of the connect-customer-to-wp-user ability, which only requires the customer__edit capability granted to the latepoint_agent role by default. The vulnerability fails to verify whether the target WordPress user ID belongs to a privileged account, allowing authenticated attackers with the latepoint_agent role to link any LatePoint customer record to an administrator's WordPress account and subsequently reset the administrator's password via the normal customer password-reset flow, resulting in full site takeover.

Critical Impact

Authenticated attackers with limited agent-level access can escalate privileges to full WordPress administrator, enabling complete site compromise through password reset manipulation.

Affected Products

  • LatePoint – Calendar Booking Plugin for Appointments and Events versions up to and including 5.4.1
  • WordPress installations running vulnerable LatePoint plugin versions
  • Sites with users assigned the latepoint_agent role

Discovery Timeline

  • 2026-04-27 - CVE-2026-6741 published to NVD
  • 2026-04-27 - Last updated in NVD database

Technical Details for CVE-2026-6741

Vulnerability Analysis

This Privilege Escalation vulnerability (CWE-269: Improper Privilege Management) stems from inadequate authorization controls within the LatePoint plugin's user account linking functionality. The connect-customer-to-wp-user ability allows users with the customer__edit capability to associate LatePoint customer records with WordPress user accounts. However, the implementation fails to restrict which WordPress accounts can be targeted for this linking operation.

When a LatePoint customer record is linked to a WordPress user account, the customer password-reset flow can then be leveraged to reset the password of the linked WordPress account. Since there is no validation to ensure the target WordPress user ID is not a privileged account (such as an administrator), an attacker with agent-level access can effectively hijack any WordPress account on the system.

The attack can be executed entirely over the network by any authenticated user with the latepoint_agent role, requiring no additional user interaction. Successful exploitation results in complete compromise of confidentiality, integrity, and availability of the WordPress installation.

Root Cause

The root cause lies in the execute() method within the connect-customer-to-wp-user.php file. The method performs capability checks to ensure the user has customer__edit permissions but omits a critical authorization check to verify that the target WordPress user ID is not a privileged account or does not belong to another user. This missing boundary check allows arbitrary account linking, creating a privilege escalation pathway through the password reset mechanism.

Attack Vector

The attack leverages the network-accessible plugin functionality and requires only low-privileged authentication (the latepoint_agent role). An attacker would:

  1. Authenticate to WordPress with an account having the latepoint_agent role
  2. Create or identify an existing LatePoint customer record
  3. Use the connect-customer-to-wp-user functionality to link the customer record to an administrator's WordPress user ID
  4. Initiate a password reset through the LatePoint customer password-reset flow
  5. Use the reset link to set a new password for the administrator account
  6. Log in as the administrator with the newly set password

The vulnerability requires no user interaction and can be exploited remotely, making it particularly dangerous for publicly accessible WordPress installations.

Detection Methods for CVE-2026-6741

Indicators of Compromise

  • Unexpected modifications to LatePoint customer records linking them to administrator accounts
  • Password reset requests for administrator accounts originating from LatePoint plugin endpoints
  • Audit logs showing connect-customer-to-wp-user operations targeting privileged user IDs
  • Unauthorized administrator login activity following LatePoint-related customer operations

Detection Strategies

  • Monitor WordPress audit logs for account linking operations involving administrator user IDs
  • Implement alerting on password reset requests for privileged accounts
  • Review LatePoint plugin activity logs for suspicious customer-to-user linking patterns
  • Deploy web application firewall rules to detect and log requests to vulnerable plugin endpoints

Monitoring Recommendations

  • Enable comprehensive logging for all LatePoint plugin operations
  • Configure alerts for any modifications to user account associations within the plugin
  • Monitor for privilege escalation patterns such as rapid account linking followed by password resets
  • Implement real-time monitoring of administrator account changes and login events

How to Mitigate CVE-2026-6741

Immediate Actions Required

  • Update LatePoint plugin to the latest patched version immediately
  • Review all LatePoint customer records for unauthorized account linkages to administrator accounts
  • Audit all accounts with the latepoint_agent role for suspicious activity
  • Reset passwords for any administrator accounts that may have been compromised
  • Temporarily disable the LatePoint plugin if an update is not immediately available

Patch Information

The vendor has released a security patch addressing this vulnerability. The fix is documented in WordPress Latepoint Changeset 3514330. Administrators should update to the patched version through the WordPress plugin update mechanism or by downloading the latest version from the WordPress Latepoint Plugin Page.

Additional technical details regarding the vulnerable code can be found in the following references:

  • WordPress Latepoint Connect Script
  • WordPress Latepoint Roles Helper
  • Wordfence Vulnerability Report

Workarounds

  • Remove or restrict the latepoint_agent role from untrusted users until the patch is applied
  • Implement additional access controls at the web server or WAF level to restrict access to LatePoint administrative endpoints
  • Disable the customer-to-WordPress-user linking functionality if not required for business operations
  • Enable multi-factor authentication for all administrator accounts to add an additional layer of protection
bash
# WordPress CLI command to check LatePoint plugin version
wp plugin list --name=latepoint --fields=name,version,update_version

# Update LatePoint plugin to latest version
wp plugin update latepoint

# List users with latepoint_agent role for review
wp user list --role=latepoint_agent --fields=ID,user_login,user_email

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-269
  • Technical References
  • WordPress Latepoint Connect Script

  • WordPress Latepoint Roles Helper

  • WordPress Latepoint Customer Model

  • WordPress Latepoint Changeset 3514330

  • WordPress Latepoint Plugin Page

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-7467: Read More & Accordion Privilege Escalation

  • CVE-2026-7284: WordPress Easy Elements Privilege Escalation

  • CVE-2026-6456: Account Switcher Privilege Escalation Flaw

  • CVE-2026-8719: AI Engine WordPress Privilege Escalation
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