CVE Catalog

CVE-2026-60119

MediumCVSS 5.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

7th percentile - higher than 7% of all known CVEs

Summary

A cross-site scripting vulnerability in Hi.Events before 1.11.0 allows authenticated attackers with event creation or edit permissions to inject arbitrary HTML and JavaScript by embedding a malicious event title containing the </script> sequence, which is not escaped by JSON.stringify() when embedded in inline script tags. Attackers can craft an event title that breaks out of the script context in the application/ld+json structured data block or server-side rehydrated state, causing the payload to execute in the browser of any user who views the public event page, including unauthenticated visitors and authenticated administrators.

Risk Assessment

The risk includes session theft, administrator account takeover, and leakage of sensitive organizational data, as the attack can be triggered by any visitor to the public event page without requiring user interaction.

Recommendation

Immediately upgrade Hi.Events to version 1.11.0 or later, which includes a fix that properly escapes data in the context of inline scripts, mitigating the XSS vulnerability.

Other vulnerabilities in Hi.Events

See all
Original NVD description (English source)

Hi.Events before 1.11.0 contains a cross-site scripting vulnerability that allows authenticated attackers with event creation or edit permissions to inject arbitrary HTML and JavaScript by embedding a malicious event title containing the </script> sequence, which is not escaped by JSON.stringify() when embedded in inline script tags. Attackers can craft an event title that breaks out of the script context in the application/ld+json structured data block or server-side rehydrated state, causing the payload to execute in the browser of any user who views the public event page, including unauthenticated visitors and authenticated administrators.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS