Recently an attack occurred whereby the attacker gained access to the database with admin privileges. Even though the IDS alerted the team that unusual access was occurring, and they changed the admin password, the attacker continued to access the database until it was disconnected from the network. What type of attack allowed him to do so?

A. SQL injection
B. XSS
C. race condition
D. DDoS

C
Explanation: A specific kind of race condition involves a check for authentication, then acting on the success while the state has changed between the time of check and the time of use.

Computer Science & Information Technology

You might also like to view...

After choosing an array variable's type in the "Insert Variable" dialog box, click the checkbox labeled ____ and initialize the variable by choosing ____.

A. is array; Array Variable B. is array; Custom Array C. is item; Item Variable D. is item; Custom Item

Computer Science & Information Technology

Every If statement block must be terminated by the ____ keyword.

A. End If B. If End C. End D. Not If

Computer Science & Information Technology