GHSA-pv9c-9mfh-hvxq · Severity: medium · Ecosystem: rubygems — iCalendar has ICS injection via unsanitized URI property values
iCalendar is a Ruby library for dealing with iCalendar files in the iCalendar format defined by RFC-5545. Starting in version 2.0.0 and prior to version 2.12.2, .ics serialization does not properly sanitize URI property values, enabling ICS injection through attacker-controlled input, adding arbitrary calendar lines to the output. `Icalendar::Values::Uri` falls back to the raw input string when `URI.parse` fails and later serializes it with `value.to_s` without removing or escaping `\r` or `\n` characters. That value is embedded directly into the final ICS line by the normal serializer, so a payload containing CRLF can terminate the original property and create a new ICS property or component. (It looks like you can inject via url, source, image, organizer, attach, attendee, conference, tzurl because of this). Applications that generate `.ics` files from partially untrusted metadata are impacted. As a result, downstream calendar clients or importers may process attacker-supplied content as if it were legitimate event data, such as added attendees, modified URLs, alarms, or other calendar fields. Version 2.12.2 contains a patch for the issue.
Conclusion & alert: CVE-2026-33635 is rated Exploit Available (50/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.05%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-02 | 0.03% | 0.05% | +0.02% |
| 2 | 2026-03-27 | — | 0.03% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 4.3 | 3.1 | MEDIUM |
|
2.8 | 1.4 | [email protected] |
| 4.3 | 3.1 | MEDIUM |
|
2.8 | 1.4 | [email protected] |
GHSA-pv9c-9mfh-hvxq · Severity: medium · Ecosystem: rubygems — iCalendar has ICS injection via unsanitized URI property values
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-33635 not yet assigned priority: Debian including 1 source packages (ruby-icalendar), 2 status rows across 2 suites (bookworm, bullseye): open 2. | https://security-tracker.debian.org/tracker/CVE-2026-33635 |
ubuntu
|
medium | CVE-2026-33635 medium priority: Ubuntu including 1 source packages (ruby-icalendar), 5 status rows across 5 suites (focal, jammy, noble, questing, upstream): needs-triage 4, DNE 1. | https://ubuntu.com/security/CVE-2026-33635 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| icalendar_project | icalendar | >= 2.0.0, < 2.12.2 | cpe:2.3:a:icalendar_project:icalendar:*:*:*:*:*:ruby:*:* |
| URL | Tags |
|---|---|
| https://github.com/icalendar/icalendar/commit/b8d23b490363ee5fffaec1d269a8618a912ca265 | Patch |
| https://github.com/icalendar/icalendar/security/advisories/GHSA-pv9c-9mfh-hvxq | Exploit Mitigation Vendor Advisory |
| https://github.com/rubysec/ruby-advisory-db/blob/master/gems/icalendar/CVE-2026-33635.yml | Mitigation Vendor Advisory |