CVE-2026-52840 PUBLISHED

Easy!Appointments has server-side request forgery in CalDAV connection test that exposes the deployment's internal network

Assigner: GitHub_M
Reserved: 08.06.2026 Published: 14.07.2026 Updated: 14.07.2026

Easy!Appointments is a self hosted appointment scheduler. In versions prior to 1.6.0, Caldav::connect_to_server at application/controllers/Caldav.php:60 hands the request's caldav_url to a Guzzle REPORT call without scheme or host validation. A logged-in backend user (admin, provider, or secretary) reaches loopback, RFC1918, and link-local hosts on the deployment's network. The Guzzle exception path returns the upstream status code plus ~120 bytes of response body in the JSON message field (Caldav.php:74-78), so the SSRF is semi-blind. Version 1.6.0 contains a patch.

Metrics

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

Product Status

Vendor alextselegidis
Product easyappointments
Versions
  • Version < 1.6.0 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE