Description
The Appointment Booking Plugin WordPress plugin before 5.6.3 does not validate a CSRF nonce on several state-changing actions handled by its central request dispatcher, allowing attackers to perform privileged actions, such as overwriting the booking-form configuration or disconnecting the connected payment gateway, via Cross-Site Request Forgery against a logged-in administrator.
Published: 2026-07-16
Score: 5.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Appointment Booking Plugin for WordPress versions prior to 5.6.3 rejects CSRF nonce validation on several state‑changing actions handled by its central request dispatcher. This flaw allows an attacker to trigger privileged actions—such as overwriting booking‑form configuration or disconnecting a payment gateway—when a logged‑in administrator visits a malicious site. The vulnerability directly enables unauthorized modification of application state, which can disrupt booking services and potentially result in financial loss or denial of service if configuration files are altered.

Affected Systems

Any WordPress installation that uses the Appointment Booking Plugin older than 5.6.3 is exposed. The CNA identifies the affected product simply as "Appointment Booking Plugin"; no additional vendor or product identifiers are available beyond the plugin name.

Risk and Exploitability

The CVSS score of 5.4 indicates a moderate risk, while the EPSS score of less than 1% suggests that active exploitation is currently unlikely. The vulnerability is not listed in CISA’s KEV catalog. The likely attack vector involves an attacker leveraging an active administrator session or tricking a logged‑in administrator to visit a malicious URL; this is inferred because the description notes a missing CSRF nonce on state‑changing actions. Thus, no additional preconditions beyond an authenticated admin are required, inferred from the described behavior.

Generated by OpenCVE AI on July 31, 2026 at 02:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Appointment Booking Plugin to version 5.6.3 or later, which restores CSRF nonce validation for all state‑changing actions.
  • If an upgrade cannot be performed immediately, temporarily block the affected request paths by editing the plugin’s dispatcher or by applying access‑control rules (e.g., via .htaccess or a security plugin) to prevent privileged actions from being invoked without a valid nonce.
  • Implement additional security controls for administrator accounts, such as enforcing two‑factor authentication and restricting admin access to trusted IP addresses.

Generated by OpenCVE AI on July 31, 2026 at 02:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 16 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-352
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 16 Jul 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Appointment Booking Plugin WordPress plugin before 5.6.3 does not validate a CSRF nonce on several state-changing actions handled by its central request dispatcher, allowing attackers to perform privileged actions, such as overwriting the booking-form configuration or disconnecting the connected payment gateway, via Cross-Site Request Forgery against a logged-in administrator.
Title LatePoint < 5.6.3 - Multiple Privileged Actions via CSRF
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-16T15:33:52.148Z

Reserved: 2026-06-10T12:15:27.794Z

Link: CVE-2026-11866

cve-icon Vulnrichment

Updated: 2026-07-16T15:28:15.302Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T02:30:05Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)