CVE-2026-2262 HIGH

CVE-2026-2262: Easy Appointments <= 3.12.21 - Unauthenticated Sensitive Information Exposure via REST API

Vendor Easyappointments
Product Easy Appointments
Weakness CWE-200 · Info exposure
Published April 17, 2026
Last update April 20, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

The Easy Appointments plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.12.21 via the `/wp-json/wp/v2/eablocks/ea_appointments/` REST API endpoint. This is due to the endpoint being registered with `'permission_callback' => '__return_true'`, which allows access without any authentication or authorization checks. This makes it possible for unauthenticated attackers to extract sensitive customer appointment data including full names, email addresses, phone numbers, IP addresses, appointment descriptions, and pricing information.

Explanation of Vulnerability in Simple Terms

02Summary

Easy Appointments versions 3.12.21 and earlier expose sensitive information to unauthenticated attackers over the network. The vulnerability allows direct access to confidential data without requiring user interaction or special network conditions. Site administrators should update to a version newer than 3.12.21 immediately.

What an attacker can do

03Attacker Capabilities

Read sensitive information from the application without authentication.

Potential impact on your site

04Site Impact

Confidential data (user details, appointment records, or system information) may be publicly accessible to anyone.

Conditions required to exploit

05Prerequisites

Network access to the Easy Appointments installation; no authentication required.

Key dates

06Disclosure timeline

April 17, 2026 CVE published
April 20, 2026 Record updated