Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/lin-snow/ech0
  4. ›
  5. GHSA-r2x7-427f-rq69

GHSA-r2x7-427f-rq69: Ech0 has SSRF via DNS Resolution Bypass in Webhook URL Validation

April 10, 2026

The validateWebhookURL function in webhook_setting_service.go attempts to block webhooks targeting private/internal IP addresses, but only checks literal IP strings via net.ParseIP(). Hostnames that DNS-resolve to private IPs (e.g., 169.254.169.254.nip.io, 10.0.0.1.nip.io) bypass all checks, allowing an admin to create webhooks that make server-side requests to internal network services and cloud metadata endpoints.

References

  • github.com/advisories/GHSA-r2x7-427f-rq69
  • github.com/lin-snow/Ech0
  • github.com/lin-snow/Ech0/releases/tag/v4.4.3
  • github.com/lin-snow/Ech0/security/advisories/GHSA-r2x7-427f-rq69

Code Behaviors & Features

Detect and mitigate GHSA-r2x7-427f-rq69 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 4.4.3

Fixed versions

  • 4.4.3

Solution

Upgrade to version 4.4.3 or above.

Impact 5.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-918: Server-Side Request Forgery (SSRF)

Source file

go/github.com/lin-snow/ech0/GHSA-r2x7-427f-rq69.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:18:13 +0000.