Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-11398 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 5.6.1. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to modify the personally identifiable information (first name, last name, phone number, and notes) of any existing customer record, including those linked to administrator accounts, by submitting the booking form with a known customer's email address. Exploitation requires the plugin to be configured with guest bookings enabled (is_customer_auth_disabled() returning true), which is necessary for the vulnerable unauthenticated code path in process_step_customer() to be reached.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-862Missing Authorization[email protected]

Affected Products

ProductVersions
LatePoint
<= 5.6.1 (semver)

CPE

  • cpe:2.3:a:latepoint:latepoint:*:*:*:*:*:wordpress:*:*

Remediation

  • Upgrade: 5.6.2moderate effort
  • Workaround:low effort

    Disable guest bookings (is_customer_auth_disabled() should return false).

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-11398
NVD Published Date:
Jul 3, 2026
NVD Last Modified:
Jul 6, 2026
Source:
[email protected]
CVE-2026-11398 Details - Not Deferred