What is a race condition vulnerability in web applications?
-
A
Two concurrent requests exploit a window between a check and its enforcement, leading to unintended state changes
-
B
An attacker races to register a domain before the legitimate owner
-
C
A server processes requests faster than the database can persist them
-
D
Two browser tabs compete to read the same localStorage value