CVE-2026-76838
Last modified
CVE-2026-76838 is a high-severity vulnerability rated 8.5/10 on the CVSS scale. 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. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:H/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| HiEventsDev | Hi.Events | < 1.11.1-beta |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-76838?
How severe is CVE-2026-76838?
How do I fix CVE-2026-76838?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-76831Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-76832Agno's PythonTools in libs/agno/agno/tools/python.py contain…8.8
- CVE-2026-76833@cgauge/yaml npm package contains an arbitrary code executio…7.8
- CVE-2026-76835OAuth2 Proxy honours a client-supplied X-Forwarded-Uri heade…9.1
- CVE-2026-76836AzuraCast exposes the Liquidsoap custom configuration fields…8.8
- CVE-2026-76837Baserow interpolates a user's display name into the rich-tex…6.4
- CVE-2026-76839Grav before 2.0.16 allows sandboxed Twig templates to access…6.5
- CVE-2026-7684A security vulnerability has been detected in Edimax BR-6428…8.8
- CVE-2026-76840RustDesk's Windows clipboard redirection copies a peer-suppl…9.6
- CVE-2026-76841Xinference loads models with Hugging Face remote code execut…8.8
- CVE-2026-76842The Mercado Pago Node.js SDK interpolates caller-supplied id…8.2
- CVE-2026-76843The official Flair wheels for 0.15.0 and 0.15.1 still contai…7.8
Are you affected by CVE-2026-76838?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
