← Back to overview

Hi.Events, an open-source event management platform, contains a Server-Side Request Forgery (SSRF) vulnerability tracked as CVE-2026-76838. The flaw arises because webhook destination URLs are validated only at registration time using NoInternalUrlRule, which resolves hostnames with gethostbyname() and blocks private/reserved IP ranges. However, no revalidation occurs at dispatch time, and the Guzzle HTTP client follows redirects by default. An attacker can register a legitimate public URL that later redirects to internal addresses (loopback, private, or cloud metadata endpoints), or change the DNS record after registration (DNS rebinding). The full response body from internal services is stored in webhook logs and returned via the webhook logs API endpoint, enabling full response exfiltration rather than mere blind SSRF. Both event and organizer webhook types are affected. Version 1.11.1-beta patches the issue by revalidating at dispatch, pinning resolved addresses, checking each redirect hop, and decoding IPv6 transition addresses that previously bypassed the filter.

Affected products

  • Hi.Events

Related CVE's

  • CVE-2026-76838

Categories

  • Enterprise Applications
  • Web Technologies