CVE-2026-100858 PUBLISHED

heym before 0.0.109 Server-Side Request Forgery via Workflow Nodes

Assigner: VulnCheck
Reserved: 27.09.2026 Published: 27.09.2026 Updated: 27.09.2026

heym before 0.0.109 contains a server-side request forgery vulnerability in the Slack, Discord, and Crawler workflow nodes. These nodes issue HTTP requests to URLs taken from user-created credentials (webhook_url / flaresolverr_url) using an unguarded HTTP client, bypassing the SSRF egress guard that already protects the HTTP, WebSocket, and MCP nodes; the credential API validates only that the URL is non-empty. Any registered user can create a credential pointing at an internal address and execute a workflow, causing the backend to reach loopback, private, link-local, or cloud-metadata endpoints and return the full response body in the node output (non-blind SSRF).

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 7.6

Product Status

Vendor heymrun
Product heym
Versions Default: unaffected
  • affected from 0 to 0.0.109 (excl.)
  • Version 0.0.109 is unaffected

Credits

  • unbengable12 reporter
  • mbakgun finder

References

Problem Types

  • Server-Side Request Forgery (SSRF) CWE