πŸ” CVE Alert

CVE-2026-35036

HIGH 7.5

Ech0 Affected by Unauthenticated Server-Side Request Forgery in Website Preview Feature

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
9th

Ech0 is an open-source, self-hosted publishing platform for personal idea sharing. Prior to 4.2.8, Ech0 implements link preview (editor fetches a page title) through GET /api/website/title. That is legitimate product behavior, but the implementation is unsafe: the route is unauthenticated, accepts a fully attacker-controlled URL, performs a server-side GET, reads the entire response body into memory (io.ReadAll). There is no host allowlist, no SSRF filter, and InsecureSkipVerify: true on the outbound client. Anyone who can reach the instance can force the Ech0 server to open HTTP/HTTPS URLs of their choice as seen from the server’s network position (Docker bridge, VPC, localhost from the process view). This vulnerability is fixed in 4.2.8.

CWE CWE-918
Vendor lin-snow
Product ech0
Published Apr 6, 2026
Last Updated Apr 7, 2026
Stay Ahead of the Next One

Get instant alerts for lin-snow ech0

Be the first to know when new high vulnerabilities affecting lin-snow ech0 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:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

lin-snow / Ech0
< 4.2.8

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/lin-snow/Ech0/security/advisories/GHSA-wc4h-2348-jc3p