CVE-2026-35036
Last modified
CVE-2026-35036 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.33% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Ech0 | Ech0 | < 4.2.8 |
References
- https://github.com/lin-snow/Ech0/security/advisories/GHSA-wc4h-2348-jc3pExploit, Mitigation, Vendor Advisory
- https://github.com/lin-snow/Ech0/security/advisories/GHSA-wc4h-2348-jc3pExploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-35036?
How severe is CVE-2026-35036?
How do I fix CVE-2026-35036?
Are you affected by CVE-2026-35036?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
