CVE Catalog

CVE-2026-79664

HighCVSS 7.4
Published: Updated: Translated: NVD NIST

Summary

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.

Risk Assessment

Risk of persistent unauthorized access to the system after token theft, potentially leading to data breaches and long-term account compromise.

Recommendation

Upgrade Ech0 to version 4.7.3 or later. Additionally, consider rotating the JWT secret and implementing token revocation mechanisms to prevent continued access after theft.

Other vulnerabilities in Ech0

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS