项目作者: swapravo

项目描述 :
CVE-2021-3560 Local PrivEsc Exploit
高级语言: Shell
项目地址: git://github.com/swapravo/polkadots.git
创建时间: 2021-06-11T14:28:43Z
项目社区:https://github.com/swapravo/polkadots

开源协议:MIT License

下载


polkadots

CVE-2021-3560 Local PrivEsc Exploit

This exploit creates a new privileged user with which you can escalate to root.

\
Affected Distributions:

  • RHEL 8
  • Fedora 21
  • Debian testing (Bullseye)
  • Ubuntu 20.04

Usage

  1. ./polkadots -a [Account] -n [Account name] -h [Password hash] -i [iterations]
  2. Generate hashed passwords with: openssl passwd -6 password@123
  3. Defaults:
  4. -a boris
  5. -n Boris Ivanovich Grishenko
  6. -h $6$cGKhfu9znRnOQV1h$2j/3WKyqTcCaftP1PGhW8Pghj2qV5j8zwy1gHrt9eILUE6WKeWVCTa9QgkskIfwVXpjVI.TuX2D.rEkbwKubi/
  7. -i 20

Discovered By: Kevin Backhouse

Source: https://github.blog/2021-06-10-privilege-escalation-polkit-root-on-linux-with-bug/