Blog

"Prevention is cheaper than a breach"

Live Vulnerability Intelligence

Threat Database

Search CVEs, inspect descriptions, and open detail pages with AI-assisted technical context.

Total18
Critical0
High7
Medium11
Reset
Showing 1-18 of 18 records
Threat Entry Updated 2026-07-08

CVE-2026-5356 - For Appointments And Events Plugin

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Improper Input Validation in all versions up to, and including, 5.4.0. This is due to the plugin's Stripe Connect payment processor accepting a client-supplied PaymentIntent ID. This makes it possible for unauthenticated attackers to pay an arbitrary amount by supplying a previously succeeded PaymentIntent token.

PLUGIN For Appointments And Events

CVE-2026-5356

HIGH CVSS 7.5 2026-07-08
Threat Entry Updated 2026-07-06

CVE-2026-11398 - For Appointments And Events Plugin

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 For Appointments And Events

CVE-2026-11398

MEDIUM CVSS 5.3 2026-07-03
Threat Entry Updated 2026-07-02

CVE-2026-12657 - For Appointments And Events Plugin

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…

PLUGIN For Appointments And Events

CVE-2026-12657

MEDIUM CVSS 5.3 2026-07-02
Threat Entry Updated 2026-07-01

CVE-2026-13228 - For Appointments And Events Plugin

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…

PLUGIN For Appointments And Events

CVE-2026-13228

HIGH CVSS 8.8 2026-07-01
Threat Entry Updated 2026-06-17

CVE-2026-8176 - For Appointments And Events Plugin

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.5.1. The plugin chains three independent flaws that together allow an authenticated Agent (Agent+) to overwrite a WordPress Administrator's password without ever invoking an Administrator-only API. This makes it possible for authenticated attackers, with Agent access and above, to elevate their privileges to Administrator.

PLUGIN For Appointments And Events

CVE-2026-8176

HIGH CVSS 7.5 2026-06-16
Threat Entry Updated 2026-06-17

CVE-2026-9719 - For Appointments And Events Plugin

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 5.6.0. This is due to missing or incorrect nonce validation on the change_status function. This makes it possible for unauthenticated attackers to change the status of arbitrary invoices — including marking unpaid invoices as paid — without administrator consent via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

PLUGIN For Appointments And Events

CVE-2026-9719

MEDIUM CVSS 4.3 2026-06-06
Threat Entry Updated 2026-06-17

CVE-2026-7332 - For Appointments And Events Plugin

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'booking_form_page_url' parameter in all versions up to, and including, 5.5.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The malicious activity log entry is written to the database even when Stripe is not configured, because the latepoint_order_intent_created action hook fires before the Stripe Connect account…

PLUGIN For Appointments And Events

CVE-2026-7332

HIGH CVSS 7.2 2026-05-06
Threat Entry Updated 2026-06-17

CVE-2026-6741 - For Appointments And Events Plugin

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Privilege Escalation in versions up to and including 5.4.1. This is due to a missing authorization check in the execute() method of the connect-customer-to-wp-user ability, which only requires the customer__edit capability granted to the latepoint_agent role by default, without verifying whether the target WordPress user ID belongs to a privileged account. This makes it possible for authenticated attackers with the latepoint_agent role to link any LatePoint customer record to an administrator's WordPress account and…

PLUGIN For Appointments And Events

CVE-2026-6741

HIGH CVSS 8.8 2026-04-27
Threat Entry Updated 2026-06-17

CVE-2026-4785 - For Appointments And Events Plugin

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'button_caption' parameter in the [latepoint_resources] shortcode in versions up to and including 5.3.0. This is due to insufficient output escaping when the 'items' parameter is set to 'bundles'. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

PLUGIN For Appointments And Events

CVE-2026-4785

MEDIUM CVSS 6.4 2026-04-08
Threat Entry Updated 2026-06-17

CVE-2026-2324 - For Appointments And Events Plugin

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 5.2.7. This is due to missing or incorrect nonce validation on the reload_preview() function. This makes it possible for unauthenticated attackers to update settings and inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

PLUGIN For Appointments And Events

CVE-2026-2324

MEDIUM CVSS 6.1 2026-03-11
Threat Entry Updated 2026-06-17

CVE-2026-1487 - For Appointments And Events Plugin

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to SQL Injection via the JSON Import in all versions up to, and including, 5.2.7 due to insufficient validation on the user-supplied JSON data. This makes it possible for authenticated attackers, with Administrator-level access and above, to execute arbitrary SQL queries on the database that can be used to extract information via time-based techniques, drop tables, or modify data.

PLUGIN For Appointments And Events

CVE-2026-1487

MEDIUM CVSS 6.5 2026-03-03
Threat Entry Updated 2026-06-17

CVE-2026-1566 - For Appointments And Events Plugin

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to privilege escalation via password reset in all versions up to, and including, 5.2.7. This is due to the plugin allowing users with a LatePoint Agent role, who are creating new customers to set the 'wordpress_user_id' field. This makes it possible for authenticated attackers, with Agent-level access and above, to gain elevated privileges by linking a customer to the arbitrary user ID, including administrators, and then resetting the password.

PLUGIN For Appointments And Events

CVE-2026-1566

HIGH CVSS 8.8 2026-03-03
Threat Entry Updated 2026-02-18

CVE-2025-14873 - For Appointments And Events Plugin

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 5.2.5. This is due to the 'call_by_route_name' function in the routing layer only validating user capabilities without enforcing nonce verification. This makes it possible for unauthenticated attackers to perform multiple administrative actions via forged requests granted they can trick a site administrator into performing an action such as clicking on a link.

PLUGIN For Appointments And Events

CVE-2025-14873

MEDIUM CVSS 4.3 2026-02-14
Threat Entry Updated 2026-06-17

CVE-2026-1537 - For Appointments And Events Plugin

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the load_step() function in all versions up to, and including, 5.2.6. This makes it possible for unauthenticated attackers to view booking information including customer names, email addresses, phone numbers, appointment times, and service details.

PLUGIN For Appointments And Events

CVE-2026-1537

MEDIUM CVSS 5.3 2026-02-12
Threat Entry Updated 2026-06-17

CVE-2026-0617 - For Appointments And Events Plugin

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the customer profile fields in all versions up to, and including, 5.2.5 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever an administrator views the customer's activity history.

PLUGIN For Appointments And Events

CVE-2026-0617

HIGH CVSS 7.2 2026-02-03
Threat Entry Updated 2025-10-02

CVE-2025-6941 - For Appointments And Events Plugin

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'id' parameter of the 'latepoint_resources' shortcode in all versions up to, and including, 5.1.94 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

PLUGIN For Appointments And Events

CVE-2025-6941

MEDIUM CVSS 6.4 2025-09-30
Threat Entry Updated 2025-10-02

CVE-2025-6815 - For Appointments And Events Plugin

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘service[name]’ parameter in all versions up to, and including, 5.1.94 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.

PLUGIN For Appointments And Events

CVE-2025-6815

MEDIUM CVSS 5.5 2025-09-30
Threat Entry Updated 2025-05-16

CVE-2025-3769 - For Appointments And Events Plugin

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.1.92 via the 'view_booking_summary_in_lightbox' due to missing validation on a user controlled key. This makes it possible for unauthenticated attackers to retrieve appointment details such as customer names and email addresses.

PLUGIN For Appointments And Events

CVE-2025-3769

MEDIUM CVSS 5.3 2025-05-14
Scroll to top