Description
Ech0 before 4.4.3 contains a stored cross-site scripting vulnerability in the file upload endpoint that validates Content-Type using only client-supplied headers without server-side inspection. Attackers with admin privileges can upload SVG or HTML files containing JavaScript that executes in the application origin when accessed by any user, enabling session hijacking and data exfiltration.
Published: 2026-08-25
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Stored cross‑site scripting resulting in session hijacking
Action: Immediate Patch
AI Analysis

Impact

The vulnerability allows administrators to upload files with a Content‑Type header supplied only by the client. An attacker can embed malicious JavaScript in SVG or HTML files, which will execute in the application origin when any user accesses the uploaded file. This can lead to session hijacking, data theft, and further exploitation of the application. The weakness is identified as CWE‑434.

Affected Systems

lin‑snow Ech0 versions prior to 4.4.3 are affected. The flaw resides in the file upload endpoint used by administrators to store SVG or HTML files.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity, and the EPSS score is not available, suggesting no current evidence of exploitation. The flaw is not listed in CISA KEV. Because an attacker must have administrative privileges to upload the malicious file, the attack vector is an authenticated, remote file‑upload scenario. Once an SVG or HTML file is uploaded, any subsequent user who accesses the file will have client‑side code executed, enabling session hijacking and data exfiltration. The risk is therefore moderate but can be high if admin credentials are compromised.

Generated by OpenCVE AI on August 25, 2026 at 12:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Ech0 to version 4.4.3 or later if an update is available.
  • Disable or restrict the ability for administrators to upload SVG or HTML files.
  • Configure the server to perform MIME type validation based on the file content and reject non‑image files that are not explicitly allowed.

Generated by OpenCVE AI on August 25, 2026 at 12:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 25 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
First Time appeared Lin-snow
Lin-snow ech0
Vendors & Products Lin-snow
Lin-snow ech0

Tue, 25 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Description Ech0 before 4.4.3 contains a stored cross-site scripting vulnerability in the file upload endpoint that validates Content-Type using only client-supplied headers without server-side inspection. Attackers with admin privileges can upload SVG or HTML files containing JavaScript that executes in the application origin when accessed by any user, enabling session hijacking and data exfiltration.
Title Ech0 before 4.4.3 Stored XSS via SVG Upload
First Time appeared Ech0
Ech0 ech0
Weaknesses CWE-434
CPEs cpe:2.3:a:ech0:ech0:*:*:*:*:*:*:*:*
Vendors & Products Ech0
Ech0 ech0
References
Metrics cvssV3_1

{'score': 4.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N'}

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-25T17:30:32.633Z

Reserved: 2026-08-25T11:10:13.697Z

Link: CVE-2026-79670

cve-icon Vulnrichment

Updated: 2026-08-25T17:30:09.915Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T12:16:35.247

Modified: 2026-08-31T20:52:56.343

Link: CVE-2026-79670

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T13:15:13Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type