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 is a WordPress calendar booking plugin that contains an insecure direct object reference that allows unauthenticated users to supply a service_id when loading a booking step or starting a booking, bypassing role‑based checks. This flaw enables the creation of approved bookings for services normally restricted to administrators or agents, effectively consuming limited appointment slots and inserting unauthorized reservations into the system. The weakness is identified as CWE‑639, a classic IDOR scenario.

Affected Systems

WordPress installations running LatePoint 5.6.2 or earlier are affected. The vulnerability 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 listed in the CISA KEV catalog. 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 August 3, 2026 at 05:47 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 that only authorized users can specify 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.
  • Regularly check the vendor’s website for updates or patches.

Generated by OpenCVE AI on August 3, 2026 at 05:47 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

Status : Deferred

Published: 2026-07-02T10:16:27.773

Modified: 2026-07-02T13:58:56.870

Link: CVE-2026-12657

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T06:00:12Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key