🔐 CVE Alert

CVE-2026-76838

HIGH 8.5

Hi.Events before 1.11.1-beta Server-Side Request Forgery via Unvalidated Webhook Redirects

CVSS Score
8.5
EPSS Score
0.0%
EPSS Percentile
0th

Hi.Events validates a webhook destination only when it is registered, never when it is used. NoInternalUrlRule in backend/app/Validators/Rules/NoInternalUrlRule.php resolves the hostname with gethostbyname() and rejects private and reserved ranges, which any public hostname passes. At dispatch, WebhookDispatchService takes the stored URL and calls it through spatie/laravel-webhook-server without repeating the check, and backend/config/webhook-server.php sets no Guzzle options, so redirect following remains enabled by default. A destination that answers with a redirect to a loopback, private or cloud metadata address therefore causes the server to issue that request, and changing the hostname's DNS record after registration reaches the same result because no resolution is repeated. The response is not discarded: WebhookResponseHandlerService stores the body on the webhook log and WebhookLogResource returns it from the webhook logs endpoint, so the requester reads what the internal service replied rather than inferring it. Both event and organizer webhooks share the rule and the dispatch path. Version 1.11.1-beta revalidates at dispatch, pins the validated address, checks every redirect hop, and decodes IPv6 transition addresses that previously bypassed the filter.

CWE CWE-918
Vendor hieventsdev
Product hi.events
Published Aug 24, 2026
Stay Ahead of the Next One

Get instant alerts for hieventsdev hi.events

Be the first to know when new high vulnerabilities affecting hieventsdev hi.events are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
Low
Availability
None

Affected Versions

HiEventsDev / Hi.Events
0 < 1.11.1-beta

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/HiEventsDev/Hi.Events github.com: https://github.com/HiEventsDev/Hi.Events/pull/1311 github.com: https://github.com/HiEventsDev/Hi.Events/commit/cfbf468bb5b1 github.com: https://github.com/HiEventsDev/Hi.Events/blob/v.1.11.0-beta/backend/app/Validators/Rules/NoInternalUrlRule.php vulncheck.com: https://www.vulncheck.com/advisories/hi-events-before-beta-server-side-request-forgery-via-unvalidated-webhook-redirects

Credits

@tonghuaroot @de3erve Jaime Ramírez (@JaimeRamirez-coder) @senti-man @angelystor @1amplant @tikket1 @Fewword @dizconnectz