nerdexam
CompTIA

SY0-701 · Question #792

During a SQL update of a database, a temporary field used as part of the update sequence was modified by an attacker before the update completed in order to allow access to the system. Which of the…

The correct answer is A. Race condition. A race condition occurs when an attacker exploits the timing window between operations, modifying the temporary field before the update completes, to alter the intended logic and gain unauthorized access.

Submitted by daniela_cl· Mar 6, 2026Threats, vulnerabilities, and mitigations

Question

During a SQL update of a database, a temporary field used as part of the update sequence was modified by an attacker before the update completed in order to allow access to the system. Which of the following best describes this type of vulnerability?

Options

  • ARace condition
  • BMemory injection
  • CMalicious update
  • DSide loading

How the community answered

(49 responses)
  • A
    67% (33)
  • B
    10% (5)
  • C
    4% (2)
  • D
    18% (9)

Explanation

A race condition occurs when an attacker exploits the timing window between operations, modifying the temporary field before the update completes, to alter the intended logic and gain unauthorized access.

Community Discussion

No community discussion yet for this question.

Full SY0-701 Practice