CVE-2026-35036

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.
References
Configurations

Configuration 1 (hide)

cpe:2.3:a:ech0:ech0:*:*:*:*:*:*:*:*

History

14 Apr 2026, 19:58

Type Values Removed Values Added
CPE cpe:2.3:a:ech0:ech0:*:*:*:*:*:*:*:*
References () https://github.com/lin-snow/Ech0/security/advisories/GHSA-wc4h-2348-jc3p - () https://github.com/lin-snow/Ech0/security/advisories/GHSA-wc4h-2348-jc3p - Exploit, Mitigation, Vendor Advisory
First Time Ech0 ech0
Ech0

07 Apr 2026, 15:17

Type Values Removed Values Added
References () https://github.com/lin-snow/Ech0/security/advisories/GHSA-wc4h-2348-jc3p - () https://github.com/lin-snow/Ech0/security/advisories/GHSA-wc4h-2348-jc3p -

06 Apr 2026, 17:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-06 17:17

Updated : 2026-04-14 19:58


NVD link : CVE-2026-35036

Mitre link : CVE-2026-35036

CVE.ORG link : CVE-2026-35036


JSON object : View

Products Affected

ech0

  • ech0
CWE
CWE-918

Server-Side Request Forgery (SSRF)