CVE-2026-79666
Received Received - Intake

Ech0 Unauthorized Dashboard Log Access Vulnerability

Vulnerability report for CVE-2026-79666, 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.4.3 fails to enforce administrator authorization on dashboard log endpoints, allowing any authenticated user to access system logs. Attackers with valid user sessions can query GET /api/system/logs and subscribe to SSE and WebSocket log streams to retrieve sensitive operational data including file paths, stack traces, and internal URLs.

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

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Ech0 before version 4.4.3 has a missing authorization vulnerability in its dashboard log endpoints. This allows any authenticated user, even without admin privileges, to access system logs by querying endpoints like GET /api/system/logs or subscribing to SSE and WebSocket log streams. This exposes sensitive operational data such as file paths, stack traces, and internal URLs.

Detection Guidance

Check if unauthenticated or low-privilege users can access GET /api/system/logs, GET /api/system/logs/stream, or WebSocket endpoints like /ws/system/logs. Use curl commands such as curl -H 'Authorization: Bearer <token>' http://<target>/api/system/logs to test access. Monitor network traffic for unauthorized log stream connections.

Impact Analysis

Attackers with valid user sessions can retrieve sensitive operational data, including internal file paths, stack traces, and URLs. This could lead to further exploitation, data leaks, or unauthorized access to system information, posing a risk to confidentiality and operational security.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating compliance requirements for data protection such as GDPR and HIPAA. It may result in data breaches, unauthorized disclosure of personal or health information, and failure to meet regulatory standards for access controls and audit logging.

Mitigation Strategies

Upgrade Ech0 to version 4.4.3 or later. Implement strict admin-only scope checks on log endpoints. Restrict access to /api/system/logs and related endpoints to administrators only. Review and revoke any exposed sensitive logs.

Chat Assistant

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

EPSS Chart