CVE-2026-79668
Received Received - Intake

Authentication Bypass in Ech0 Allows Engagement Metric Manipulation

Vulnerability report for CVE-2026-79668, 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 an authentication bypass vulnerability in the PUT /api/echo/like/:id endpoint that allows unauthenticated attackers to increment engagement metrics without identity verification or rate limiting. Attackers can send repeated requests to arbitrarily inflate the fav_count field for any known echo identifier, compromising the integrity of engagement metrics and social ranking systems.

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-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-79668 is an authentication bypass vulnerability in the Ech0 application before version 4.7.3. It allows unauthenticated attackers to increment engagement metrics via the PUT /api/echo/like/:id endpoint. The flaw enables arbitrary inflation of the fav_count field for any known echo identifier without identity verification or rate limiting, compromising the integrity of engagement metrics and social ranking systems.

Detection Guidance

Monitor for unusual spikes in like counts on the PUT /api/echo/like/:id endpoint. Check server logs for repeated requests from the same IP or multiple IPs targeting the same echo ID. Use network traffic analysis tools to detect unauthenticated PUT requests to this endpoint.

Impact Analysis

This vulnerability allows attackers to falsify engagement metrics by inflating like counts without authentication. This can lead to unreliable popularity rankings, untrustworthy social proof, and potential abuse of database write operations. Systems relying on these metrics for user engagement or ranking may produce inaccurate results.

Compliance Impact

This vulnerability could impact compliance with GDPR and HIPAA by compromising data integrity. Unauthorized manipulation of engagement metrics may lead to inaccurate reporting, which could violate record-keeping or audit requirements under these regulations. For GDPR, integrity of personal data processing could be questioned if metrics are falsified. For HIPAA, unreliable engagement data might affect compliance with audit controls or integrity standards.

Mitigation Strategies

Upgrade Ech0 to version 4.7.3 or later. Implement authentication for the PUT /api/echo/like/:id endpoint. Add rate limiting to prevent abuse. Validate user identity before processing like requests.

Chat Assistant

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

EPSS Chart