Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-1487

CVE-2026-1487: LatePoint WordPress Plugin SQLi Vulnerability

CVE-2026-1487 is a SQL injection vulnerability in the LatePoint WordPress plugin affecting versions up to 5.2.7. Authenticated attackers with admin access can exploit this flaw to extract or modify database information.

Published: March 6, 2026

CVE-2026-1487 Overview

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to SQL Injection via the JSON Import functionality. This vulnerability affects all versions up to and including 5.2.7 and stems from insufficient validation on user-supplied JSON data. Authenticated attackers with Administrator-level access can execute arbitrary SQL queries against the database, enabling data extraction via time-based techniques, table manipulation, or data modification.

Critical Impact

Authenticated administrators can leverage the JSON Import feature to execute arbitrary SQL queries, potentially extracting sensitive database information, dropping tables, or modifying critical data within the WordPress installation.

Affected Products

  • LatePoint – Calendar Booking Plugin for Appointments and Events for WordPress versions up to and including 5.2.7

Discovery Timeline

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

Technical Details for CVE-2026-1487

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) exists within the JSON Import functionality of the LatePoint plugin. The root issue lies in the plugin's failure to properly sanitize and validate user-supplied JSON data before incorporating it into SQL queries. When an authenticated administrator imports JSON data, the plugin processes this input without adequate parameterization or escaping, allowing malicious SQL statements to be injected and executed against the underlying WordPress database.

The network-accessible attack vector means exploitation can occur remotely, though it requires valid administrator credentials. The vulnerability primarily impacts data confidentiality and integrity, as attackers can extract sensitive information through time-based blind SQL injection techniques or directly manipulate database contents.

Root Cause

The vulnerability originates from insufficient input validation and sanitization within the JSON Import parsing logic. When processing imported JSON data, the plugin constructs SQL queries by directly incorporating unsanitized values from the JSON payload. This lack of prepared statements or proper escaping mechanisms allows attackers to break out of the intended query context and inject arbitrary SQL commands.

Attack Vector

An authenticated attacker with administrator privileges can craft a malicious JSON payload containing SQL injection payloads within data fields. When this payload is submitted through the JSON Import functionality, the injected SQL commands are executed against the database. Since direct query results may not be visible, attackers typically employ time-based blind SQL injection techniques—using functions like SLEEP() or BENCHMARK()—to extract data character by character based on response timing differences.

The attack flow involves:

  1. Authenticating as a WordPress administrator
  2. Navigating to the LatePoint plugin's JSON Import feature
  3. Crafting a JSON payload with embedded SQL injection strings
  4. Submitting the malicious import and observing database responses

Due to the nature of this vulnerability, technical exploitation details are not provided here. For more information on the specific injection points and remediation, refer to the Wordfence Vulnerability Report.

Detection Methods for CVE-2026-1487

Indicators of Compromise

  • Unusual database query patterns or unexpected execution times in database logs
  • Administrator accounts accessing JSON Import functionality with abnormal frequency
  • Database error logs showing malformed SQL syntax or unexpected query structures
  • Evidence of time-based delays in HTTP responses from import endpoints
  • Unauthorized data modifications or missing database tables

Detection Strategies

  • Monitor WordPress admin activity logs for suspicious JSON Import operations
  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in POST requests to LatePoint endpoints
  • Review database query logs for time-based SQL injection indicators such as SLEEP(), BENCHMARK(), or WAITFOR DELAY functions
  • Deploy intrusion detection systems configured to alert on anomalous database access patterns

Monitoring Recommendations

  • Enable detailed WordPress audit logging for all administrator actions
  • Configure database slow query logging to identify time-based injection attempts
  • Implement real-time alerting for any access to the LatePoint JSON Import functionality
  • Regularly audit administrator accounts and remove unnecessary elevated privileges

How to Mitigate CVE-2026-1487

Immediate Actions Required

  • Update the LatePoint plugin to a version newer than 5.2.7 immediately
  • Review WordPress administrator accounts and enforce principle of least privilege
  • Audit database logs for signs of exploitation prior to patching
  • Consider temporarily disabling the JSON Import feature if immediate patching is not possible
  • Review and restore any database modifications if compromise is suspected

Patch Information

The vulnerability has been addressed in versions after 5.2.7. The fix can be reviewed in the WordPress Plugin Changeset 3463945. Site administrators should update to the latest available version of the LatePoint plugin through the WordPress plugin update mechanism.

Workarounds

  • Restrict administrator access to only trusted personnel until patching is complete
  • Disable the JSON Import functionality via plugin settings or code modification if available
  • Implement additional Web Application Firewall rules to filter malicious payloads targeting the import endpoint
  • Consider using WordPress security plugins that provide SQL injection protection at the application layer
  • Limit database user privileges for the WordPress database connection to reduce the impact of successful exploitation
bash
# WordPress CLI - Update LatePoint plugin to latest version
wp plugin update latepoint --allow-root

# Verify current plugin version
wp plugin get latepoint --field=version

# Backup database before any changes (recommended)
wp db export backup-before-update.sql

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • WordPress Change Log Entry

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3330: Form Maker by 10Web SQLi Vulnerability

  • CVE-2026-6674: WordPress CMS Plugin SQL Injection Flaw

  • CVE-2026-3489: DirectoryPress WordPress SQLi Vulnerability

  • CVE-2026-3773: WordPress Accessibility Suite SQL Injection
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