Skip to main content

LatePoint EUVDEUVD-2026-40943

| CVE-2026-13228 HIGH
Improper Privilege Management (CWE-269)
2026-07-01 Wordfence GHSA-9xqc-qhp9-fr5q
8.8
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
8.8 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
8.8 HIGH

Network-reachable and deterministic (AV:N/AC:L) with no user interaction, but requires an authenticated Agent account (PR:L); escalation to Administrator yields total C/I/A within the same site scope.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Jul 01, 2026 - 11:06 vuln.today
CVE Published
Jul 01, 2026 - 09:32 cve.org
HIGH 8.8

DescriptionCVE.org

The LatePoint - Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Privilege Escalation to Administrator in versions up to, and including, 5.6.3 This is due to an Insecure Direct Object Reference (IDOR) in the create_or_update() function of OsOrdersController, which allows an authenticated Agent to supply an arbitrary order[customer_id] and overwrite any LatePoint customer's email field (including one linked to a WordPress Administrator's account) through the public-scope customer set_data() call, combined with a missing role verification in OsAuthHelper::authorize_customer() which logs in the linked WordPress user without checking its role. This makes it possible for authenticated attackers, with custom (Agent)-level access and above, to elevate their privileges to Administrator.

AnalysisAI

Privilege escalation to Administrator in the LatePoint booking plugin for WordPress (versions up to and including 5.6.3) lets an authenticated Agent-level user hijack any WordPress account by abusing an Insecure Direct Object Reference in OsOrdersController::create_or_update(). By supplying an arbitrary order[customer_id], an attacker overwrites the email of any LatePoint customer - including one tied to a WordPress Administrator - and then logs in as that user because OsAuthHelper::authorize_customer() never checks the linked account's role. Reported by Wordfence and rated CVSS 8.8; no public exploit identified at time of analysis and it is not on CISA KEV, though the root-cause code paths are pinpointed in public plugin source.

Technical ContextAI

The affected component is LatePoint, a commercial WordPress appointment/booking plugin (CPE cpe:2.3:a:latepoint:latepoint_-_calendar_booking_plugin_for_appointments_and_events). The flaw maps to CWE-269 (Improper Privilege Management) and manifests as two chained defects in PHP. First, the create_or_update() method of OsOrdersController accepts a client-controlled order[customer_id] and passes it into the customer object's public-scope set_data() routine, allowing an Agent to write attacker-chosen data (specifically the email field) onto a customer record they do not own - a textbook IDOR. Second, OsAuthHelper::authorize_customer() authenticates the WordPress user linked to a LatePoint customer by account association without verifying that user's WordPress role, so re-associating an Administrator's email to the attacker's controlled record yields an Administrator session. The referenced source lines (orders_controller.php L112/L127/L137 and auth_helper.php L256 at tag 5.6.2) and the 5.6.3→5.6.4 changeset document exactly these code paths.

RemediationAI

Update LatePoint to version 5.6.4 or later, the first release beyond the affected 5.6.3 and the one containing the fix documented in the WordPress plugin trac changeset (https://plugins.trac.wordpress.org/changeset/3590914/latepoint/trunk/lib/controllers/orders_controller.php and the 5.6.3→5.6.4 diff at https://plugins.trac.wordpress.org/changeset?old_path=%2Flatepoint/tags/5.6.3&new_path=%2Flatepoint/tags/5.6.4); consult the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/8f9db3b8-dd37-4d8b-b041-50b453858a39?source=cve for details. If you cannot patch immediately, treat every Agent-level account as effectively Administrator-capable: revoke or suspend non-essential Agent accounts, restrict Agent creation to fully trusted staff, and audit LatePoint customer records and WordPress user emails for unexpected changes to Administrator addresses. A Wordfence firewall rule or equivalent WAF blocking manipulated order[customer_id] parameters to the orders controller can act as a temporary compensating control, at the cost of possibly interfering with legitimate order editing until tuned; since the fix is a small tagged release, upgrading to 5.6.4 is strongly preferred over relying on these stopgaps.

CVE-2024-8943 CRITICAL POC
9.8 Oct 08

The LatePoint plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 5.0.12. Rate

CVE-2024-8911 CRITICAL POC
9.8 Oct 08

The LatePoint plugin for WordPress is vulnerable to Arbitrary User Password Change via SQL Injection in versions up to,

CVE-2024-2472 CRITICAL
9.1 Jun 14

The LatePoint Plugin plugin for WordPress is vulnerable to unauthorized access of data and modification of data due to a

CVE-2026-57714 CRITICAL
9.3 Jul 13

Blind SQL injection in the LatePoint WordPress appointment-booking plugin (versions up to and including 5.6.3) lets remo

CVE-2026-6741 HIGH
8.8 Apr 27

Privilege escalation in the LatePoint booking plugin for WordPress (versions ≤ 5.4.1) lets an authenticated user holding

CVE-2024-43945 HIGH
8.8 Oct 21

Cross-Site Request Forgery (CSRF) vulnerability in Latepoint LatePoint allows Cross Site Request Forgery.9.91. Rated hig

CVE-2026-8176 HIGH
7.5 Jun 16

Privilege escalation in the LatePoint Calendar Booking plugin for WordPress (versions up to and including 5.5.1) allows

CVE-2026-5356 HIGH
7.5 Jul 08

Payment amount manipulation in the LatePoint Calendar Booking plugin for WordPress (versions up to and including 5.4.0)

CVE-2026-49083 HIGH
7.5 Jun 15

Privilege escalation in the LatePoint WordPress plugin versions 5.5.1 and earlier allows authenticated users holding low

CVE-2026-7448 HIGH
7.2 May 06

Stored Cross-Site Scripting in LatePoint Calendar Booking Plugin for WordPress allows unauthenticated remote attackers t

CVE-2026-7332 HIGH
7.2 May 06

Stored cross-site scripting (XSS) in LatePoint WordPress booking plugin (versions ≤5.5.0) allows unauthenticated attacke

CVE-2026-32533 MEDIUM
6.5 Mar 25

An authorization bypass vulnerability exists in LatePoint versions up to and including 5.2.6 that allows attackers to ex

Share

EUVD-2026-40943 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy