Summary
CVE-2026-57714 is a critical Blind SQL Injection vulnerability in the LatePoint appointment booking plugin for WordPress, affecting all versions through 5.6.3. Carrying a CVSS v3.1 base score of 9.3 (Critical), the flaw requires no authentication and no user interaction, allowing any remote attacker to systematically extract sensitive data from the underlying WordPress database — with scope impact extending beyond the plugin’s own data. Sites running LatePoint on 100,000+ active installations worldwide are at risk and should upgrade immediately.
Technical details
- Root cause: Improper neutralization of special elements used in SQL commands (CWE-89). Attacker-controlled input passed through the plugin’s publicly accessible booking endpoints is not adequately sanitized or parameterized before being incorporated into database queries.
- Trigger conditions: Fully unauthenticated and requires no user interaction. Any remote, unauthenticated party with network access to the target site can trigger the vulnerability via standard HTTP/HTTPS requests to the booking interface.
- Attack vector: Network (AV:N), low attack complexity (AC:L). LatePoint’s booking forms and scheduling endpoints are publicly exposed by design, giving attackers direct access to the vulnerable input vectors without needing credentials or any form of prior access.
- Impact: Blind SQL Injection enables systematic, time- or boolean-based enumeration of the WordPress database. An attacker can extract customer PII, appointment records, stored credentials (including WordPress user password hashes), and payment metadata. The Changed scope (S:C) in the CVSS vector confirms the impact can extend beyond the plugin’s own database rows. Confidentiality impact is rated High (C:H), with an additional Low availability impact (A:L).
Affected software
- LatePoint WordPress Plugin: all versions from n/a through 5.6.3 (inclusive)
Severity
- CVSS v3.1 Base Score: 9.3 — Critical
- Vector String:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Mitigation and recommended actions
- Immediate action — patch now: Update LatePoint to version 5.6.4 or later. The security fix was confirmed in the 5.6.4 release (June 30, 2026), as documented in the plugin’s official WordPress.org changelog. The current release as of this writing is 5.6.8.
- If immediate patching is not feasible: Restrict unauthenticated access to LatePoint booking endpoints at the web application firewall (WAF) or network perimeter level until the update can be applied. This is a temporary measure only — patching remains the sole permanent remediation.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

