Files
Miguel Ribeiro 800241a265 Fix GHSA-q2r8-m9wm-5547: escape iCal property values to prevent CRLF injection
Raw CRLF in subscription name/notes/url passes through validate()
untouched (it only escapes HTML metacharacters) and was interpolated
directly into .ics VEVENT properties, letting an unescaped newline
terminate the current property and inject arbitrary calendar events.

Adds includes/ical_helper.php::icalEscape() (RFC 5545 value escaping)
and applies it to every user-controlled value embedded in both
iCal export endpoints, rather than stripping newlines in the shared
validate() sanitizer (which would break legitimate multi-line notes
used elsewhere in the app).
2026-07-11 23:27:59 +02:00
..
2026-07-11 17:31:46 +02:00
2024-11-17 16:27:48 +01:00