CVE-2026-79663
Received Received - Intake

Stored XSS in Ech0 RSS Feed via Unescaped Tag Names

Vulnerability report for CVE-2026-79663, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-08-25

Assigner: VulnCheck

Description

Ech0 before 4.7.3 contains a stored cross-site scripting vulnerability in the public RSS feed where tag names and markdown content are rendered without HTML escaping. Attackers with admin privileges can inject malicious tag names or raw HTML in echo content that executes as JavaScript in RSS readers that render HTML-type summaries, affecting anonymous subscribers and other users.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-08-25
Generated
2026-08-25
AI Q&A
2026-08-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
lin-snow ech0 to 4.7.3 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-79663 is a stored cross-site scripting (XSS) vulnerability in the Ech0 application before version 4.7.3. It affects the public RSS feed where tag names and markdown content are rendered without HTML escaping. Attackers with admin privileges can inject malicious JavaScript code through tag names or raw HTML in echo content. This script executes in RSS readers that render HTML-type summaries, impacting all subscribers.

Detection Guidance

To detect this vulnerability, inspect the RSS feed output of your Ech0 instance for unescaped HTML tags or JavaScript code in tag names or markdown content. Check if raw HTML is rendered in the feed by viewing the feed source in a browser or using command-line tools like curl to fetch the RSS feed URL and examine its contents for suspicious scripts or HTML tags.

Impact Analysis

If you are an admin, an attacker could exploit this to inject malicious scripts into the RSS feed. For subscribers, the injected script executes when viewing the feed, potentially leading to unauthorized data access, cross-feed data theft, or phishing attacks disguised as legitimate feed entries. Anonymous users and other admins are also at risk.

Compliance Impact

This vulnerability could lead to data breaches, which may violate GDPR and HIPAA compliance requirements. Unauthorized data access or theft could result in legal penalties, reputational damage, and loss of trust. Organizations must address this flaw to maintain compliance with data protection regulations.

Mitigation Strategies

Upgrade Ech0 to version 4.7.3 or later to address the vulnerability. Additionally, implement HTML escaping for tag names before rendering and enable the html.SkipHTML flag in the markdown renderer to strip raw HTML. Validate tag names at creation time to reject HTML metacharacters.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-79663. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart