Description
The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 5.6.2 via the 'service_id' parameter due to missing validation on a user controlled key. This makes it possible for unauthenticated attackers to create approved bookings against services explicitly restricted to admins and agents, consuming restricted appointment capacity and triggering unauthorized bookings for admin/agent-only services. The bypass works via both the params[booking][service_id] parameter in steps__load_step and the presets[selected_service] parameter in steps__start, both of which are publicly accessible without authentication.
Published: 2026-07-02
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

LatePoint, a WordPress calendar booking plugin, contains an insecure direct object reference that allows unauthenticated users to submit a service_id parameter when loading a booking step or starting a booking, bypassing role‑based checks. This flaw lets an attacker create approved bookings for services that are normally limited to administrators or agents, effectively consuming restricted appointment slots and inserting unauthorized appointments into the system. The weakness is identified as CWE‑639, which describes a classic IDOR scenario.

Affected Systems

WordPress installations running LatePoint version 5.6.2 or earlier are affected. The vulnerable functionality resides in the steps__load_step and steps__start endpoints, which are publicly accessible without authentication. Any site that has an unpatched LatePoint deployment and exposes its booking interfaces is at risk.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate impact, but the EPSS score of less than 1 % suggests a low current exploitation likelihood. The vulnerability is not cataloged in the CISA KEV list. Exploitation requires only unauthenticated HTTP requests to the publicly exposed booking endpoints with a manipulated service_id; no special privileges or credentials are needed, making the attack vector straightforward and remote.

Generated by OpenCVE AI on July 21, 2026 at 12:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update LatePoint to a version newer than 5.6.2.
  • If an upgrade is not possible, restrict access to the booking creation endpoints so service_id.
  • Implement server‑side checks that confirm the service_id supplied belongs to a service authorized for the caller before accepting the booking request.
  • Continuously monitor booking logs for unexpected or unapproved appointments to detect misuse early.

Generated by OpenCVE AI on July 21, 2026 at 12:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 02 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 02 Jul 2026 11:15:00 +0000

Type Values Removed Values Added
First Time appeared Latepoint
Latepoint latepoint – Calendar Booking Plugin For Appointments And Events
Wordpress
Wordpress wordpress
Vendors & Products Latepoint
Latepoint latepoint – Calendar Booking Plugin For Appointments And Events
Wordpress
Wordpress wordpress

Thu, 02 Jul 2026 09:45:00 +0000

Type Values Removed Values Added
Description The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 5.6.2 via the 'service_id' parameter due to missing validation on a user controlled key. This makes it possible for unauthenticated attackers to create approved bookings against services explicitly restricted to admins and agents, consuming restricted appointment capacity and triggering unauthorized bookings for admin/agent-only services. The bypass works via both the params[booking][service_id] parameter in steps__load_step and the presets[selected_service] parameter in steps__start, both of which are publicly accessible without authentication.
Title LatePoint <= 5.6.2 - Unauthenticated Insecure Direct Object Reference to Arbitrary Creation via 'service_id' Parameter
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

Latepoint Latepoint – Calendar Booking Plugin For Appointments And Events
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-02T12:37:48.368Z

Reserved: 2026-06-18T18:49:07.840Z

Link: CVE-2026-12657

cve-icon Vulnrichment

Updated: 2026-07-02T12:37:44.913Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T12:30:03Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key