Vulnerability Description
icalendar is an RFC 5545 compatible parser and generator of iCalendar files for Python. From 7.1.0 until 7.1.3, the Component equality method in src/icalendar/cal/component.py compares nested subcomponents with two membership loops, and each membership test invokes the same method on child components, causing O(2^n) work relative to nesting depth. Component.from_ical accepts arbitrarily nested BEGIN:VEVENT blocks without a depth limit, so an attacker can submit a sub-kilobyte .ics file containing equal nested subtrees and trigger the cost when an application performs equality, inequality, membership, deduplication, test-assertion, round-trip, or normalization comparisons. Parsing alone does not trigger the issue, and comparisons that differ early short-circuit, but a few hundred bytes can pin a CPU core for minutes or indefinitely, causing denial of service in calendar sync or import endpoints, invite processing, and other comparison paths. This issue is fixed in version 7.1.3.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/collective/icalendar/commit/b6b2608ae3af6de40695b4e40f7184748
- https://github.com/collective/icalendar/commit/cad40cd112c93fd142ec12cc5b37445a8
- https://github.com/collective/icalendar/releases/tag/v7.1.3
- https://github.com/collective/icalendar/security/advisories/GHSA-cv84-9p8j-fj68
- http://www.openwall.com/lists/oss-security/2026/06/23/8
- https://github.com/collective/icalendar/security/advisories/GHSA-cv84-9p8j-fj68
FAQ
What is CVE-2026-55099?
CVE-2026-55099 is a vulnerability with a CVSS score of 7.5 (HIGH). icalendar is an RFC 5545 compatible parser and generator of iCalendar files for Python. From 7.1.0 until 7.1.3, the Component equality method in src/icalendar/cal/component.py compares nested subcompo...
How severe is CVE-2026-55099?
CVE-2026-55099 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55099?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.