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-7332

CVE-2026-7332: LatePoint WordPress Plugin XSS Vulnerability

CVE-2026-7332 is a stored XSS flaw in the LatePoint WordPress booking plugin that allows unauthenticated attackers to inject malicious scripts. This article covers technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-7332 Overview

CVE-2026-7332 is a Stored Cross-Site Scripting (XSS) vulnerability [CWE-79] affecting the LatePoint – Calendar Booking Plugin for Appointments and Events for WordPress. The flaw exists in all versions up to and including 5.5.0 and is triggered through the booking_form_page_url parameter. Insufficient input sanitization and output escaping allow unauthenticated attackers to inject arbitrary web scripts that execute when users access affected pages. The malicious payload is written through the latepoint_order_intent_created action hook, which fires before Stripe Connect account validation, so a configured Stripe integration is not required for exploitation.

Critical Impact

Unauthenticated attackers can store JavaScript payloads that execute in administrator browsers, enabling session hijacking, account takeover, and arbitrary actions in the WordPress admin context.

Affected Products

  • LatePoint – Calendar Booking Plugin for Appointments and Events for WordPress
  • All versions up to and including 5.5.0
  • Installations regardless of whether Stripe Connect is configured

Discovery Timeline

  • 2026-05-06 - CVE-2026-7332 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-7332

Vulnerability Analysis

The vulnerability is a stored XSS issue rooted in how the LatePoint plugin handles the booking_form_page_url parameter during order intent creation. When a request reaches the Stripe Connect controller, the plugin invokes the latepoint_order_intent_created action hook before validating the Stripe Connect account ID. The activities controller and activities_helper.php then persist the supplied URL value into a database activity log without applying sufficient sanitization or output escaping.

When any user, including a site administrator, later views a page that renders the stored activity entry, the injected script executes in their browser session. Because the entry point is unauthenticated and storage is persistent, a single request can plant a payload that runs across multiple victims and sessions.

Root Cause

The root cause is improper neutralization of input during web page generation. The plugin trusts the booking_form_page_url value passed into the order intent flow and writes it to the activity log without escaping. Output rendering does not apply contextual encoding such as esc_url() or esc_html(), so attacker-controlled markup survives the round trip from request to display.

Attack Vector

An unauthenticated remote attacker submits a crafted booking-related request that includes a malicious booking_form_page_url value containing JavaScript. The latepoint_order_intent_created hook fires and persists the activity entry before Stripe validation logic runs, so the attack succeeds even on sites that have not configured a Stripe Connect account ID. When an administrator or other user opens the activity log or any page that renders the stored value, the script executes in their authenticated context. Refer to the Wordfence Vulnerability Analysis and the LatePoint Activities Controller Code for the affected code paths.

Detection Methods for CVE-2026-7332

Indicators of Compromise

  • Activity log entries in the LatePoint database tables containing <script>, javascript:, onerror=, or other HTML/JS markup in the URL field.
  • Unexpected outbound requests from administrator browsers to attacker-controlled domains immediately after viewing booking activity pages.
  • New or modified WordPress administrator accounts created shortly after admin access to LatePoint activity views.

Detection Strategies

  • Inspect HTTP request logs for POST traffic to LatePoint order intent endpoints carrying booking_form_page_url parameters with non-URL characters.
  • Run database queries against the LatePoint activities table to flag rows whose URL columns contain angle brackets, event handlers, or javascript: schemes.
  • Correlate WordPress admin session activity with anomalous DOM events or script-loading errors reported by browser protections.

Monitoring Recommendations

  • Enable WordPress audit logging for plugin activity tables and alert on writes containing HTML control characters in URL fields.
  • Monitor web server logs for unauthenticated requests targeting LatePoint controllers and rate-limit unusual sources.
  • Track plugin version inventory across managed WordPress sites and alert when LatePoint versions <= 5.5.0 are present.

How to Mitigate CVE-2026-7332

Immediate Actions Required

  • Update the LatePoint plugin to a version newer than 5.5.0 that includes the fix referenced in the LatePoint Changeset Overview.
  • Audit the LatePoint activity log table and remove any entries containing script tags or unexpected HTML in URL fields.
  • Force password resets and review session tokens for WordPress administrators who accessed the activity log while a vulnerable version was installed.

Patch Information

The vendor addressed the issue in the LatePoint plugin trunk after version 5.5.0. The fix introduces proper sanitization and output escaping for the booking_form_page_url parameter and tightens validation in the order intent flow. Site operators should upgrade through the WordPress plugin updater or by replacing the plugin files with the patched release referenced in the trac changeset.

Workarounds

  • Deactivate and remove the LatePoint plugin until the patched version can be installed.
  • Deploy a Web Application Firewall (WAF) rule that blocks requests to LatePoint endpoints where booking_form_page_url contains <, >, or javascript: substrings.
  • Restrict access to WordPress admin URLs by IP allowlist to limit who can render stored activity entries until patching is complete.
bash
# Configuration example
# Example WAF rule snippet (ModSecurity-style) blocking script payloads
# in the booking_form_page_url parameter for LatePoint endpoints
SecRule ARGS:booking_form_page_url "@rx (?i)(<script|javascript:|onerror=|onload=)" \
    "id:1026732,phase:2,deny,status:403,log,\
     msg:'CVE-2026-7332 LatePoint XSS attempt blocked'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • LatePoint Activities Controller Code

  • LatePoint Stripe Connect Controller Code

  • LatePoint Activities Helper Code

  • LatePoint Activities Controller Code

  • LatePoint Stripe Connect Controller Code

  • LatePoint Activities Helper Code

  • LatePoint Activities Controller Code

  • LatePoint Stripe Connect Controller Code

  • LatePoint Activities Helper Code

  • LatePoint Changeset Overview

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-7448: LatePoint WordPress Plugin XSS Vulnerability

  • CVE-2026-7457: WordPress LatePoint Plugin XSS Vulnerability

  • CVE-2026-6672: SliceWP Affiliates Plugin XSS Vulnerability

  • CVE-2026-6378: Maxi Blocks WordPress Plugin XSS Vulnerability
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