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

CVE-2026-7448: LatePoint WordPress Plugin XSS Vulnerability

CVE-2026-7448 is a stored cross-site scripting flaw in LatePoint WordPress plugin that lets unauthenticated attackers inject malicious scripts. This post covers technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-7448 Overview

CVE-2026-7448 is a Stored Cross-Site Scripting (XSS) vulnerability in the LatePoint – Calendar Booking Plugin for Appointments and Events for WordPress. The flaw affects all versions up to and including 5.5.0. The plugin fails to properly sanitize and escape the first_name parameter, allowing unauthenticated attackers to inject arbitrary JavaScript that executes when a user views an affected page. The vulnerability is tracked under CWE-79 and impacts WordPress sites using LatePoint for appointment booking workflows.

Critical Impact

Unauthenticated attackers can store malicious scripts that execute in the browsers of administrators and site visitors, enabling session theft, account takeover, and arbitrary actions performed in the victim's authenticated context.

Affected Products

  • LatePoint – Calendar Booking Plugin for Appointments and Events (WordPress)
  • All plugin versions through 5.5.0
  • WordPress sites that expose the LatePoint booking form to unauthenticated users

Discovery Timeline

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

Technical Details for CVE-2026-7448

Vulnerability Analysis

The LatePoint plugin accepts customer information through booking forms, including the first_name field tied to the customer model. The plugin stores this input in the database and later renders it across administrative views, activity logs, and email templates. Insufficient input sanitization on intake combined with missing output escaping on render allows arbitrary HTML and JavaScript to persist and execute in the browser of any user who loads an affected page.

Because the booking form is exposed to anonymous visitors, no authentication or user interaction beyond standard form submission is required. Successful exploitation yields script execution in a different security context than the attacker's, which corresponds to the changed scope reflected in the CVSS vector.

Root Cause

The root cause is improper neutralization of input during web page generation. Code paths in lib/controllers/activities_controller.php, lib/helpers/email_helper.php, lib/helpers/replacer_helper.php, and lib/models/customer_model.php handle the first_name value without applying WordPress escaping primitives such as esc_html(), esc_attr(), or wp_kses() before output. See the LatePoint Customer Model Code and the LatePoint Code Change History for the relevant code paths and corrective changeset.

Attack Vector

An unauthenticated attacker submits a booking request and supplies a malicious payload in the first_name field. The payload is stored in the customer record and later rendered in administrator dashboards, activity feeds, and notification emails. When an administrator opens the affected view, the script executes with the administrator's session, enabling cookie theft, CSRF token extraction, plugin or theme modification, and the creation of attacker-controlled administrative users.

A stored payload typically takes the form of an HTML tag containing a JavaScript event handler placed in the customer's first name field. Because the value is reused across multiple rendering contexts, including HTML pages and email bodies generated by the replacer helper, a single submission can trigger execution in several locations. Refer to the Wordfence Vulnerability Report for additional technical context.

Detection Methods for CVE-2026-7448

Indicators of Compromise

  • LatePoint customer records where the first_name field contains HTML tags, JavaScript event handlers (onerror, onload, onclick), or <script> markers.
  • WordPress administrator account creations or role changes that immediately follow access to LatePoint activity or customer pages.
  • Outbound requests from administrator browsers to unfamiliar domains shortly after viewing booking activity logs.
  • Modified plugin or theme files with timestamps that correlate to administrator sessions reviewing LatePoint data.

Detection Strategies

  • Query the WordPress database for LatePoint customer rows where first_name matches regular expressions for HTML tags or JavaScript keywords.
  • Inspect web server access logs for POST requests to LatePoint booking endpoints carrying suspicious payloads in form parameters.
  • Review WordPress audit logs for new administrator users, plugin installs, or option changes occurring after access to LatePoint admin views.
  • Compare current plugin file hashes against the official 5.5.x release artifacts to identify tampering.

Monitoring Recommendations

  • Alert on outbound HTTP requests originating from wp-admin page contexts to domains not on an organizational allowlist.
  • Monitor creation of WordPress users with the administrator role and tie alerts to recent LatePoint admin activity.
  • Track changes to wp_users, wp_usermeta, and LatePoint customer tables for anomalous content patterns.

How to Mitigate CVE-2026-7448

Immediate Actions Required

  • Update the LatePoint plugin to a version later than 5.5.0 that includes the fix referenced in the LatePoint Code Change History.
  • Audit LatePoint customer records for stored payloads in the first_name field and remove or sanitize affected entries.
  • Rotate WordPress administrator passwords and invalidate active sessions if administrators viewed booking activity prior to patching.
  • Review and revoke any unexpected administrator accounts, application passwords, or API keys created during the exposure window.

Patch Information

The vendor addressed the issue in the LatePoint plugin trunk via changeset 3522933. Site operators should update through the WordPress plugin dashboard or replace plugin files with the patched release. Verify the fix by confirming that the affected functions in activities_controller.php, email_helper.php, replacer_helper.php, and customer_model.php apply WordPress escaping helpers when rendering the first_name value.

Workarounds

  • If immediate patching is not possible, restrict access to the LatePoint booking form using a Web Application Firewall (WAF) rule that filters HTML and JavaScript syntax in the first_name parameter.
  • Apply a Content Security Policy (CSP) on WordPress admin pages that disallows inline script execution to limit the impact of stored payloads.
  • Disable the LatePoint plugin until the patched version is deployed if booking functionality is non-essential.
bash
# Example WAF rule (ModSecurity) to block script payloads in the first_name parameter
SecRule ARGS:first_name "@rx (?i)(<script|on\w+\s*=|javascript:)" \
    "id:1026744801,phase:2,deny,status:403,log,\
    msg:'CVE-2026-7448 LatePoint first_name XSS payload 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.12%

  • 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 Email Helper Code

  • LatePoint Replacer Helper Code

  • LatePoint Customer Model Code

  • LatePoint Activities Controller Code

  • LatePoint Email Helper Code

  • LatePoint Replacer Helper Code

  • LatePoint Customer Model Code

  • LatePoint Activities Controller Code

  • LatePoint Email Helper Code

  • LatePoint Replacer Helper Code

  • LatePoint Customer Model Code

  • LatePoint Code Change History

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-7332: 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