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

CVE-2026-7457: WordPress LatePoint Plugin XSS Vulnerability

CVE-2026-7457 is a stored cross-site scripting flaw in the LatePoint plugin for WordPress that lets authenticated users inject malicious scripts. This article covers technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-7457 Overview

CVE-2026-7457 is a Stored Cross-Site Scripting (XSS) vulnerability in the LatePoint plugin for WordPress, affecting all versions up to and including 5.5.0. The flaw resides in the customer cabinet profile update endpoint, which fails to sanitize raw POST parameters such as first_name, last_name, phone, and notes. Authenticated attackers with customer-level access can inject arbitrary JavaScript that executes in an administrator's or agent's browser when notification templates referencing customer variables are previewed. The vulnerability is tracked under [CWE-79] and was assigned a CVSS score of 6.4.

Critical Impact

Customer-level attackers can inject scripts that execute in privileged administrator and agent browser sessions through the notification preview panel.

Affected Products

  • LatePoint plugin for WordPress, all versions up to and including 5.5.0
  • LatePoint versions 5.3.1 and 5.5.0 confirmed vulnerable in source references
  • LatePoint trunk prior to changeset 3522933

Discovery Timeline

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

Technical Details for CVE-2026-7457

Vulnerability Analysis

The vulnerability is a stored XSS issue resulting from two compounding flaws in the LatePoint plugin's data flow. First, the customer cabinet profile update path accepts raw POST parameters without sanitization. Second, the notification preview rendering path injects those stored values into HTML without output escaping. Together, these flaws allow customer-controlled input to reach a privileged DOM context.

An authenticated user with customer privileges can submit JavaScript payloads through profile fields such as first_name, last_name, phone, or notes. The malicious payload is persisted in the database verbatim. When an administrator or agent later previews any notification template that references variables like {{customer_full_name}}, {{customer_first_name}}, {{customer_last_name}}, {{customer_phone}}, or {{customer_notes}}, the stored payload executes in the privileged user's browser session.

Root Cause

The OsCustomerModel class does not override the params_to_sanitize() method. As a result, set_data() stores incoming values verbatim in the database. On the output side, generate_preview() substitutes stored customer values into notification template HTML using str_replace() without invoking esc_html() before echoing the result. The combination of missing input sanitization and missing output escaping enables script persistence and execution.

Attack Vector

The attack is remote and requires only customer-level authentication. An attacker registers as a customer or uses an existing customer account, then submits a profile update containing a script payload in any of the affected fields. The payload remains dormant until an administrator or agent opens the notification template preview that interpolates customer variables. At that point, the script executes with the privileges of the previewing user, enabling session theft, administrative action forgery, or further compromise of the WordPress installation.

The vulnerability is described in prose because no verified public exploit code is available. Technical details are documented in the LatePoint Customer Cabinet Controller and the LatePoint Replacer Helper Code.

Detection Methods for CVE-2026-7457

Indicators of Compromise

  • LatePoint customer profile records containing HTML tags, <script> elements, or JavaScript event handlers in first_name, last_name, phone, or notes fields.
  • Unexpected outbound requests originating from administrator or agent browser sessions shortly after viewing notification template previews.
  • New or modified WordPress administrator accounts created shortly after a notification preview was rendered.

Detection Strategies

  • Query the LatePoint customer database tables for stored values containing angle brackets, javascript: URIs, or HTML event attributes such as onerror and onload.
  • Inspect web server access logs for POST requests to the customer cabinet profile update endpoint that include encoded script payloads.
  • Review the LatePoint Process Action Code call paths for unsanitized parameter flow into stored customer records.

Monitoring Recommendations

  • Monitor WordPress admin sessions for anomalous DOM activity, unexpected XHR requests, or token exfiltration following access to LatePoint notification settings.
  • Alert on creation of new WordPress administrators, plugin installations, or option changes that follow customer profile updates within a short time window.
  • Forward WordPress and web server logs to a centralized analytics platform to correlate customer profile edits with subsequent administrative actions.

How to Mitigate CVE-2026-7457

Immediate Actions Required

  • Update the LatePoint plugin to a version newer than 5.5.0 that includes the fix referenced in LatePoint Changeset Update.
  • Audit existing LatePoint customer records and remove or sanitize any stored values containing HTML or scripting payloads.
  • Rotate WordPress administrator and agent session cookies and credentials if customer profile data showed signs of script injection.

Patch Information

The vendor fix is published in changeset 3522933 on the LatePoint plugin trunk. Administrators should upgrade to the patched release distributed through the WordPress plugin repository. Additional context is available in the Wordfence Vulnerability ID 628b3f53 advisory.

Workarounds

  • Restrict access to the customer cabinet profile update endpoint behind a Web Application Firewall (WAF) rule that blocks HTML and script characters in first_name, last_name, phone, and notes parameters.
  • Disable use of customer variable placeholders such as {{customer_full_name}} and {{customer_notes}} in notification templates until the patch is applied.
  • Limit notification template preview access to trusted administrators and avoid previewing templates tied to untrusted customer records.
bash
# Configuration example: WAF rule to block script payloads in LatePoint profile updates
SecRule REQUEST_URI "@contains /latepoint/customer_cabinet" \
  "chain,phase:2,deny,status:403,id:1002026,msg:'LatePoint XSS payload blocked'"
  SecRule ARGS:first_name|ARGS:last_name|ARGS:phone|ARGS:notes \
    "@rx (?i)(<script|javascript:|onerror=|onload=)"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.06%

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

  • LatePoint Replacer Helper Code

  • LatePoint Process Action Code

  • LatePoint Customer Cabinet Controller

  • LatePoint Replacer Helper Code

  • LatePoint Process Action Code

  • LatePoint Customer Cabinet Controller

  • LatePoint Replacer Helper Code

  • LatePoint Process Action Code

  • LatePoint Changeset Update

  • Wordfence Vulnerability ID 628b3f53
  • Related CVEs
  • CVE-2026-7448: LatePoint WordPress Plugin XSS Vulnerability

  • CVE-2026-7332: LatePoint WordPress 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