HIGH 7.5

CVE-2026-8176: LatePoint WordPress Plugin Privilege Escalation to Administrator

The LatePoint calendar booking plugin for WordPress contains a chain of three separate vulnerabilities that can be combined by an authenticated Agent user to gain full Administrator access. An attacker with Agent-level credentials can manipulate the plugin's functionality to reset an Administrator's password without triggering any Administrator-only security checks, effectively hijacking the WordPress site. This is particularly dangerous because Agent accounts are typically granted to lower-privileged users like appointment schedulers or booking managers—not full site administrators.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Weaknesses (CWE)
CWE-269
Affected products
0 configuration(s)
Published / Modified
2026-06-16 / 2026-06-17

NVD description (verbatim)

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.

22 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-8176 exploits a privilege escalation vulnerability in LatePoint through versions 5.5.1 by chaining three independent flaws. The vulnerability chain allows an authenticated Agent or Agent+ user to overwrite Administrator account credentials without invoking any Administrator-restricted API endpoints. The attack succeeds because the plugin fails to properly enforce role-based access controls when processing password modification requests, enabling a lower-privileged user to escalate to the highest administrative level. The CVSS 3.1 score of 7.5 (HIGH) reflects high confidentiality, integrity, and availability impact from an authenticated perspective with high attack complexity.

Business impact

Successful exploitation grants attackers complete control over WordPress installations running the vulnerable LatePoint plugin. An attacker can modify site content, install malware, access sensitive data, modify user accounts, inject backdoors, or delete critical information. For service-based businesses relying on LatePoint for appointment management, a compromised Admin account means the entire platform is compromised—affecting customer data, payment processing integrations, and business continuity. The risk is elevated because Agent accounts may be distributed to multiple staff members, expanding the attack surface within organizations using the plugin.

Affected systems

WordPress installations with the LatePoint – Calendar Booking Plugin for Appointments and Events plugin installed in versions up to and including 5.5.1 are affected. Any site using this plugin version range with at least one Agent-level or higher user account is at risk. This includes appointment scheduling businesses, service providers, coaching platforms, and any WordPress site leveraging LatePoint for booking functionality.

Exploitability

Exploitation requires valid Agent or Agent+ account credentials—the attacker cannot execute this chain from outside the application. However, Agent accounts are intentionally designed as lower-privilege roles and are often distributed to staff. The moderate attack complexity reflects that while the vulnerability requires authentication, the three-flaw chain is reliable once an Agent account is obtained. No specialized tools or interactions are required beyond standard plugin functionality. The vulnerability is currently not tracked in the CISA Known Exploited Vulnerabilities catalog, but the straightforward nature of the exploit chain and the plugin's widespread use among small-to-medium businesses creates practical exploitation risk.

Remediation

Update the LatePoint plugin to a patched version released after 5.5.1. Verify the latest available version through the official WordPress plugin repository or the vendor's advisory. Additionally, implement immediate access controls: audit all Agent accounts and remove unnecessary ones, enable strong password policies, and consider temporarily disabling Agent account creation until patched. Monitor Administrator account changes and review login logs for suspicious activity.

Patch guidance

Check the official LatePoint WordPress plugin page and vendor security advisories for the latest patched version available. Apply the update through the WordPress admin dashboard (Plugins → Updates) once the patch is confirmed available. Before applying, test the update in a staging environment if the site handles critical booking operations. After patching, verify that existing Agent accounts still function correctly and that password-reset functionality operates as expected. Verify against the vendor advisory for specific version numbers and any breaking changes.

Detection guidance

Monitor WordPress admin logs for unexpected password changes on Administrator accounts, particularly changes initiated by non-Administrator users or API calls. Review the plugin's audit logs (if available) for password modification events tied to Agent accounts. Check for unusual Agent account activity patterns. Examine wp-admin login records for logons from unexpected IP ranges or user accounts, especially following password changes. Use WordPress security plugins to monitor for privilege escalation attempts and unauthorized administrative modifications. Examine the database directly for wp_users table modifications that don't correlate with known administrative actions.

Why prioritize this

This vulnerability merits immediate attention due to the HIGH CVSS score, the ease of exploitation by insider threats or compromised Agent accounts, and the complete compromise scope (full Administrator access). While CVSS 7.5 is not maximum, the real-world impact—total site takeover via a chainable flaw that bypasses authorization—makes this a critical operational risk. Organizations operating appointment-heavy businesses or managing customer data through LatePoint should prioritize patching within 24–48 hours.

Risk score, explained

The CVSS 3.1 score of 7.5 reflects: (1) Network exploitability—the plugin processes the attack over standard HTTP/HTTPS; (2) Low attack complexity, but 'High' in the vector due to multi-step chaining requirements; (3) Low privilege requirement (Agent accounts are common); (4) No user interaction needed; (5) High confidentiality, integrity, and availability impact—the attacker gains administrative control. The score appropriately captures a severe but not critical vulnerability because exploitation requires prior authentication, which is the key limiting factor. The real-world severity is amplified by the widespread distribution of Agent accounts and the complete control granted upon success.

Frequently asked questions

Can an unauthenticated attacker exploit this vulnerability?

No. The vulnerability requires valid Agent or Agent+ credentials. However, Agent accounts are typically distributed to staff, increasing the likelihood that valid credentials exist or can be obtained through phishing or credential compromise.

What versions of LatePoint are affected?

All versions up to and including 5.5.1 are vulnerable. Consult the vendor's security advisory or WordPress plugin repository for confirmation of the first patched version.

If we don't use Agent accounts, are we safe?

If your WordPress installation has no Agent-level users configured, this specific vulnerability chain cannot be executed. However, disabling Agent functionality is a workaround, not a permanent fix—update the plugin when a patch is available.

How should we respond if we suspect our Administrator password was compromised via this CVE?

Change all Administrator passwords immediately, review recent admin activity logs, check for unauthorized user accounts and backdoors, audit plugin and theme changes, and consider a full security audit. If the site handles payment data, notify your payment processor. Update LatePoint to the patched version only after securing Administrator accounts.

This analysis is based on published CVE data current as of the stated publication date. Patch availability and version numbers should be verified against the official WordPress plugin repository and vendor security advisories before deployment. Exploit code or weaponized proof-of-concept methods are not provided. Organizations should conduct their own testing in non-production environments before patching live sites. This intelligence does not constitute legal, compliance, or professional security advice. Source: NVD (public-domain), retrieved 2026-07-24. Analysis generated by SEC.co (claude-haiku-4-5).