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.
Published: 2026-08-25
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Ech0 application versions prior to 4.7.3 contain an authentication bypass flaw in the PUT /api/echo/like/:id endpoint. Attackers can issue unauthenticated requests to increment the fav_count field for any known echo, allowing arbitrary inflation of engagement metrics. This flaw compromises the integrity of engagement data and distorts social ranking mechanisms used by the platform.

Affected Systems

All deployments of Ech0 with a version number less than 4.7.3 are affected. The vulnerability is present in the Ech0 application itself, regardless of the underlying operating system or environment; any installation using an unpatched version is at risk.

Risk and Exploitability

The vulnerability has a CVSS score of 6.9, indicating moderate severity if exploited. The EPSS score is not available, making the exploitation probability uncertain, and it is not listed in the CISA KEV catalog. An attacker only needs to send unauthenticated HTTP requests to a live Ech0 instance over the network; no authentication or rate limiting is applied, so repeated requests can quickly inflate metrics.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Ech0 application to version 4.7.3 or later
  • If upgrading is not immediately possible, restrict access to the /api/echo/like/:id endpoint so that only authenticated users can send requests
  • Introduce rate limiting or throttling on the like endpoint to prevent rapid metric inflation
  • Monitor engagement metrics for abnormal spikes and audit the fav_count values periodically

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 11:45:00 +0000

Type Values Removed Values Added
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.
Title Ech0 before 4.7.3 Unauthenticated Like Endpoint Metric Inflation
First Time appeared Ech0
Ech0 ech0
Weaknesses CWE-306
CPEs cpe:2.3:a:ech0:ech0:*:*:*:*:*:*:*:*
Vendors & Products Ech0
Ech0 ech0
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-25T11:33:30.130Z

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

Link: CVE-2026-79668

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-25T12:16:34.967

Link: CVE-2026-79668

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T12:30:17Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function