Nixpkgs security tracker

Try the new UI
Login with GitHub

Details of issue NIXPKGS-2026-2745

NIXPKGS-2026-2745
published 2 days, 11 hours ago
icalendar: Denial of service via unbounded VALARM REPEAT expansion
Permalink CVE-2026-77399
6.5 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): None (N)
  • Integrity (I): None (N)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): None (N)
  • Modified Availability (MA): High (H)
updated 2 days, 11 hours ago by @erictapen Activity log
  • Created suggestion
  • @erictapen ignored
    5 packages
    • haskellPackages.iCalendar
    • python314Packages.icalendar-compatibility
    • python313Packages.icalendar-compatibility
    • python313Packages.icalendar-searcher
    • python314Packages.icalendar-searcher
  • @erictapen accepted
  • @erictapen published on GitHub
icalendar: Denial of service via unbounded VALARM REPEAT expansion

icalendar is an RFC 5545 compatible parser and generator of iCalendar files for Python. From 6.1.0 until 7.2.2, vInt.from_ical accepts an attacker-controlled VALARM REPEAT value and applications that request alarm times can eagerly expand it without an application-level limit. Alarms.times and Alarms.active reach the unbounded expansion in versions starting with 6.1.0, while Alarm.triggers adds a second affected path starting with 7.0.0. Parsing alone does not trigger the issue, but accessing these properties can consume excessive CPU time and heap memory and terminate or stall a service. This issue is fixed in version 7.2.2.

Affected products

icalendar
  • ==>= 6.1.0, < 7.2.2

Matching in nixpkgs

Ignored packages (5)

Package maintainers

Concerns only stable