CVE-2026-55247 affects plone.app.event, the event content type component for the Plone CMS. Versions prior to 5.2.4 and 6.0.1 contain multiple vulnerabilities in the iCalendar import functionality. A logged-in editor can exploit unrestricted URL handling to trigger Server-Side Request Forgery (SSRF), accessing internal network resources or local calendar files. The lack of download size and event count limits enables resource exhaustion and denial of service. Additionally, malicious event URLs can be stored and executed as scripts in other users' browsers, constituting a stored Cross-Site Scripting (XSS) vulnerability. The fix introduces URL restrictions, import size and event count limits (MAXIMUM_ICAL_IMPORT_SIZE_BYTES, MAXIMUM_ICAL_IMPORT_EVENTS), transaction savepoints, and event URL validation. Patches are available in versions 5.2.4 and 6.0.1.