CVE-2026-79664 PUBLISHED

Ech0 before 4.7.3 Access Token Revocation Bypass

Assigner: VulnCheck
Reserved: 25.08.2026 Published: 25.08.2026 Updated: 25.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 9.1

Product Status

Vendor lin-snow
Product Ech0
Versions Default: unaffected
  • affected from 0 to 4.7.3 (excl.)
  • Version 4.7.3 is unaffected

Credits

  • adrgs reporter
  • aisafe-bot finder

References

Problem Types

  • Insufficient Session Expiration CWE