CVE-2026-55099
Last modified
CVE-2026-55099 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.38% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| collective | icalendar | >= 7.1.0, < 7.1.3 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-55099?
How severe is CVE-2026-55099?
How do I fix CVE-2026-55099?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-5509An authenticated command injection vulnerability exists in t…7.2
- CVE-2026-55090Etherpad is a real-time collaborative editor. Prior to 3.3.0…5.3
- CVE-2026-55091flat-to-nested converts a hierarchy from a flat representati…7.5
- CVE-2026-55092Trivy is a security scanner. Prior to 0.71.1, when Trivy dow…7.5
- CVE-2026-55093Tract is a tiny, no-nonsense, self-contained TensorFlow and …6.1
- CVE-2026-55095OpenProject is open-source, web-based project management sof…5.3
- CVE-2026-5510The GiveWP – Donation Plugin and Fundraising Platform plugin…6.4
- CVE-2026-55100hashi-vault-js is a Node.js module for interacting with the …8.7
- CVE-2026-55102hashi-vault-js is a Node.js module for interacting with the …5.8
- CVE-2026-55105Joplin is an open source note-taking and to-do application t…7.7
- CVE-2026-55106authentik is an open-source identity provider. Prior to 2026…5.3
- CVE-2026-55108KubeVela is an open source application delivery platform. Pr…8.5
Are you affected by CVE-2026-55099?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
