Advisor
Wiki Techniques, Tactics & Procedures (TTPs) Privilege Escalation Exploitation of Local Privilege Escalation Vulnerabilities

Exploitation of Local Privilege Escalation Vulnerabilities

2 min read
Jump to:

Overview

Exploitation of local privilege escalation vulnerabilities is a technique used by adversaries to gain higher-level permissions on a compromised system. This technique plays a critical role in the attack lifecycle by enabling attackers to expand their control, evade restrictions, and access sensitive resources beyond initial access limitations.

Attack Objective

  • Gain elevated privileges to increase control over the target system
  • Supports stages including Privilege Escalation, Persistence, and Defense Evasion
  • Advances attacker position by enabling execution of privileged commands, installation of persistent mechanisms, and bypassing security controls

How the Technique Works

Adversaries identify and exploit vulnerabilities in the operating system, applications, or drivers that allow them to execute code or perform actions with higher privileges than initially granted. This often involves leveraging flaws such as improper access controls, insecure configurations, or software bugs to escalate from a limited user context to administrative or system-level access.

Common Methods & Variations

  • Exploitation of kernel vulnerabilities, insecure service permissions, or misconfigured system components
  • Variants exist across on-premises endpoints, cloud environments, and identity systems
  • Use of living-off-the-land binaries and scripts to exploit vulnerabilities versus deployment of custom exploit code

Indicators of Compromise (IOCs)

  • Unusual process executions with elevated privileges
  • Modification of system files or security settings
  • Logs showing privilege-related errors or suspicious service behavior
  • Authentication anomalies or unexpected account privilege changes

Detection Strategies

  • Monitoring endpoint and system logs for privilege escalation attempts
  • Behavioral detection focusing on anomalous process creation and privilege changes
  • Correlation of events across identity, endpoint, and network telemetry to identify suspicious escalation patterns

Mitigation & Prevention

  • Regular patching and vulnerability management to address known escalation flaws
  • Enforcement of least privilege principles and role-based access controls
  • Hardened system configurations and restriction of unnecessary services or permissions

Response Considerations

  • Immediate containment by isolating affected systems to prevent lateral movement
  • Comprehensive investigation to identify exploitation vectors and scope of privilege escalation
  • Post-incident hardening including patch application, credential resets, and review of access controls

Related Techniques

  • Initial Access methods that provide foothold prior to escalation
  • Persistence techniques leveraging elevated privileges
  • Defense Evasion tactics enabled by higher privilege levels
  • Lateral Movement facilitated through escalated credentials

Mapping & References

  • MITRE ATT&CK Tactic: Privilege Escalation
  • MITRE ATT&CK Techniques: Exploitation for Privilege Escalation (T1068), Valid Accounts (T1078)
  • Public advisories and vulnerability databases documenting escalation vulnerabilities
Tags: Adversary Tactics Attack Lifecycle Cybersecurity Techniques Defense Evasion Detection endpoint security Incident Response Local Exploitation Mitigation privilege escalation