312-50V12 · Question #158
XYZ company recently discovered a potential vulnerability on their network, originating from misconfigurations. It was found that some of their host servers had enabled debugging functions and…
The correct answer is C. Unauthorized users may perform privilege escalation using unnecessarily created accounts. The misconfiguration of unknown users having administrative permissions, potentially through unnecessarily created accounts, presents the most potent risk of unauthorized privilege escalation and subsequent system compromise.
Question
Options
- AAn attacker may be able to inject a malicious DLL into the current running process
- BWeak encryption might be allowing man-in-the-middle attacks, leading to data tampering
- CUnauthorized users may perform privilege escalation using unnecessarily created accounts
- DAn attacker may carry out a Denial-of-Service assault draining the resources of the server in the
How the community answered
(32 responses)- A6% (2)
- B19% (6)
- C72% (23)
- D3% (1)
Why each option
The misconfiguration of unknown users having administrative permissions, potentially through unnecessarily created accounts, presents the most potent risk of unauthorized privilege escalation and subsequent system compromise.
While an attacker with administrative access might be able to inject a malicious DLL, this is a specific attack vector rather than the primary risk associated with the initial granting of administrative permissions to unknown users.
Weak encryption pertains to network communication security and is unrelated to the host-based misconfigurations of enabled debugging functions or inappropriate administrative user permissions.
Granting administrative permissions to unknown or unnecessary accounts directly enables attackers who gain access to these accounts to immediately possess elevated privileges. This allows them to perform unauthorized actions and maintain control over the system, effectively escalating their access and authority beyond what is legitimate.
While an attacker with administrative access could initiate a Denial-of-Service attack, the most potent and comprehensive risk of having unauthorized administrative control is typically full system compromise, data exfiltration, or persistence, rather than just resource exhaustion.
Concept tested: Privilege escalation through misconfigured accounts
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/security-best-practices/implementing-least-privilege-administrative-models
Topics
Community Discussion
No community discussion yet for this question.