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.
CVE-2026-55099
This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.5
- EG Score
- 7.5(low)
- EG Risk
- 38(Track)EG Risk 38/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity75% × 45%Exploitation0% × 40%Automatability30% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- —
- EPSS %ILE
- —
- KEV
- Not listed
Published
August 25, 2026
Last Modified
August 25, 2026
Advisory Details (4)
Auto-updated Aug 25, 2026v7.1.3
Patch available: collective/icalendar v7.1.3
https://github.com/collective/icalendar/releases/tag/v7.1.3commit cad40cd112c9 (collective/icalendar)
Patch available: collective/icalendar v7.1.3 (contains commit cad40cd112c9)
https://github.com/collective/icalendar/commit/cad40cd112c93fd142ec12cc5b37445a849b8a79commit b6b2608ae3af (collective/icalendar)
Patch available: collective/icalendar v7.1.3 (contains commit b6b2608ae3af)
https://github.com/collective/icalendar/commit/b6b2608ae3af6de40695b4e40f71847485aa0b49Denial of Service via comparison in deeply nested components · Advisory · collective/icalendar · GitHub
https://github.com/collective/icalendar/security/advisories/GHSA-cv84-9p8j-fj68Vendor Advisories for CVE-2026-55099(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 3× in last 7d / 3× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-25 20:23 UTCEG score recompute
- 2026-08-25 19:35 UTCEG score recompute
- 2026-08-25 19:34 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-400
Frequently asked(4)
What is CVE-2026-55099?
When was CVE-2026-55099 disclosed?
What is the CVSS score of CVE-2026-55099?
How do I remediate CVE-2026-55099?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-55099
Is Your Infrastructure Affected by CVE-2026-55099?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.