SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-79664

HIGH · CVSS 7.4 EPSS 0.22% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-25 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

Ech0 versions prior to 4.7.3 are vulnerable due to inadequate revocation of access tokens created with a never-expire option, which allows attackers to retain authenticated access even after token theft. The failure of multiple revocation mechanisms means that stolen tokens remain valid until the JWT secret is rotated, posing a significant security risk. Organizations using affected versions should prioritize upgrading to mitigate the risk of unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-79664
Severity
HIGH
CVSS
7.4
EPSS
0.22%

Original NVD Description

Ech0 before 4.7.3 fails to properly revoke access tokens created with never-expire option, allowing attackers to maintain perpetual authenticated access after token theft. Three independent revocation mechanisms fail: logout panics on nil ExpiresAt field, RevokeToken skips when remainTTL is zero, and admin delete does not blacklist the JTI, leaving stolen tokens cryptographically valid until JWT secret rotation.