Time-of-Check to Time-of-Use (TOCTOU)
A class of race-condition flaw where a program validates a resource, then acts on it a moment later, and an attacker changes the resource in the gap between the two steps. Link-following privilege-escalation bugs such as CVE-2026-81963 exploit this window.