CompTIACompTIA
SY0-501 · Question #425
SY0-501 Question #425: Real Exam Question with Answer & Explanation
The correct answer is D: Privilege escalation. The exploitation of an interactive process to gain higher access to restricted operating system areas is specifically defined as privilege escalation.
Submitted by deeparc· Mar 4, 2026
Question
Which of the following specifically describes the exploitation of an interactive process to access otherwise restricted areas of the OS?
Options
- APivoting
- BProcess affinity
- CBuffer overflow
- DPrivilege escalation
Explanation
The exploitation of an interactive process to gain higher access to restricted operating system areas is specifically defined as privilege escalation.
Common mistakes.
- A. Pivoting is a post-exploitation technique used to access other systems on a network that are otherwise unreachable from the attacker's original position, not primarily about gaining higher privileges on the currently compromised system.
- B. Process affinity is a scheduler property that binds a process or thread to a specific CPU or set of CPUs to optimize performance, and is unrelated to security exploitation or access control.
- C. A buffer overflow is a specific type of vulnerability where a program attempts to write data beyond the allocated buffer, which can be a method used to achieve privilege escalation, but it is not the overarching description of accessing restricted areas via exploitation.
Concept tested. Understanding of privilege escalation attacks
Reference. https://learn.microsoft.com/en-us/compliance/regulatory/offering-soc-2-privilege-escalation
Community Discussion
No community discussion yet for this question.