-
Notifications
You must be signed in to change notification settings - Fork 15
ES2602-bd8e9372 - Improper Authentication State Lifecycle Handling #182
Description
Submission File: ES2602-bd8e9372-new-improper-authentication-state-lifecycle-handling.txt
ID: ES2602-bd8e9372
SUBMISSION DATE: 2026-02-24 18:42:52
NAME: Improper Authentication State Lifecycle Handling
DESCRIPTION:
Systems issuing encrypted or signed authentication artifacts, such as
tokens or verification state, may improperly process these artifacts beyond
their intended session lifecycle. Valid authentication state can be reused
across sessions, processed without proper account or session binding, and
trigger deterministic corruption of account state. This results in
persistent authentication failures, verification loops, and permanent
denial of service for high-value accounts. The weakness originates from
improper lifecycle enforcement, cross-session state processing, and flaws
in the authentication state machine logic, creating availability and
integrity impacts without granting unauthorized access or exposing
credentials.