PT0-001 · Question #195
A security consultant finds a folder in "C VProgram Files" that has writable permission from an unprivileged user account Which of the following can be used to gam higher privileges?
The correct answer is C. Retrieving credentials in LSASS. Write access to a Program Files directory allows an attacker to plant malicious code that executes in a privileged context, enabling retrieval of credentials stored in LSASS memory.
Question
A security consultant finds a folder in "C VProgram Files" that has writable permission from an unprivileged user account Which of the following can be used to gam higher privileges?
Options
- ARetrieving the SAM database
- BKerberoasting
- CRetrieving credentials in LSASS
- DDLL hijacking
- EVM sandbox escape
How the community answered
(54 responses)- A6% (3)
- B13% (7)
- C54% (29)
- D24% (13)
- E4% (2)
Why each option
Write access to a Program Files directory allows an attacker to plant malicious code that executes in a privileged context, enabling retrieval of credentials stored in LSASS memory.
Retrieving the SAM database requires accessing protected registry hives or Volume Shadow Copies and does not directly exploit write access to a Program Files directory.
Kerberoasting requests Kerberos service tickets for offline password cracking and requires Active Directory interaction, not local file system write access.
When an unprivileged user can write to a directory that a privileged process references, the attacker can place a malicious binary or loader there that runs with elevated rights. That privileged execution context can then be leveraged to dump LSASS memory and retrieve plaintext credentials or NTLM hashes, granting effective higher privileges.
DLL hijacking is the delivery mechanism to achieve code execution in a privileged process, but the question targets the resulting privilege gain - credential retrieval from LSASS - making C the outcome-focused answer.
VM sandbox escape targets hypervisor isolation vulnerabilities and is unrelated to local file system write permissions on a Windows host.
Concept tested: Privilege escalation via writable directory and LSASS dumping
Source: https://attack.mitre.org/techniques/T1003/001/
Topics
Community Discussion
No community discussion yet for this question.