CVE Catalog

CVE-2026-92920

MediumCVSS 5.4
Published: Updated: Translated: NVD NIST

Summary

admin3 through 3.0.0 fails to invalidate existing sessions when disabling a user account, allowing attackers to retain authenticated access with original permissions. Attackers can continue using bearer tokens issued before account disablement to authenticate requests, as the AuthInterceptor never re-validates the user's locked status and session expiry resets on each request.

Risk Assessment

Former or disabled users can still access the system with full permissions, potentially leading to unauthorized actions and data security breaches.

Recommendation

Implement immediate invalidation of sessions and tokens upon account disablement and re-validate the user's locked status in the AuthInterceptor on every request.

Other vulnerabilities in admin3

See all
Original NVD description (English source)

admin3 through 3.0.0 fails to invalidate existing sessions when disabling a user account, allowing attackers to retain authenticated access with original permissions. Attackers can continue using bearer tokens issued before account disablement to authenticate requests, as the AuthInterceptor never re-validates the user's locked status and session expiry resets on each request.

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