GHSA-r82h-mqw3-fc56
Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:H
iCal import in Plone typically requires an authenticated contributor role; impact is pure availability loss with no confidentiality or integrity effect.
Primary rating from Vendor (CNA).
CVSS VectorVendor
Lifecycle Timeline
3Description PRE-NVD
AnalysisAI
Denial-of-service via malformed iCalendar import in Plone's plone.app.event package, rated 9.1 critical, enables remote disruption of affected Plone installations by submitting a crafted ICS file to the event import endpoint. Disclosed June 23, 2026 as part of a coordinated Plone security release addressing six distinct vulnerabilities across multiple packages. No public exploit code or CISA KEV listing has been identified at time of analysis, though the critical severity rating and co-disclosure of a related icalendar library CVE (CVE-2026-55099) the same week warrant prompt patching.
Technical ContextAI
Plone's plone.app.event package provides calendar and event management functionality for the Plone CMS, including the ability to import events from iCalendar (ICS/RFC 5545) formatted files. The vulnerability resides in how this component processes iCalendar input - the DoS-via-import pattern is consistent with CWE-400 (Uncontrolled Resource Consumption) or CWE-835 (Loop with Unreachable Exit Condition), such as unbounded parsing of pathologically complex recurrence rules, excessive nesting, or extremely large calendar datasets. A closely related upstream advisory (CVE-2026-55099, GHSA-cv84-9p8j-fj68, scored 7.5 high) targets the collective/icalendar Python parsing library used by plone.app.event, suggesting the root cause may originate in the shared dependency. No CWE identifier or CPE strings were provided in the available source data.
RemediationAI
Consult the official vendor advisory at https://github.com/plone/plone.app.event/security/advisories/GHSA-r82h-mqw3-fc56 for the confirmed patched version of plone.app.event. This vulnerability was disclosed June 23, 2026 as part of a coordinated Plone security release, indicating fixes were available at disclosure time; however, no exact patched version number was independently confirmed from the available source data. Also update the collective/icalendar library per CVE-2026-55099 (GHSA-cv84-9p8j-fj68) as the underlying parsing library may share the root cause. If immediate patching is not possible, consider restricting the iCalendar import endpoint to trusted authenticated roles only, or disabling it entirely if not in active use - note that disabling import will break legitimate event synchronization workflows. Review all six CVEs in the June 23, 2026 Plone coordinated release for a complete remediation scope.
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-67868