Description
Ech0 through 4.5.6 registers the PUT /api/echo/like/:id endpoint on the public router group without authentication or rate limiting. Unauthenticated attackers can increment the fav_count counter of any echo (including private echoes) by supplying its UUID, which can be harvested from the public GET /api/echo/page feed. Repeated requests are accepted without deduplication, each triggering a database write and a four-key cache invalidation, allowing attackers to inflate popularity metrics and amplify load on the database and cache. Fixed in 4.7.3.
Published: 2026-08-25
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw exists in Ech0 up to version 4.5.6, where the /api/echo/like/:id endpoint is exposed on the public router group without authentication or rate limiting. Unauthorized users can increment the fav_count for any echo, including private ones, by supplying the echo's UUID. Each request triggers a database write and a four‑key cache invalidation, allowing attackers to inflate popularity metrics and increase load on backend services.

Affected Systems

Affected systems are installations of the Ech0 application from the vendor lin‑snow, specifically versions up to and including 4.5.6. Versions 4.7.3 and newer contain the patch that authenticates or removes the vulnerable endpoint.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and the lack of authentication makes the attack vector network‑based, allowing remote attackers to send arbitrary requests. While EPSS data is not available, the vulnerability is not listed in CISA KEV. Repeated abuse can lead to denial‑of‑service conditions or manipulation of popularity metrics, as the endpoint accepts requests without deduplication and triggers database writes and cache invalidations.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Ech0 to version 4.7.3 or later
  • If upgrading is not immediately possible, restrict or authenticate access to /api/echo/like/:id by applying IP whitelisting or authentication
  • Implement rate limiting on the like endpoint or enable firewall rules to limit repeated requests
  • As a temporary measure, remove or disable the public like endpoint until the patch can be deployed

Generated by OpenCVE AI on August 25, 2026 at 12:24 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 through 4.5.6 registers the PUT /api/echo/like/:id endpoint on the public router group without authentication or rate limiting. Unauthenticated attackers can increment the fav_count counter of any echo (including private echoes) by supplying its UUID, which can be harvested from the public GET /api/echo/page feed. Repeated requests are accepted without deduplication, each triggering a database write and a four-key cache invalidation, allowing attackers to inflate popularity metrics and amplify load on the database and cache. Fixed in 4.7.3.
Title Ech0 before 4.7.3 Unauthenticated fav_count Modification
First Time appeared Ech0
Ech0 ech0
Weaknesses CWE-770
CPEs cpe:2.3:a:ech0:ech0:*:*:*:*:*:*:*:*
Vendors & Products Ech0
Ech0 ech0
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

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

Reserved: 2026-08-25T11:09:11.171Z

Link: CVE-2026-79661

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-79661

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling