- Cybersecurity:Attack and Defense Strategies
- Yuri Diogenes Erdal Ozkaya
- 220字
- 2021-06-30 19:15:56
Vertical privilege escalation
Vertical privilege escalation is where the attacker has to grant the higher privileges to himself/herself. It is a complex procedure since the user has to perform some kernel-level operations to elevate their access rights.
Once the operations are done, the attacker is left with access rights and privileges that allows them to run any unauthorized code. The rights acquired using this method are those of a super user that has higher rights than an administrator.
Due to these privileges, an attacker can perform various harmful actions that not even an administrator can stop. In Windows, vertical escalation is used to cause buffer overflows that attackers use to execute arbitrary code. This type of privilege escalation has already been witnessed in an attack that happened in May 2017 called WannaCry. WannaCry, a ransomware, caused devastation by encrypting computers in over 150 countries in the world and demanding a ransom of $300 to decrypt that would double after the second week. The interesting thing about it is that it was using a vulnerability called EternalBlue allegedly stolen from the NSA.
EternalBlue allowed the malware to escalate its privileges and run any arbitrary code on Windows computers.
In Linux, vertical privilege escalation is used to allow attackers to run or modify programs on a target machine with root user privileges.
- Linux設(shè)備驅(qū)動(dòng)開發(fā)詳解:基于最新的Linux4.0內(nèi)核
- Learning OpenDaylight
- Linux系統(tǒng)文件安全實(shí)戰(zhàn)全攻略
- Implementing Cisco UCS Solutions
- Learning Windows Server Containers
- 網(wǎng)絡(luò)操作系統(tǒng):Windows Server 2003管理與應(yīng)用
- Java EE 8 Design Patterns and Best Practices
- 新手學(xué)電腦從入門到精通(Windows 10+Office 2016版)
- 竹林蹊徑:深入淺出windows驅(qū)動(dòng)開發(fā)
- OpenStack系統(tǒng)架構(gòu)設(shè)計(jì)實(shí)戰(zhàn)
- iOS 8開發(fā)指南
- INSTANT Galleria Howto
- Windows 7實(shí)戰(zhàn)從入門到精通(超值版)
- Advanced Infrastructure Penetration Testing
- 從實(shí)踐中學(xué)習(xí)Windows滲透測試