CVE-2026-79660
Received Received - Intake

Ech0 API Email Exposure via Improper JSON Serialization

Vulnerability report for CVE-2026-79660, 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 versions before 4.7.3 expose guest commenter email addresses through public API endpoints due to improper JSON serialization tags on the Comment model. Unauthenticated attackers can harvest all commenter emails by calling the /api/comments and /api/comments/public endpoints without authentication.

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
ech0 ech0 to 4.7.3 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-79660 affects Ech0 versions before 4.7.3. It allows unauthenticated attackers to access guest commenter email addresses through public API endpoints like /api/comments and /api/comments/public. This happens because the Comment model's Email field is improperly serialized in API responses while sensitive fields like IPHash are correctly excluded.

Detection Guidance

To detect this vulnerability, check if unauthenticated requests to /api/comments or /api/comments/public return email addresses in the response. Use curl commands like: curl -s http://<target>/api/comments | grep -i email or curl -s http://<target>/api/comments/public | grep -i email. If emails are exposed, the system is vulnerable.

Impact Analysis

Attackers can harvest all guest commenter email addresses without authentication. This exposes private user data, enabling spam, phishing attacks, or cross-instance aggregation. Users may face privacy violations if their email addresses are misused.

Compliance Impact

The exposure of email addresses may violate privacy regulations like GDPR and CCPA, as these emails are considered private user data. Organizations using vulnerable Ech0 versions could face compliance penalties for failing to protect sensitive information.

Mitigation Strategies

Update Ech0 to version 4.7.3 or later. If an update is not immediately possible, modify the Comment model to exclude the Email field from API responses by changing its JSON tag to json:"-" or implement a PublicComment DTO to filter sensitive data.

Chat Assistant

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

EPSS Chart