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

CVE-2026-1566: LatePoint Plugin Privilege Escalation Flaw

CVE-2026-1566 is a privilege escalation vulnerability in the LatePoint WordPress plugin that lets attackers with Agent-level access gain administrator privileges via password reset. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 6, 2026

CVE-2026-1566 Overview

A privilege escalation vulnerability has been identified in the LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress. The vulnerability exists in all versions up to and including 5.2.7 and allows authenticated attackers with Agent-level access to escalate their privileges to administrator by exploiting improper handling of the wordpress_user_id field during customer creation.

Critical Impact

Authenticated attackers with minimal Agent-level privileges can gain full administrative access to WordPress installations by linking new customers to arbitrary user accounts, including administrators, and subsequently resetting their passwords.

Affected Products

  • LatePoint – Calendar Booking Plugin for Appointments and Events versions up to and including 5.2.7
  • WordPress installations running vulnerable LatePoint plugin versions
  • Sites utilizing the LatePoint Agent role functionality

Discovery Timeline

  • 2026-03-03 - CVE-2026-1566 published to NVD
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2026-1566

Vulnerability Analysis

This privilege escalation vulnerability (CWE-269: Improper Privilege Management) stems from insufficient access control validation within the LatePoint plugin's customer creation workflow. The plugin fails to properly restrict which users can set the wordpress_user_id field when creating new customer records, allowing users with the LatePoint Agent role to associate customers with any WordPress user account, including administrator accounts.

The attack chain involves an authenticated user with Agent-level access creating a new customer and manipulating the wordpress_user_id parameter to link that customer to an administrator's account. Once this association is established, the attacker can trigger the password reset functionality for the customer, which effectively resets the password for the linked administrator account. This grants the attacker complete administrative control over the WordPress installation.

Root Cause

The root cause of this vulnerability is improper privilege management in the customer creation functionality. The plugin does not adequately validate whether the authenticated user has authorization to specify arbitrary wordpress_user_id values when creating customer records. Agent-level users should be restricted from linking customers to user accounts they do not control, particularly administrator accounts.

Attack Vector

The attack is network-based and requires low complexity to execute. An attacker must have valid credentials with at least Agent-level access to the LatePoint plugin. No user interaction is required from the victim administrator. The attacker exploits the vulnerability by:

  1. Authenticating to WordPress with Agent-level LatePoint credentials
  2. Navigating to the customer creation interface
  3. Creating a new customer while setting the wordpress_user_id field to target an administrator's user ID
  4. Triggering the password reset functionality for the newly created customer
  5. Using the password reset to gain control of the administrator account

The vulnerability manifests in the customer creation handler where the wordpress_user_id field is accepted without proper authorization checks. Technical details and the specific code changes can be found in the WordPress Changeset Update.

Detection Methods for CVE-2026-1566

Indicators of Compromise

  • Unexpected customer records linked to administrator WordPress user IDs
  • Password reset requests for administrator accounts that were not initiated by the legitimate user
  • Unusual activity from LatePoint Agent accounts, particularly bulk customer creation
  • Audit logs showing modifications to the wordpress_user_id field by non-administrator users

Detection Strategies

  • Monitor WordPress database for customer records where wordpress_user_id references administrator accounts created by Agent-level users
  • Implement logging for all customer creation events that include a wordpress_user_id parameter
  • Review password reset email logs for administrator accounts and correlate with LatePoint customer creation timestamps
  • Deploy web application firewall rules to flag requests modifying the wordpress_user_id field from non-administrator sessions

Monitoring Recommendations

  • Enable comprehensive audit logging for the LatePoint plugin and WordPress user management functions
  • Set up alerts for password reset requests targeting administrator accounts
  • Monitor for newly created customer records with administrator-level wordpress_user_id associations
  • Regularly review LatePoint Agent account activities and permissions

How to Mitigate CVE-2026-1566

Immediate Actions Required

  • Update the LatePoint plugin to the latest patched version immediately
  • Audit existing customer records for suspicious wordpress_user_id associations with administrator accounts
  • Review all LatePoint Agent accounts and revoke unnecessary privileges
  • Reset passwords for all administrator accounts as a precautionary measure
  • Check WordPress audit logs for signs of exploitation

Patch Information

The vulnerability has been addressed in plugin versions released after 5.2.7. The security fix implements proper authorization checks to prevent Agent-level users from setting arbitrary wordpress_user_id values during customer creation. Detailed information about the patch is available in the WordPress Changeset Update. Additional vulnerability analysis is provided in the Wordfence Vulnerability Report.

Workarounds

  • Temporarily disable the LatePoint plugin until the update can be applied
  • Remove Agent-level access from untrusted users until patched
  • Implement database-level triggers to prevent modification of wordpress_user_id by non-administrators
  • Use a web application firewall to block requests containing the wordpress_user_id parameter from non-administrator sessions
bash
# Example: Query to identify potentially compromised customer records
# Run this against your WordPress database to find suspicious associations
wp db query "SELECT c.*, u.user_login FROM wp_latepoint_customers c 
JOIN wp_users u ON c.wordpress_user_id = u.ID 
JOIN wp_usermeta m ON u.ID = m.user_id 
WHERE m.meta_key = 'wp_capabilities' 
AND m.meta_value LIKE '%administrator%'"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLatepoint

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.04%

  • 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 Changeset Update

  • Wordfence Vulnerability Report
  • Latest CVEs
  • CVE-2026-29612: OpenClaw DOS Vulnerability

  • CVE-2026-29606: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-28486: OpenClaw Path Traversal Vulnerability

  • CVE-2026-28481: OpenClaw Information Disclosure 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